Random Color Generator

#768886 Color

Color Codes
Hex Code #768886
RGB Code rgb(118, 136, 134)
HSL Code hsl(173, 7%, 50%)

#768886 Color Syntax

rgb()

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

 main {
    background-color: rgb(118, 136, 134);
   }

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(173, 7%, 50%);
  }

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 #768886

RGB Code Hex Code Preview
rgb(118, 136, 134, 10%) #7688861a  
rgb(118, 136, 134, 20%) #76888633  
rgb(118, 136, 134, 40%) #7688864C  
rgb(118, 136, 134, 60%) #76888699  
rgb(118, 136, 134, 80%) #768886CC  
rgb(118, 136, 134, 100%) #768886FF  

Saturated and desaturated colors of #768886

HSL Code Preview
hsl(173, 10%, 50%)  
hsl(173, 20%, 50%)  
hsl(173, 40%, 50%)  
hsl(173, 60%, 50%)  
hsl(173, 80%, 50%)  
hsl(173, 100%, 50%)  

#768886 Color Usage In CSS

 body {
    color: #768886;
    }
 p {
    color: rgb(118, 136, 134);
    }
 header {
    border-bottom:1px solid #768886;
    }
Recent Random Colors