Shades of Sirocco #707772
Tints of Sirocco #707772
RGB
CMYK
RGB Variations
Color information
#707772 (or 0x707772) is known color: Sirocco. HEX triplet: 70, 77 and 72. RGB value is (112,119,114). Sum of RGB (Red+Green+Blue) = 112+119+114=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 119 - color contains mainly: green. Hex color #707772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707772 is #8F888D. Grayscale: #747474. Windows color (decimal): -9406606 or 7501680. OLE color: 7501680.
HSL color Cylindrical-coordinate representation of color #707772: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #707772 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 114 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.53 |
| HSL | 137.14º | 0.03% | 0.45% | - |
| HSV(B) | 137.14º | 0.06% | 0.47% | - |
| XYZ | 16.32 | 17.85 | 18.51 | - |
| YUV | 116.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 114 | 0.06 | 0 | 0.04 | 0.53 | 137.14 | 0.03 | 0.45 |
| Hex | 70 | 77 | 72 | 6 | 0 | 4 | 35 | 89 | 3 | 2D |
| Octal | 160 | 167 | 162 | 6 | 0 | 4 | 65 | 211 | 3 | 55 |
| Binary | 1110000 | 1110111 | 1110010 | 110 | 0 | 100 | 110101 | 10001001 | 11 | 101101 |
Color Harmonies of #707772
Complementary color
Monochromatic Colors of #707772
Black with #707772
Text Example
Text Example
White with #707772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707772; }
p { color: rgb(112,119,114); }
H1.HeaderClassName
{
color: #707772;
}
.AnyTagClassName
{
color: #707772;
}
</style>
background-color css
<style>
a { background-color: #707772; }
a { background-color: rgb(112,119,114); }
div.DivClassName
{
background-color: #707772;
}
.BgClassName
{
background-color: #707772;
}
</style>
border-color css
<style>
span { border-color: #707772; }
span { border-color: rgb(112,119,114); }
td.TdClassName
{
border-color: #707772;
}
.TagClassName
{
border-color: #707772;
}
</style>