Random Color Generator

#837378 Color

Color Codes
Hex Code #837378
RGB Code rgb(131, 115, 120)
HSL Code hsl(341, 7%, 48%)

#837378 Color Syntax

rgb()

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

 main {
    background-color: rgb(131, 115, 120);
   }

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(341, 7%, 48%);
  }

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

RGB Code Hex Code Preview
rgb(131, 115, 120, 10%) #8373781a  
rgb(131, 115, 120, 20%) #83737833  
rgb(131, 115, 120, 40%) #8373784C  
rgb(131, 115, 120, 60%) #83737899  
rgb(131, 115, 120, 80%) #837378CC  
rgb(131, 115, 120, 100%) #837378FF  

Saturated and desaturated colors of #837378

HSL Code Preview
hsl(341, 10%, 48%)  
hsl(341, 20%, 48%)  
hsl(341, 40%, 48%)  
hsl(341, 60%, 48%)  
hsl(341, 80%, 48%)  
hsl(341, 100%, 48%)  

#837378 Color Usage In CSS

 body {
    color: #837378;
    }
 p {
    color: rgb(131, 115, 120);
    }
 header {
    border-bottom:1px solid #837378;
    }
Recent Random Colors