Shades of Sirocco #66756C
Tints of Sirocco #66756C
RGB
CMYK
RGB Variations
Color information
#66756C (or 0x66756C) is known color: Sirocco. HEX triplet: 66, 75 and 6C. RGB value is (102,117,108). Sum of RGB (Red+Green+Blue) = 102+117+108=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #66756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66756C is #998A93. Grayscale: #6F6F6F. Windows color (decimal): -10062484 or 7107942. OLE color: 7107942.
HSL color Cylindrical-coordinate representation of color #66756C: hue angle of 144º 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 #66756C is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 108 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.54 |
| HSL | 144º | 0.07% | 0.43% | - |
| HSV(B) | 144º | 0.13% | 0.46% | - |
| XYZ | 14.55 | 16.63 | 16.63 | - |
| YUV | 111.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 108 | 0.13 | 0 | 0.08 | 0.54 | 144 | 0.07 | 0.43 |
| Hex | 66 | 75 | 6C | D | 0 | 8 | 36 | 90 | 7 | 2B |
| Octal | 146 | 165 | 154 | 15 | 0 | 10 | 66 | 220 | 7 | 53 |
| Binary | 1100110 | 1110101 | 1101100 | 1101 | 0 | 1000 | 110110 | 10010000 | 111 | 101011 |
Color Harmonies of #66756C
Complementary color
Monochromatic Colors of #66756C
Black with #66756C
Text Example
Text Example
White with #66756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66756C; }
p { color: rgb(102,117,108); }
H1.HeaderClassName
{
color: #66756C;
}
.AnyTagClassName
{
color: #66756C;
}
</style>
background-color css
<style>
a { background-color: #66756C; }
a { background-color: rgb(102,117,108); }
div.DivClassName
{
background-color: #66756C;
}
.BgClassName
{
background-color: #66756C;
}
</style>
border-color css
<style>
span { border-color: #66756C; }
span { border-color: rgb(102,117,108); }
td.TdClassName
{
border-color: #66756C;
}
.TagClassName
{
border-color: #66756C;
}
</style>