Shades of Sirocco #707773
Tints of Sirocco #707773
RGB
CMYK
RGB Variations
Color information
#707773 (or 0x707773) is known color: Sirocco. HEX triplet: 70, 77 and 73. RGB value is (112,119,115). Sum of RGB (Red+Green+Blue) = 112+119+115=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 119 - color contains mainly: green. Hex color #707773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707773 is #8F888C. Grayscale: #747474. Windows color (decimal): -9406605 or 7567216. OLE color: 7567216.
HSL color Cylindrical-coordinate representation of color #707773: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #707773 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 115 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.53 |
| HSL | 145.71º | 0.03% | 0.45% | - |
| HSV(B) | 145.71º | 0.06% | 0.47% | - |
| XYZ | 16.37 | 17.88 | 18.81 | - |
| YUV | 116.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 115 | 0.06 | 0 | 0.03 | 0.53 | 145.71 | 0.03 | 0.45 |
| Hex | 70 | 77 | 73 | 6 | 0 | 3 | 35 | 92 | 3 | 2D |
| Octal | 160 | 167 | 163 | 6 | 0 | 3 | 65 | 222 | 3 | 55 |
| Binary | 1110000 | 1110111 | 1110011 | 110 | 0 | 11 | 110101 | 10010010 | 11 | 101101 |
Color Harmonies of #707773
Complementary color
Monochromatic Colors of #707773
Black with #707773
Text Example
Text Example
White with #707773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707773; }
p { color: rgb(112,119,115); }
H1.HeaderClassName
{
color: #707773;
}
.AnyTagClassName
{
color: #707773;
}
</style>
background-color css
<style>
a { background-color: #707773; }
a { background-color: rgb(112,119,115); }
div.DivClassName
{
background-color: #707773;
}
.BgClassName
{
background-color: #707773;
}
</style>
border-color css
<style>
span { border-color: #707773; }
span { border-color: rgb(112,119,115); }
td.TdClassName
{
border-color: #707773;
}
.TagClassName
{
border-color: #707773;
}
</style>