Shades of Sirocco #708176
Tints of Sirocco #708176
RGB
CMYK
RGB Variations
Color information
#708176 (or 0x708176) is known color: Sirocco. HEX triplet: 70, 81 and 76. RGB value is (112,129,118). Sum of RGB (Red+Green+Blue) = 112+129+118=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #708176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708176 is #8F7E89. Grayscale: #7A7A7A. Windows color (decimal): -9404042 or 7766384. OLE color: 7766384.
HSL color Cylindrical-coordinate representation of color #708176: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #708176 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 118 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.49 |
| HSL | 141.18º | 0.07% | 0.47% | - |
| HSV(B) | 141.18º | 0.13% | 0.51% | - |
| XYZ | 17.8 | 20.45 | 20.15 | - |
| YUV | 122.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 118 | 0.13 | 0 | 0.09 | 0.49 | 141.18 | 0.07 | 0.47 |
| Hex | 70 | 81 | 76 | D | 0 | 9 | 31 | 8D | 7 | 2F |
| Octal | 160 | 201 | 166 | 15 | 0 | 11 | 61 | 215 | 7 | 57 |
| Binary | 1110000 | 10000001 | 1110110 | 1101 | 0 | 1001 | 110001 | 10001101 | 111 | 101111 |
Color Harmonies of #708176
Complementary color
Monochromatic Colors of #708176
Black with #708176
Text Example
Text Example
White with #708176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708176; }
p { color: rgb(112,129,118); }
H1.HeaderClassName
{
color: #708176;
}
.AnyTagClassName
{
color: #708176;
}
</style>
background-color css
<style>
a { background-color: #708176; }
a { background-color: rgb(112,129,118); }
div.DivClassName
{
background-color: #708176;
}
.BgClassName
{
background-color: #708176;
}
</style>
border-color css
<style>
span { border-color: #708176; }
span { border-color: rgb(112,129,118); }
td.TdClassName
{
border-color: #708176;
}
.TagClassName
{
border-color: #708176;
}
</style>