Shades of Sirocco #66776E
Tints of Sirocco #66776E
RGB
CMYK
RGB Variations
Color information
#66776E (or 0x66776E) is known color: Sirocco. HEX triplet: 66, 77 and 6E. RGB value is (102,119,110). Sum of RGB (Red+Green+Blue) = 102+119+110=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #66776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66776E is #998891. Grayscale: #707070. Windows color (decimal): -10061970 or 7239526. OLE color: 7239526.
HSL color Cylindrical-coordinate representation of color #66776E: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #66776E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 110 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.53 |
| HSL | 148.24º | 0.08% | 0.43% | - |
| HSV(B) | 148.24º | 0.14% | 0.47% | - |
| XYZ | 14.89 | 17.14 | 17.28 | - |
| YUV | 112.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 110 | 0.14 | 0 | 0.08 | 0.53 | 148.24 | 0.08 | 0.43 |
| Hex | 66 | 77 | 6E | E | 0 | 8 | 35 | 94 | 8 | 2B |
| Octal | 146 | 167 | 156 | 16 | 0 | 10 | 65 | 224 | 10 | 53 |
| Binary | 1100110 | 1110111 | 1101110 | 1110 | 0 | 1000 | 110101 | 10010100 | 1000 | 101011 |
Color Harmonies of #66776E
Complementary color
Monochromatic Colors of #66776E
Black with #66776E
Text Example
Text Example
White with #66776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66776E; }
p { color: rgb(102,119,110); }
H1.HeaderClassName
{
color: #66776E;
}
.AnyTagClassName
{
color: #66776E;
}
</style>
background-color css
<style>
a { background-color: #66776E; }
a { background-color: rgb(102,119,110); }
div.DivClassName
{
background-color: #66776E;
}
.BgClassName
{
background-color: #66776E;
}
</style>
border-color css
<style>
span { border-color: #66776E; }
span { border-color: rgb(102,119,110); }
td.TdClassName
{
border-color: #66776E;
}
.TagClassName
{
border-color: #66776E;
}
</style>