Shades of Dingley #5D774D
Tints of Dingley #5D774D
RGB
CMYK
RGB Variations
Color information
#5D774D (or 0x5D774D) is known color: Dingley. HEX triplet: 5D, 77 and 4D. RGB value is (93,119,77). Sum of RGB (Red+Green+Blue) = 93+119+77=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #5D774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D774D is #A288B2. Grayscale: #6A6A6A. Windows color (decimal): -10651827 or 5076829. OLE color: 5076829.
HSL color Cylindrical-coordinate representation of color #5D774D: hue angle of 97.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 #5D774D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 77 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.53 |
| HSL | 97.14º | 0.21% | 0.38% | - |
| HSV(B) | 97.14º | 0.35% | 0.47% | - |
| XYZ | 12.45 | 16.06 | 9.46 | - |
| YUV | 106.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 77 | 0.22 | 0 | 0.35 | 0.53 | 97.14 | 0.21 | 0.38 |
| Hex | 5D | 77 | 4D | 16 | 0 | 23 | 35 | 61 | 15 | 26 |
| Octal | 135 | 167 | 115 | 26 | 0 | 43 | 65 | 141 | 25 | 46 |
| Binary | 1011101 | 1110111 | 1001101 | 10110 | 0 | 100011 | 110101 | 1100001 | 10101 | 100110 |
Color Harmonies of #5D774D
Complementary color
Monochromatic Colors of #5D774D
Black with #5D774D
Text Example
Text Example
White with #5D774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D774D; }
p { color: rgb(93,119,77); }
H1.HeaderClassName
{
color: #5D774D;
}
.AnyTagClassName
{
color: #5D774D;
}
</style>
background-color css
<style>
a { background-color: #5D774D; }
a { background-color: rgb(93,119,77); }
div.DivClassName
{
background-color: #5D774D;
}
.BgClassName
{
background-color: #5D774D;
}
</style>
border-color css
<style>
span { border-color: #5D774D; }
span { border-color: rgb(93,119,77); }
td.TdClassName
{
border-color: #5D774D;
}
.TagClassName
{
border-color: #5D774D;
}
</style>