Shades of Sirocco #667A6C
Tints of Sirocco #667A6C
RGB
CMYK
RGB Variations
Color information
#667A6C (or 0x667A6C) is known color: Sirocco. HEX triplet: 66, 7A and 6C. RGB value is (102,122,108). Sum of RGB (Red+Green+Blue) = 102+122+108=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #667A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A6C is #998593. Grayscale: #727272. Windows color (decimal): -10061204 or 7109222. OLE color: 7109222.
HSL color Cylindrical-coordinate representation of color #667A6C: hue angle of 138º 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 #667A6C is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 122 | 108 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.52 |
| HSL | 138º | 0.09% | 0.44% | - |
| HSV(B) | 138º | 0.16% | 0.48% | - |
| XYZ | 15.15 | 17.83 | 16.83 | - |
| YUV | 114.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 108 | 0.16 | 0 | 0.11 | 0.52 | 138 | 0.09 | 0.44 |
| Hex | 66 | 7A | 6C | 10 | 0 | B | 34 | 8A | 9 | 2C |
| Octal | 146 | 172 | 154 | 20 | 0 | 13 | 64 | 212 | 11 | 54 |
| Binary | 1100110 | 1111010 | 1101100 | 10000 | 0 | 1011 | 110100 | 10001010 | 1001 | 101100 |
Color Harmonies of #667A6C
Complementary color
Monochromatic Colors of #667A6C
Black with #667A6C
Text Example
Text Example
White with #667A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A6C; }
p { color: rgb(102,122,108); }
H1.HeaderClassName
{
color: #667A6C;
}
.AnyTagClassName
{
color: #667A6C;
}
</style>
background-color css
<style>
a { background-color: #667A6C; }
a { background-color: rgb(102,122,108); }
div.DivClassName
{
background-color: #667A6C;
}
.BgClassName
{
background-color: #667A6C;
}
</style>
border-color css
<style>
span { border-color: #667A6C; }
span { border-color: rgb(102,122,108); }
td.TdClassName
{
border-color: #667A6C;
}
.TagClassName
{
border-color: #667A6C;
}
</style>