Shades of Sirocco #707973
Tints of Sirocco #707973
RGB
CMYK
RGB Variations
Color information
#707973 (or 0x707973) is known color: Sirocco. HEX triplet: 70, 79 and 73. RGB value is (112,121,115). Sum of RGB (Red+Green+Blue) = 112+121+115=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #707973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707973 is #8F868C. Grayscale: #757575. Windows color (decimal): -9406093 or 7567728. OLE color: 7567728.
HSL color Cylindrical-coordinate representation of color #707973: hue angle of 140º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707973 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 115 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.53 |
| HSL | 140º | 0.04% | 0.46% | - |
| HSV(B) | 140º | 0.07% | 0.47% | - |
| XYZ | 16.61 | 18.36 | 18.89 | - |
| YUV | 117.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 115 | 0.07 | 0 | 0.05 | 0.53 | 140 | 0.04 | 0.46 |
| Hex | 70 | 79 | 73 | 7 | 0 | 5 | 35 | 8C | 4 | 2E |
| Octal | 160 | 171 | 163 | 7 | 0 | 5 | 65 | 214 | 4 | 56 |
| Binary | 1110000 | 1111001 | 1110011 | 111 | 0 | 101 | 110101 | 10001100 | 100 | 101110 |
Color Harmonies of #707973
Complementary color
Monochromatic Colors of #707973
Black with #707973
Text Example
Text Example
White with #707973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707973; }
p { color: rgb(112,121,115); }
H1.HeaderClassName
{
color: #707973;
}
.AnyTagClassName
{
color: #707973;
}
</style>
background-color css
<style>
a { background-color: #707973; }
a { background-color: rgb(112,121,115); }
div.DivClassName
{
background-color: #707973;
}
.BgClassName
{
background-color: #707973;
}
</style>
border-color css
<style>
span { border-color: #707973; }
span { border-color: rgb(112,121,115); }
td.TdClassName
{
border-color: #707973;
}
.TagClassName
{
border-color: #707973;
}
</style>