Shades of Sirocco #727D76
Tints of Sirocco #727D76
RGB
CMYK
RGB Variations
Color information
#727D76 (or 0x727D76) is known color: Sirocco. HEX triplet: 72, 7D and 76. RGB value is (114,125,118). Sum of RGB (Red+Green+Blue) = 114+125+118=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 125 - color contains mainly: green. Hex color #727D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D76 is #8D8289. Grayscale: #787878. Windows color (decimal): -9273994 or 7765362. OLE color: 7765362.
HSL color Cylindrical-coordinate representation of color #727D76: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #727D76 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 125 | 118 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.51 |
| HSL | 141.82º | 0.05% | 0.47% | - |
| HSV(B) | 141.82º | 0.09% | 0.49% | - |
| XYZ | 17.54 | 19.55 | 19.99 | - |
| YUV | 120.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 118 | 0.09 | 0 | 0.06 | 0.51 | 141.82 | 0.05 | 0.47 |
| Hex | 72 | 7D | 76 | 9 | 0 | 6 | 33 | 8E | 5 | 2F |
| Octal | 162 | 175 | 166 | 11 | 0 | 6 | 63 | 216 | 5 | 57 |
| Binary | 1110010 | 1111101 | 1110110 | 1001 | 0 | 110 | 110011 | 10001110 | 101 | 101111 |
Color Harmonies of #727D76
Complementary color
Monochromatic Colors of #727D76
Black with #727D76
Text Example
Text Example
White with #727D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D76; }
p { color: rgb(114,125,118); }
H1.HeaderClassName
{
color: #727D76;
}
.AnyTagClassName
{
color: #727D76;
}
</style>
background-color css
<style>
a { background-color: #727D76; }
a { background-color: rgb(114,125,118); }
div.DivClassName
{
background-color: #727D76;
}
.BgClassName
{
background-color: #727D76;
}
</style>
border-color css
<style>
span { border-color: #727D76; }
span { border-color: rgb(114,125,118); }
td.TdClassName
{
border-color: #727D76;
}
.TagClassName
{
border-color: #727D76;
}
</style>