Shades of Sirocco #66756D
Tints of Sirocco #66756D
RGB
CMYK
RGB Variations
Color information
#66756D (or 0x66756D) is known color: Sirocco. HEX triplet: 66, 75 and 6D. RGB value is (102,117,109). Sum of RGB (Red+Green+Blue) = 102+117+109=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #66756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66756D is #998A92. Grayscale: #6F6F6F. Windows color (decimal): -10062483 or 7173478. OLE color: 7173478.
HSL color Cylindrical-coordinate representation of color #66756D: hue angle of 148º 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 #66756D is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 109 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.54 |
| HSL | 148º | 0.07% | 0.43% | - |
| HSV(B) | 148º | 0.13% | 0.46% | - |
| XYZ | 14.6 | 16.65 | 16.91 | - |
| YUV | 111.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 109 | 0.13 | 0 | 0.07 | 0.54 | 148 | 0.07 | 0.43 |
| Hex | 66 | 75 | 6D | D | 0 | 7 | 36 | 94 | 7 | 2B |
| Octal | 146 | 165 | 155 | 15 | 0 | 7 | 66 | 224 | 7 | 53 |
| Binary | 1100110 | 1110101 | 1101101 | 1101 | 0 | 111 | 110110 | 10010100 | 111 | 101011 |
Color Harmonies of #66756D
Complementary color
Monochromatic Colors of #66756D
Black with #66756D
Text Example
Text Example
White with #66756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66756D; }
p { color: rgb(102,117,109); }
H1.HeaderClassName
{
color: #66756D;
}
.AnyTagClassName
{
color: #66756D;
}
</style>
background-color css
<style>
a { background-color: #66756D; }
a { background-color: rgb(102,117,109); }
div.DivClassName
{
background-color: #66756D;
}
.BgClassName
{
background-color: #66756D;
}
</style>
border-color css
<style>
span { border-color: #66756D; }
span { border-color: rgb(102,117,109); }
td.TdClassName
{
border-color: #66756D;
}
.TagClassName
{
border-color: #66756D;
}
</style>