Shades of Sirocco #667A70
Tints of Sirocco #667A70
RGB
CMYK
RGB Variations
Color information
#667A70 (or 0x667A70) is known color: Sirocco. HEX triplet: 66, 7A and 70. RGB value is (102,122,112). Sum of RGB (Red+Green+Blue) = 102+122+112=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 122 - color contains mainly: green. Hex color #667A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A70 is #99858F. Grayscale: #727272. Windows color (decimal): -10061200 or 7371366. OLE color: 7371366.
HSL color Cylindrical-coordinate representation of color #667A70: hue angle of 150º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667A70 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 122 | 112 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.52 |
| HSL | 150º | 0.09% | 0.44% | - |
| HSV(B) | 150º | 0.16% | 0.48% | - |
| XYZ | 15.36 | 17.91 | 17.98 | - |
| YUV | 114.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 112 | 0.16 | 0 | 0.08 | 0.52 | 150 | 0.09 | 0.44 |
| Hex | 66 | 7A | 70 | 10 | 0 | 8 | 34 | 96 | 9 | 2C |
| Octal | 146 | 172 | 160 | 20 | 0 | 10 | 64 | 226 | 11 | 54 |
| Binary | 1100110 | 1111010 | 1110000 | 10000 | 0 | 1000 | 110100 | 10010110 | 1001 | 101100 |
Color Harmonies of #667A70
Complementary color
Monochromatic Colors of #667A70
Black with #667A70
Text Example
Text Example
White with #667A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A70; }
p { color: rgb(102,122,112); }
H1.HeaderClassName
{
color: #667A70;
}
.AnyTagClassName
{
color: #667A70;
}
</style>
background-color css
<style>
a { background-color: #667A70; }
a { background-color: rgb(102,122,112); }
div.DivClassName
{
background-color: #667A70;
}
.BgClassName
{
background-color: #667A70;
}
</style>
border-color css
<style>
span { border-color: #667A70; }
span { border-color: rgb(102,122,112); }
td.TdClassName
{
border-color: #667A70;
}
.TagClassName
{
border-color: #667A70;
}
</style>