Shades of Sirocco #707E75
Tints of Sirocco #707E75
RGB
CMYK
RGB Variations
Color information
#707E75 (or 0x707E75) is known color: Sirocco. HEX triplet: 70, 7E and 75. RGB value is (112,126,117). Sum of RGB (Red+Green+Blue) = 112+126+117=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 126 - color contains mainly: green. Hex color #707E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E75 is #8F818A. Grayscale: #787878. Windows color (decimal): -9404811 or 7700080. OLE color: 7700080.
HSL color Cylindrical-coordinate representation of color #707E75: hue angle of 141.43º 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 #707E75 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 117 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.51 |
| HSL | 141.43º | 0.06% | 0.47% | - |
| HSV(B) | 141.43º | 0.11% | 0.49% | - |
| XYZ | 17.35 | 19.65 | 19.71 | - |
| YUV | 120.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 117 | 0.11 | 0 | 0.07 | 0.51 | 141.43 | 0.06 | 0.47 |
| Hex | 70 | 7E | 75 | B | 0 | 7 | 33 | 8D | 6 | 2F |
| Octal | 160 | 176 | 165 | 13 | 0 | 7 | 63 | 215 | 6 | 57 |
| Binary | 1110000 | 1111110 | 1110101 | 1011 | 0 | 111 | 110011 | 10001101 | 110 | 101111 |
Color Harmonies of #707E75
Complementary color
Monochromatic Colors of #707E75
Black with #707E75
Text Example
Text Example
White with #707E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E75; }
p { color: rgb(112,126,117); }
H1.HeaderClassName
{
color: #707E75;
}
.AnyTagClassName
{
color: #707E75;
}
</style>
background-color css
<style>
a { background-color: #707E75; }
a { background-color: rgb(112,126,117); }
div.DivClassName
{
background-color: #707E75;
}
.BgClassName
{
background-color: #707E75;
}
</style>
border-color css
<style>
span { border-color: #707E75; }
span { border-color: rgb(112,126,117); }
td.TdClassName
{
border-color: #707E75;
}
.TagClassName
{
border-color: #707E75;
}
</style>