Shades of Dingley #64774D
Tints of Dingley #64774D
RGB
CMYK
RGB Variations
Color information
#64774D (or 0x64774D) is known color: Dingley. HEX triplet: 64, 77 and 4D. RGB value is (100,119,77). Sum of RGB (Red+Green+Blue) = 100+119+77=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #64774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64774D is #9B88B2. Grayscale: #6C6C6C. Windows color (decimal): -10193075 or 5076836. OLE color: 5076836.
HSL color Cylindrical-coordinate representation of color #64774D: hue angle of 87.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64774D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 119 | 77 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.53 |
| HSL | 87.14º | 0.21% | 0.38% | - |
| HSV(B) | 87.14º | 0.35% | 0.47% | - |
| XYZ | 13.19 | 16.44 | 9.5 | - |
| YUV | 108.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 77 | 0.16 | 0 | 0.35 | 0.53 | 87.14 | 0.21 | 0.38 |
| Hex | 64 | 77 | 4D | 10 | 0 | 23 | 35 | 57 | 15 | 26 |
| Octal | 144 | 167 | 115 | 20 | 0 | 43 | 65 | 127 | 25 | 46 |
| Binary | 1100100 | 1110111 | 1001101 | 10000 | 0 | 100011 | 110101 | 1010111 | 10101 | 100110 |
Color Harmonies of #64774D
Complementary color
Monochromatic Colors of #64774D
Black with #64774D
Text Example
Text Example
White with #64774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64774D; }
p { color: rgb(100,119,77); }
H1.HeaderClassName
{
color: #64774D;
}
.AnyTagClassName
{
color: #64774D;
}
</style>
background-color css
<style>
a { background-color: #64774D; }
a { background-color: rgb(100,119,77); }
div.DivClassName
{
background-color: #64774D;
}
.BgClassName
{
background-color: #64774D;
}
</style>
border-color css
<style>
span { border-color: #64774D; }
span { border-color: rgb(100,119,77); }
td.TdClassName
{
border-color: #64774D;
}
.TagClassName
{
border-color: #64774D;
}
</style>