Random Color Generator

#774272 Color

Color Codes
Hex Code #774272
RGB Code rgb(119, 66, 114)
HSL Code hsl(306, 29%, 36%)

#774272 Color Syntax

rgb()

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

 main {
    background-color: rgb(119, 66, 114);
   }

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(306, 29%, 36%);
  }

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

RGB Code Hex Code Preview
rgb(119, 66, 114, 10%) #7742721a  
rgb(119, 66, 114, 20%) #77427233  
rgb(119, 66, 114, 40%) #7742724C  
rgb(119, 66, 114, 60%) #77427299  
rgb(119, 66, 114, 80%) #774272CC  
rgb(119, 66, 114, 100%) #774272FF  

Saturated and desaturated colors of #774272

HSL Code Preview
hsl(306, 10%, 36%)  
hsl(306, 20%, 36%)  
hsl(306, 40%, 36%)  
hsl(306, 60%, 36%)  
hsl(306, 80%, 36%)  
hsl(306, 100%, 36%)  

#774272 Color Usage In CSS

 body {
    color: #774272;
    }
 p {
    color: rgb(119, 66, 114);
    }
 header {
    border-bottom:1px solid #774272;
    }
Recent Random Colors