Shades of Sirocco #668070
Tints of Sirocco #668070
RGB
CMYK
RGB Variations
Color information
#668070 (or 0x668070) is known color: Sirocco. HEX triplet: 66, 80 and 70. RGB value is (102,128,112). Sum of RGB (Red+Green+Blue) = 102+128+112=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #668070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668070 is #997F8F. Grayscale: #767676. Windows color (decimal): -10059664 or 7372902. OLE color: 7372902.
HSL color Cylindrical-coordinate representation of color #668070: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #668070 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 112 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.50 |
| HSL | 143.08º | 0.11% | 0.45% | - |
| HSV(B) | 143.08º | 0.2% | 0.5% | - |
| XYZ | 16.12 | 19.43 | 18.23 | - |
| YUV | 118.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 112 | 0.20 | 0 | 0.12 | 0.50 | 143.08 | 0.11 | 0.45 |
| Hex | 66 | 80 | 70 | 14 | 0 | C | 32 | 8F | B | 2D |
| Octal | 146 | 200 | 160 | 24 | 0 | 14 | 62 | 217 | 13 | 55 |
| Binary | 1100110 | 10000000 | 1110000 | 10100 | 0 | 1100 | 110010 | 10001111 | 1011 | 101101 |
Color Harmonies of #668070
Complementary color
Monochromatic Colors of #668070
Black with #668070
Text Example
Text Example
White with #668070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668070; }
p { color: rgb(102,128,112); }
H1.HeaderClassName
{
color: #668070;
}
.AnyTagClassName
{
color: #668070;
}
</style>
background-color css
<style>
a { background-color: #668070; }
a { background-color: rgb(102,128,112); }
div.DivClassName
{
background-color: #668070;
}
.BgClassName
{
background-color: #668070;
}
</style>
border-color css
<style>
span { border-color: #668070; }
span { border-color: rgb(102,128,112); }
td.TdClassName
{
border-color: #668070;
}
.TagClassName
{
border-color: #668070;
}
</style>