Shades of Sirocco #707C76
Tints of Sirocco #707C76
RGB
CMYK
RGB Variations
Color information
#707C76 (or 0x707C76) is known color: Sirocco. HEX triplet: 70, 7C and 76. RGB value is (112,124,118). Sum of RGB (Red+Green+Blue) = 112+124+118=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 124 - color contains mainly: green. Hex color #707C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C76 is #8F8389. Grayscale: #777777. Windows color (decimal): -9405322 or 7765104. OLE color: 7765104.
HSL color Cylindrical-coordinate representation of color #707C76: hue angle of 150º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707C76 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 118 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.51 |
| HSL | 150º | 0.05% | 0.46% | - |
| HSV(B) | 150º | 0.1% | 0.49% | - |
| XYZ | 17.16 | 19.17 | 19.93 | - |
| YUV | 119.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 118 | 0.10 | 0 | 0.05 | 0.51 | 150 | 0.05 | 0.46 |
| Hex | 70 | 7C | 76 | A | 0 | 5 | 33 | 96 | 5 | 2E |
| Octal | 160 | 174 | 166 | 12 | 0 | 5 | 63 | 226 | 5 | 56 |
| Binary | 1110000 | 1111100 | 1110110 | 1010 | 0 | 101 | 110011 | 10010110 | 101 | 101110 |
Color Harmonies of #707C76
Complementary color
Monochromatic Colors of #707C76
Black with #707C76
Text Example
Text Example
White with #707C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C76; }
p { color: rgb(112,124,118); }
H1.HeaderClassName
{
color: #707C76;
}
.AnyTagClassName
{
color: #707C76;
}
</style>
background-color css
<style>
a { background-color: #707C76; }
a { background-color: rgb(112,124,118); }
div.DivClassName
{
background-color: #707C76;
}
.BgClassName
{
background-color: #707C76;
}
</style>
border-color css
<style>
span { border-color: #707C76; }
span { border-color: rgb(112,124,118); }
td.TdClassName
{
border-color: #707C76;
}
.TagClassName
{
border-color: #707C76;
}
</style>