Shades of Sirocco #707C74
Tints of Sirocco #707C74
RGB
CMYK
RGB Variations
Color information
#707C74 (or 0x707C74) is known color: Sirocco. HEX triplet: 70, 7C and 74. RGB value is (112,124,116). Sum of RGB (Red+Green+Blue) = 112+124+116=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 124 - color contains mainly: green. Hex color #707C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C74 is #8F838B. Grayscale: #777777. Windows color (decimal): -9405324 or 7634032. OLE color: 7634032.
HSL color Cylindrical-coordinate representation of color #707C74: hue angle of 140º 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 #707C74 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 116 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.51 |
| HSL | 140º | 0.05% | 0.46% | - |
| HSV(B) | 140º | 0.1% | 0.49% | - |
| XYZ | 17.04 | 19.12 | 19.32 | - |
| YUV | 119.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 116 | 0.10 | 0 | 0.06 | 0.51 | 140 | 0.05 | 0.46 |
| Hex | 70 | 7C | 74 | A | 0 | 6 | 33 | 8C | 5 | 2E |
| Octal | 160 | 174 | 164 | 12 | 0 | 6 | 63 | 214 | 5 | 56 |
| Binary | 1110000 | 1111100 | 1110100 | 1010 | 0 | 110 | 110011 | 10001100 | 101 | 101110 |
Color Harmonies of #707C74
Complementary color
Monochromatic Colors of #707C74
Black with #707C74
Text Example
Text Example
White with #707C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C74; }
p { color: rgb(112,124,116); }
H1.HeaderClassName
{
color: #707C74;
}
.AnyTagClassName
{
color: #707C74;
}
</style>
background-color css
<style>
a { background-color: #707C74; }
a { background-color: rgb(112,124,116); }
div.DivClassName
{
background-color: #707C74;
}
.BgClassName
{
background-color: #707C74;
}
</style>
border-color css
<style>
span { border-color: #707C74; }
span { border-color: rgb(112,124,116); }
td.TdClassName
{
border-color: #707C74;
}
.TagClassName
{
border-color: #707C74;
}
</style>