Shades of Sirocco #70887B
Tints of Sirocco #70887B
RGB
CMYK
RGB Variations
Color information
#70887B (or 0x70887B) is known color: Sirocco. HEX triplet: 70, 88 and 7B. RGB value is (112,136,123). Sum of RGB (Red+Green+Blue) = 112+136+123=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #70887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70887B is #8F7784. Grayscale: #7F7F7F. Windows color (decimal): -9402245 or 8095856. OLE color: 8095856.
HSL color Cylindrical-coordinate representation of color #70887B: hue angle of 147.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70887B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 123 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.47 |
| HSL | 147.5º | 0.1% | 0.49% | - |
| HSV(B) | 147.5º | 0.18% | 0.53% | - |
| XYZ | 19.06 | 22.48 | 22.07 | - |
| YUV | 127.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 123 | 0.18 | 0 | 0.10 | 0.47 | 147.5 | 0.1 | 0.49 |
| Hex | 70 | 88 | 7B | 12 | 0 | A | 2F | 94 | A | 31 |
| Octal | 160 | 210 | 173 | 22 | 0 | 12 | 57 | 224 | 12 | 61 |
| Binary | 1110000 | 10001000 | 1111011 | 10010 | 0 | 1010 | 101111 | 10010100 | 1010 | 110001 |
Color Harmonies of #70887B
Complementary color
Monochromatic Colors of #70887B
Black with #70887B
Text Example
Text Example
White with #70887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70887B; }
p { color: rgb(112,136,123); }
H1.HeaderClassName
{
color: #70887B;
}
.AnyTagClassName
{
color: #70887B;
}
</style>
background-color css
<style>
a { background-color: #70887B; }
a { background-color: rgb(112,136,123); }
div.DivClassName
{
background-color: #70887B;
}
.BgClassName
{
background-color: #70887B;
}
</style>
border-color css
<style>
span { border-color: #70887B; }
span { border-color: rgb(112,136,123); }
td.TdClassName
{
border-color: #70887B;
}
.TagClassName
{
border-color: #70887B;
}
</style>