Shades of Sirocco #667D72
Tints of Sirocco #667D72
RGB
CMYK
RGB Variations
Color information
#667D72 (or 0x667D72) is known color: Sirocco. HEX triplet: 66, 7D and 72. RGB value is (102,125,114). Sum of RGB (Red+Green+Blue) = 102+125+114=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #667D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D72 is #99828D. Grayscale: #747474. Windows color (decimal): -10060430 or 7503206. OLE color: 7503206.
HSL color Cylindrical-coordinate representation of color #667D72: hue angle of 151.3º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667D72 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 125 | 114 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.51 |
| HSL | 151.3º | 0.1% | 0.45% | - |
| HSV(B) | 151.3º | 0.18% | 0.49% | - |
| XYZ | 15.85 | 18.71 | 18.69 | - |
| YUV | 116.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 114 | 0.18 | 0 | 0.09 | 0.51 | 151.3 | 0.1 | 0.45 |
| Hex | 66 | 7D | 72 | 12 | 0 | 9 | 33 | 97 | A | 2D |
| Octal | 146 | 175 | 162 | 22 | 0 | 11 | 63 | 227 | 12 | 55 |
| Binary | 1100110 | 1111101 | 1110010 | 10010 | 0 | 1001 | 110011 | 10010111 | 1010 | 101101 |
Color Harmonies of #667D72
Complementary color
Monochromatic Colors of #667D72
Black with #667D72
Text Example
Text Example
White with #667D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D72; }
p { color: rgb(102,125,114); }
H1.HeaderClassName
{
color: #667D72;
}
.AnyTagClassName
{
color: #667D72;
}
</style>
background-color css
<style>
a { background-color: #667D72; }
a { background-color: rgb(102,125,114); }
div.DivClassName
{
background-color: #667D72;
}
.BgClassName
{
background-color: #667D72;
}
</style>
border-color css
<style>
span { border-color: #667D72; }
span { border-color: rgb(102,125,114); }
td.TdClassName
{
border-color: #667D72;
}
.TagClassName
{
border-color: #667D72;
}
</style>