Shades of Sirocco #667A6B
Tints of Sirocco #667A6B
RGB
CMYK
RGB Variations
Color information
#667A6B (or 0x667A6B) is known color: Sirocco. HEX triplet: 66, 7A and 6B. RGB value is (102,122,107). Sum of RGB (Red+Green+Blue) = 102+122+107=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #667A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A6B is #998594. Grayscale: #727272. Windows color (decimal): -10061205 or 7043686. OLE color: 7043686.
HSL color Cylindrical-coordinate representation of color #667A6B: hue angle of 135º 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 #667A6B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 122 | 107 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.52 |
| HSL | 135º | 0.09% | 0.44% | - |
| HSV(B) | 135º | 0.16% | 0.48% | - |
| XYZ | 15.09 | 17.81 | 16.55 | - |
| YUV | 114.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 107 | 0.16 | 0 | 0.12 | 0.52 | 135 | 0.09 | 0.44 |
| Hex | 66 | 7A | 6B | 10 | 0 | C | 34 | 87 | 9 | 2C |
| Octal | 146 | 172 | 153 | 20 | 0 | 14 | 64 | 207 | 11 | 54 |
| Binary | 1100110 | 1111010 | 1101011 | 10000 | 0 | 1100 | 110100 | 10000111 | 1001 | 101100 |
Color Harmonies of #667A6B
Complementary color
Monochromatic Colors of #667A6B
Black with #667A6B
Text Example
Text Example
White with #667A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A6B; }
p { color: rgb(102,122,107); }
H1.HeaderClassName
{
color: #667A6B;
}
.AnyTagClassName
{
color: #667A6B;
}
</style>
background-color css
<style>
a { background-color: #667A6B; }
a { background-color: rgb(102,122,107); }
div.DivClassName
{
background-color: #667A6B;
}
.BgClassName
{
background-color: #667A6B;
}
</style>
border-color css
<style>
span { border-color: #667A6B; }
span { border-color: rgb(102,122,107); }
td.TdClassName
{
border-color: #667A6B;
}
.TagClassName
{
border-color: #667A6B;
}
</style>