Shades of Sirocco #76837C
Tints of Sirocco #76837C
RGB
CMYK
RGB Variations
Color information
#76837C (or 0x76837C) is known color: Sirocco. HEX triplet: 76, 83 and 7C. RGB value is (118,131,124). Sum of RGB (Red+Green+Blue) = 118+131+124=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #76837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76837C is #897C83. Grayscale: #7E7E7E. Windows color (decimal): -9010308 or 8160118. OLE color: 8160118.
HSL color Cylindrical-coordinate representation of color #76837C: hue angle of 147.69º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76837C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 131 | 124 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.49 |
| HSL | 147.69º | 0.05% | 0.49% | - |
| HSV(B) | 147.69º | 0.1% | 0.51% | - |
| XYZ | 19.23 | 21.54 | 22.21 | - |
| YUV | 126.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 124 | 0.10 | 0 | 0.05 | 0.49 | 147.69 | 0.05 | 0.49 |
| Hex | 76 | 83 | 7C | A | 0 | 5 | 31 | 94 | 5 | 31 |
| Octal | 166 | 203 | 174 | 12 | 0 | 5 | 61 | 224 | 5 | 61 |
| Binary | 1110110 | 10000011 | 1111100 | 1010 | 0 | 101 | 110001 | 10010100 | 101 | 110001 |
Color Harmonies of #76837C
Complementary color
Monochromatic Colors of #76837C
Black with #76837C
Text Example
Text Example
White with #76837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76837C; }
p { color: rgb(118,131,124); }
H1.HeaderClassName
{
color: #76837C;
}
.AnyTagClassName
{
color: #76837C;
}
</style>
background-color css
<style>
a { background-color: #76837C; }
a { background-color: rgb(118,131,124); }
div.DivClassName
{
background-color: #76837C;
}
.BgClassName
{
background-color: #76837C;
}
</style>
border-color css
<style>
span { border-color: #76837C; }
span { border-color: rgb(118,131,124); }
td.TdClassName
{
border-color: #76837C;
}
.TagClassName
{
border-color: #76837C;
}
</style>