Shades of Sirocco #667E72
Tints of Sirocco #667E72
RGB
CMYK
RGB Variations
Color information
#667E72 (or 0x667E72) is known color: Sirocco. HEX triplet: 66, 7E and 72. RGB value is (102,126,114). Sum of RGB (Red+Green+Blue) = 102+126+114=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #667E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E72 is #99818D. Grayscale: #757575. Windows color (decimal): -10060174 or 7503462. OLE color: 7503462.
HSL color Cylindrical-coordinate representation of color #667E72: hue angle of 150º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667E72 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 114 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.51 |
| HSL | 150º | 0.11% | 0.45% | - |
| HSV(B) | 150º | 0.19% | 0.49% | - |
| XYZ | 15.98 | 18.96 | 18.74 | - |
| YUV | 117.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 114 | 0.19 | 0 | 0.10 | 0.51 | 150 | 0.11 | 0.45 |
| Hex | 66 | 7E | 72 | 13 | 0 | A | 33 | 96 | B | 2D |
| Octal | 146 | 176 | 162 | 23 | 0 | 12 | 63 | 226 | 13 | 55 |
| Binary | 1100110 | 1111110 | 1110010 | 10011 | 0 | 1010 | 110011 | 10010110 | 1011 | 101101 |
Color Harmonies of #667E72
Complementary color
Monochromatic Colors of #667E72
Black with #667E72
Text Example
Text Example
White with #667E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E72; }
p { color: rgb(102,126,114); }
H1.HeaderClassName
{
color: #667E72;
}
.AnyTagClassName
{
color: #667E72;
}
</style>
background-color css
<style>
a { background-color: #667E72; }
a { background-color: rgb(102,126,114); }
div.DivClassName
{
background-color: #667E72;
}
.BgClassName
{
background-color: #667E72;
}
</style>
border-color css
<style>
span { border-color: #667E72; }
span { border-color: rgb(102,126,114); }
td.TdClassName
{
border-color: #667E72;
}
.TagClassName
{
border-color: #667E72;
}
</style>