Shades of Sirocco #66786B
Tints of Sirocco #66786B
RGB
CMYK
RGB Variations
Color information
#66786B (or 0x66786B) is known color: Sirocco. HEX triplet: 66, 78 and 6B. RGB value is (102,120,107). Sum of RGB (Red+Green+Blue) = 102+120+107=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #66786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66786B is #998794. Grayscale: #717171. Windows color (decimal): -10061717 or 7043174. OLE color: 7043174.
HSL color Cylindrical-coordinate representation of color #66786B: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #66786B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 107 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.53 |
| HSL | 136.67º | 0.08% | 0.44% | - |
| HSV(B) | 136.67º | 0.15% | 0.47% | - |
| XYZ | 14.85 | 17.32 | 16.47 | - |
| YUV | 113.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 107 | 0.15 | 0 | 0.11 | 0.53 | 136.67 | 0.08 | 0.44 |
| Hex | 66 | 78 | 6B | F | 0 | B | 35 | 89 | 8 | 2C |
| Octal | 146 | 170 | 153 | 17 | 0 | 13 | 65 | 211 | 10 | 54 |
| Binary | 1100110 | 1111000 | 1101011 | 1111 | 0 | 1011 | 110101 | 10001001 | 1000 | 101100 |
Color Harmonies of #66786B
Complementary color
Monochromatic Colors of #66786B
Black with #66786B
Text Example
Text Example
White with #66786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66786B; }
p { color: rgb(102,120,107); }
H1.HeaderClassName
{
color: #66786B;
}
.AnyTagClassName
{
color: #66786B;
}
</style>
background-color css
<style>
a { background-color: #66786B; }
a { background-color: rgb(102,120,107); }
div.DivClassName
{
background-color: #66786B;
}
.BgClassName
{
background-color: #66786B;
}
</style>
border-color css
<style>
span { border-color: #66786B; }
span { border-color: rgb(102,120,107); }
td.TdClassName
{
border-color: #66786B;
}
.TagClassName
{
border-color: #66786B;
}
</style>