Shades of Dingley #64784F
Tints of Dingley #64784F
RGB
CMYK
RGB Variations
Color information
#64784F (or 0x64784F) is known color: Dingley. HEX triplet: 64, 78 and 4F. RGB value is (100,120,79). Sum of RGB (Red+Green+Blue) = 100+120+79=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #64784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64784F is #9B87B0. Grayscale: #6D6D6D. Windows color (decimal): -10192817 or 5208164. OLE color: 5208164.
HSL color Cylindrical-coordinate representation of color #64784F: hue angle of 89.27º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64784F is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 120 | 79 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.53 |
| HSL | 89.27º | 0.21% | 0.39% | - |
| HSV(B) | 89.27º | 0.34% | 0.47% | - |
| XYZ | 13.38 | 16.71 | 9.92 | - |
| YUV | 109.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 79 | 0.17 | 0 | 0.34 | 0.53 | 89.27 | 0.21 | 0.39 |
| Hex | 64 | 78 | 4F | 11 | 0 | 22 | 35 | 59 | 15 | 27 |
| Octal | 144 | 170 | 117 | 21 | 0 | 42 | 65 | 131 | 25 | 47 |
| Binary | 1100100 | 1111000 | 1001111 | 10001 | 0 | 100010 | 110101 | 1011001 | 10101 | 100111 |
Color Harmonies of #64784F
Complementary color
Monochromatic Colors of #64784F
Black with #64784F
Text Example
Text Example
White with #64784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64784F; }
p { color: rgb(100,120,79); }
H1.HeaderClassName
{
color: #64784F;
}
.AnyTagClassName
{
color: #64784F;
}
</style>
background-color css
<style>
a { background-color: #64784F; }
a { background-color: rgb(100,120,79); }
div.DivClassName
{
background-color: #64784F;
}
.BgClassName
{
background-color: #64784F;
}
</style>
border-color css
<style>
span { border-color: #64784F; }
span { border-color: rgb(100,120,79); }
td.TdClassName
{
border-color: #64784F;
}
.TagClassName
{
border-color: #64784F;
}
</style>