Shades of Sirocco #76817C
Tints of Sirocco #76817C
RGB
CMYK
RGB Variations
Color information
#76817C (or 0x76817C) is known color: Sirocco. HEX triplet: 76, 81 and 7C. RGB value is (118,129,124). Sum of RGB (Red+Green+Blue) = 118+129+124=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 129 - color contains mainly: green. Hex color #76817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76817C is #897E83. Grayscale: #7D7D7D. Windows color (decimal): -9010820 or 8159606. OLE color: 8159606.
HSL color Cylindrical-coordinate representation of color #76817C: hue angle of 152.73º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76817C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 124 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.49 |
| HSL | 152.73º | 0.04% | 0.48% | - |
| HSV(B) | 152.73º | 0.09% | 0.51% | - |
| XYZ | 18.96 | 21.01 | 22.12 | - |
| YUV | 125.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 124 | 0.09 | 0 | 0.04 | 0.49 | 152.73 | 0.04 | 0.48 |
| Hex | 76 | 81 | 7C | 9 | 0 | 4 | 31 | 99 | 4 | 30 |
| Octal | 166 | 201 | 174 | 11 | 0 | 4 | 61 | 231 | 4 | 60 |
| Binary | 1110110 | 10000001 | 1111100 | 1001 | 0 | 100 | 110001 | 10011001 | 100 | 110000 |
Color Harmonies of #76817C
Complementary color
Monochromatic Colors of #76817C
Black with #76817C
Text Example
Text Example
White with #76817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76817C; }
p { color: rgb(118,129,124); }
H1.HeaderClassName
{
color: #76817C;
}
.AnyTagClassName
{
color: #76817C;
}
</style>
background-color css
<style>
a { background-color: #76817C; }
a { background-color: rgb(118,129,124); }
div.DivClassName
{
background-color: #76817C;
}
.BgClassName
{
background-color: #76817C;
}
</style>
border-color css
<style>
span { border-color: #76817C; }
span { border-color: rgb(118,129,124); }
td.TdClassName
{
border-color: #76817C;
}
.TagClassName
{
border-color: #76817C;
}
</style>