Shades of Dingley #66784E
Tints of Dingley #66784E
RGB
CMYK
RGB Variations
Color information
#66784E (or 0x66784E) is known color: Dingley. HEX triplet: 66, 78 and 4E. RGB value is (102,120,78). Sum of RGB (Red+Green+Blue) = 102+120+78=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #66784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66784E is #9987B1. Grayscale: #6D6D6D. Windows color (decimal): -10061746 or 5142630. OLE color: 5142630.
HSL color Cylindrical-coordinate representation of color #66784E: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66784E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 78 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.53 |
| HSL | 85.71º | 0.21% | 0.39% | - |
| HSV(B) | 85.71º | 0.35% | 0.47% | - |
| XYZ | 13.57 | 16.81 | 9.74 | - |
| YUV | 109.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 78 | 0.15 | 0 | 0.35 | 0.53 | 85.71 | 0.21 | 0.39 |
| Hex | 66 | 78 | 4E | F | 0 | 23 | 35 | 56 | 15 | 27 |
| Octal | 146 | 170 | 116 | 17 | 0 | 43 | 65 | 126 | 25 | 47 |
| Binary | 1100110 | 1111000 | 1001110 | 1111 | 0 | 100011 | 110101 | 1010110 | 10101 | 100111 |
Color Harmonies of #66784E
Complementary color
Monochromatic Colors of #66784E
Black with #66784E
Text Example
Text Example
White with #66784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66784E; }
p { color: rgb(102,120,78); }
H1.HeaderClassName
{
color: #66784E;
}
.AnyTagClassName
{
color: #66784E;
}
</style>
background-color css
<style>
a { background-color: #66784E; }
a { background-color: rgb(102,120,78); }
div.DivClassName
{
background-color: #66784E;
}
.BgClassName
{
background-color: #66784E;
}
</style>
border-color css
<style>
span { border-color: #66784E; }
span { border-color: rgb(102,120,78); }
td.TdClassName
{
border-color: #66784E;
}
.TagClassName
{
border-color: #66784E;
}
</style>