Shades of Sirocco #707371
Tints of Sirocco #707371
RGB
CMYK
RGB Variations
Color information
#707371 (or 0x707371) is known color: Sirocco. HEX triplet: 70, 73 and 71. RGB value is (112,115,113). Sum of RGB (Red+Green+Blue) = 112+115+113=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 115 - color contains mainly: green. Hex color #707371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707371 is #8F8C8E. Grayscale: #717171. Windows color (decimal): -9407631 or 7435120. OLE color: 7435120.
HSL color Cylindrical-coordinate representation of color #707371: hue angle of 140º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #707371 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 113 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.55 |
| HSL | 140º | 0.01% | 0.45% | - |
| HSV(B) | 140º | 0.03% | 0.45% | - |
| XYZ | 15.79 | 16.9 | 18.05 | - |
| YUV | 113.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 113 | 0.03 | 0 | 0.02 | 0.55 | 140 | 0.01 | 0.45 |
| Hex | 70 | 73 | 71 | 3 | 0 | 2 | 37 | 8C | 1 | 2D |
| Octal | 160 | 163 | 161 | 3 | 0 | 2 | 67 | 214 | 1 | 55 |
| Binary | 1110000 | 1110011 | 1110001 | 11 | 0 | 10 | 110111 | 10001100 | 1 | 101101 |
Color Harmonies of #707371
Complementary color
Monochromatic Colors of #707371
Black with #707371
Text Example
Text Example
White with #707371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707371; }
p { color: rgb(112,115,113); }
H1.HeaderClassName
{
color: #707371;
}
.AnyTagClassName
{
color: #707371;
}
</style>
background-color css
<style>
a { background-color: #707371; }
a { background-color: rgb(112,115,113); }
div.DivClassName
{
background-color: #707371;
}
.BgClassName
{
background-color: #707371;
}
</style>
border-color css
<style>
span { border-color: #707371; }
span { border-color: rgb(112,115,113); }
td.TdClassName
{
border-color: #707371;
}
.TagClassName
{
border-color: #707371;
}
</style>