Shades of Sirocco #707E77
Tints of Sirocco #707E77
RGB
CMYK
RGB Variations
Color information
#707E77 (or 0x707E77) is known color: Sirocco. HEX triplet: 70, 7E and 77. RGB value is (112,126,119). Sum of RGB (Red+Green+Blue) = 112+126+119=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 126 - color contains mainly: green. Hex color #707E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E77 is #8F8188. Grayscale: #797979. Windows color (decimal): -9404809 or 7831152. OLE color: 7831152.
HSL color Cylindrical-coordinate representation of color #707E77: hue angle of 150º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707E77 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 119 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.51 |
| HSL | 150º | 0.06% | 0.47% | - |
| HSV(B) | 150º | 0.11% | 0.49% | - |
| XYZ | 17.47 | 19.7 | 20.33 | - |
| YUV | 121.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 119 | 0.11 | 0 | 0.06 | 0.51 | 150 | 0.06 | 0.47 |
| Hex | 70 | 7E | 77 | B | 0 | 6 | 33 | 96 | 6 | 2F |
| Octal | 160 | 176 | 167 | 13 | 0 | 6 | 63 | 226 | 6 | 57 |
| Binary | 1110000 | 1111110 | 1110111 | 1011 | 0 | 110 | 110011 | 10010110 | 110 | 101111 |
Color Harmonies of #707E77
Complementary color
Monochromatic Colors of #707E77
Black with #707E77
Text Example
Text Example
White with #707E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E77; }
p { color: rgb(112,126,119); }
H1.HeaderClassName
{
color: #707E77;
}
.AnyTagClassName
{
color: #707E77;
}
</style>
background-color css
<style>
a { background-color: #707E77; }
a { background-color: rgb(112,126,119); }
div.DivClassName
{
background-color: #707E77;
}
.BgClassName
{
background-color: #707E77;
}
</style>
border-color css
<style>
span { border-color: #707E77; }
span { border-color: rgb(112,126,119); }
td.TdClassName
{
border-color: #707E77;
}
.TagClassName
{
border-color: #707E77;
}
</style>