Shades of Sirocco #708679
Tints of Sirocco #708679
RGB
CMYK
RGB Variations
Color information
#708679 (or 0x708679) is known color: Sirocco. HEX triplet: 70, 86 and 79. RGB value is (112,134,121). Sum of RGB (Red+Green+Blue) = 112+134+121=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #708679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708679 is #8F7986. Grayscale: #7D7D7D. Windows color (decimal): -9402759 or 7964272. OLE color: 7964272.
HSL color Cylindrical-coordinate representation of color #708679: hue angle of 144.55º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708679 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 121 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.47 |
| HSL | 144.55º | 0.09% | 0.48% | - |
| HSV(B) | 144.55º | 0.16% | 0.53% | - |
| XYZ | 18.66 | 21.88 | 21.33 | - |
| YUV | 125.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 121 | 0.16 | 0 | 0.10 | 0.47 | 144.55 | 0.09 | 0.48 |
| Hex | 70 | 86 | 79 | 10 | 0 | A | 2F | 91 | 9 | 30 |
| Octal | 160 | 206 | 171 | 20 | 0 | 12 | 57 | 221 | 11 | 60 |
| Binary | 1110000 | 10000110 | 1111001 | 10000 | 0 | 1010 | 101111 | 10010001 | 1001 | 110000 |
Color Harmonies of #708679
Complementary color
Monochromatic Colors of #708679
Black with #708679
Text Example
Text Example
White with #708679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708679; }
p { color: rgb(112,134,121); }
H1.HeaderClassName
{
color: #708679;
}
.AnyTagClassName
{
color: #708679;
}
</style>
background-color css
<style>
a { background-color: #708679; }
a { background-color: rgb(112,134,121); }
div.DivClassName
{
background-color: #708679;
}
.BgClassName
{
background-color: #708679;
}
</style>
border-color css
<style>
span { border-color: #708679; }
span { border-color: rgb(112,134,121); }
td.TdClassName
{
border-color: #708679;
}
.TagClassName
{
border-color: #708679;
}
</style>