Shades of Sirocco #66756E
Tints of Sirocco #66756E
RGB
CMYK
RGB Variations
Color information
#66756E (or 0x66756E) is known color: Sirocco. HEX triplet: 66, 75 and 6E. RGB value is (102,117,110). Sum of RGB (Red+Green+Blue) = 102+117+110=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #66756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66756E is #998A91. Grayscale: #6F6F6F. Windows color (decimal): -10062482 or 7239014. OLE color: 7239014.
HSL color Cylindrical-coordinate representation of color #66756E: hue angle of 152º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #66756E is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 110 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.54 |
| HSL | 152º | 0.07% | 0.43% | - |
| HSV(B) | 152º | 0.13% | 0.46% | - |
| XYZ | 14.66 | 16.67 | 17.2 | - |
| YUV | 111.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 110 | 0.13 | 0 | 0.06 | 0.54 | 152 | 0.07 | 0.43 |
| Hex | 66 | 75 | 6E | D | 0 | 6 | 36 | 98 | 7 | 2B |
| Octal | 146 | 165 | 156 | 15 | 0 | 6 | 66 | 230 | 7 | 53 |
| Binary | 1100110 | 1110101 | 1101110 | 1101 | 0 | 110 | 110110 | 10011000 | 111 | 101011 |
Color Harmonies of #66756E
Complementary color
Monochromatic Colors of #66756E
Black with #66756E
Text Example
Text Example
White with #66756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66756E; }
p { color: rgb(102,117,110); }
H1.HeaderClassName
{
color: #66756E;
}
.AnyTagClassName
{
color: #66756E;
}
</style>
background-color css
<style>
a { background-color: #66756E; }
a { background-color: rgb(102,117,110); }
div.DivClassName
{
background-color: #66756E;
}
.BgClassName
{
background-color: #66756E;
}
</style>
border-color css
<style>
span { border-color: #66756E; }
span { border-color: rgb(102,117,110); }
td.TdClassName
{
border-color: #66756E;
}
.TagClassName
{
border-color: #66756E;
}
</style>