Shades of Sirocco #66746B
Tints of Sirocco #66746B
RGB
CMYK
RGB Variations
Color information
#66746B (or 0x66746B) is known color: Sirocco. HEX triplet: 66, 74 and 6B. RGB value is (102,116,107). Sum of RGB (Red+Green+Blue) = 102+116+107=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #66746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66746B is #998B94. Grayscale: #6E6E6E. Windows color (decimal): -10062741 or 7042150. OLE color: 7042150.
HSL color Cylindrical-coordinate representation of color #66746B: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66746B is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 116 | 107 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.55 |
| HSL | 141.43º | 0.06% | 0.43% | - |
| HSV(B) | 141.43º | 0.12% | 0.45% | - |
| XYZ | 14.38 | 16.38 | 16.31 | - |
| YUV | 110.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 107 | 0.12 | 0 | 0.08 | 0.55 | 141.43 | 0.06 | 0.43 |
| Hex | 66 | 74 | 6B | C | 0 | 8 | 37 | 8D | 6 | 2B |
| Octal | 146 | 164 | 153 | 14 | 0 | 10 | 67 | 215 | 6 | 53 |
| Binary | 1100110 | 1110100 | 1101011 | 1100 | 0 | 1000 | 110111 | 10001101 | 110 | 101011 |
Color Harmonies of #66746B
Complementary color
Monochromatic Colors of #66746B
Black with #66746B
Text Example
Text Example
White with #66746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66746B; }
p { color: rgb(102,116,107); }
H1.HeaderClassName
{
color: #66746B;
}
.AnyTagClassName
{
color: #66746B;
}
</style>
background-color css
<style>
a { background-color: #66746B; }
a { background-color: rgb(102,116,107); }
div.DivClassName
{
background-color: #66746B;
}
.BgClassName
{
background-color: #66746B;
}
</style>
border-color css
<style>
span { border-color: #66746B; }
span { border-color: rgb(102,116,107); }
td.TdClassName
{
border-color: #66746B;
}
.TagClassName
{
border-color: #66746B;
}
</style>