Random Color Generator

#766037 Color

Color Codes
Hex Code #766037
RGB Code rgb(118, 96, 55)
HSL Code hsl(39, 36%, 34%)

#766037 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(118, 96, 55);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(39, 36%, 34%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #766037

RGB Code Hex Code Preview
rgb(118, 96, 55, 10%) #7660371a  
rgb(118, 96, 55, 20%) #76603733  
rgb(118, 96, 55, 40%) #7660374C  
rgb(118, 96, 55, 60%) #76603799  
rgb(118, 96, 55, 80%) #766037CC  
rgb(118, 96, 55, 100%) #766037FF  

Saturated and desaturated colors of #766037

HSL Code Preview
hsl(39, 10%, 34%)  
hsl(39, 20%, 34%)  
hsl(39, 40%, 34%)  
hsl(39, 60%, 34%)  
hsl(39, 80%, 34%)  
hsl(39, 100%, 34%)  

#766037 Color Usage In CSS

 body {
    color: #766037;
    }
 p {
    color: rgb(118, 96, 55);
    }
 header {
    border-bottom:1px solid #766037;
    }
Recent Random Colors