Shades of Sirocco #70857A
Tints of Sirocco #70857A
RGB
CMYK
RGB Variations
Color information
#70857A (or 0x70857A) is known color: Sirocco. HEX triplet: 70, 85 and 7A. RGB value is (112,133,122). Sum of RGB (Red+Green+Blue) = 112+133+122=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #70857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857A is #8F7A85. Grayscale: #7D7D7D. Windows color (decimal): -9403014 or 8029552. OLE color: 8029552.
HSL color Cylindrical-coordinate representation of color #70857A: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70857A is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 122 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.48 |
| HSL | 148.57º | 0.09% | 0.48% | - |
| HSV(B) | 148.57º | 0.16% | 0.52% | - |
| XYZ | 18.58 | 21.62 | 21.61 | - |
| YUV | 125.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 122 | 0.16 | 0 | 0.08 | 0.48 | 148.57 | 0.09 | 0.48 |
| Hex | 70 | 85 | 7A | 10 | 0 | 8 | 30 | 95 | 9 | 30 |
| Octal | 160 | 205 | 172 | 20 | 0 | 10 | 60 | 225 | 11 | 60 |
| Binary | 1110000 | 10000101 | 1111010 | 10000 | 0 | 1000 | 110000 | 10010101 | 1001 | 110000 |
Color Harmonies of #70857A
Complementary color
Monochromatic Colors of #70857A
Black with #70857A
Text Example
Text Example
White with #70857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70857A; }
p { color: rgb(112,133,122); }
H1.HeaderClassName
{
color: #70857A;
}
.AnyTagClassName
{
color: #70857A;
}
</style>
background-color css
<style>
a { background-color: #70857A; }
a { background-color: rgb(112,133,122); }
div.DivClassName
{
background-color: #70857A;
}
.BgClassName
{
background-color: #70857A;
}
</style>
border-color css
<style>
span { border-color: #70857A; }
span { border-color: rgb(112,133,122); }
td.TdClassName
{
border-color: #70857A;
}
.TagClassName
{
border-color: #70857A;
}
</style>