Shades of Dingley #5E774A
Tints of Dingley #5E774A
RGB
CMYK
RGB Variations
Color information
#5E774A (or 0x5E774A) is known color: Dingley. HEX triplet: 5E, 77 and 4A. RGB value is (94,119,74). Sum of RGB (Red+Green+Blue) = 94+119+74=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #5E774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E774A is #A188B5. Grayscale: #6A6A6A. Windows color (decimal): -10586294 or 4880222. OLE color: 4880222.
HSL color Cylindrical-coordinate representation of color #5E774A: hue angle of 93.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E774A is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 74 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.53 |
| HSL | 93.33º | 0.23% | 0.38% | - |
| HSV(B) | 93.33º | 0.38% | 0.47% | - |
| XYZ | 12.45 | 16.07 | 8.92 | - |
| YUV | 106.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 74 | 0.21 | 0 | 0.38 | 0.53 | 93.33 | 0.23 | 0.38 |
| Hex | 5E | 77 | 4A | 15 | 0 | 26 | 35 | 5D | 17 | 26 |
| Octal | 136 | 167 | 112 | 25 | 0 | 46 | 65 | 135 | 27 | 46 |
| Binary | 1011110 | 1110111 | 1001010 | 10101 | 0 | 100110 | 110101 | 1011101 | 10111 | 100110 |
Color Harmonies of #5E774A
Complementary color
Monochromatic Colors of #5E774A
Black with #5E774A
Text Example
Text Example
White with #5E774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E774A; }
p { color: rgb(94,119,74); }
H1.HeaderClassName
{
color: #5E774A;
}
.AnyTagClassName
{
color: #5E774A;
}
</style>
background-color css
<style>
a { background-color: #5E774A; }
a { background-color: rgb(94,119,74); }
div.DivClassName
{
background-color: #5E774A;
}
.BgClassName
{
background-color: #5E774A;
}
</style>
border-color css
<style>
span { border-color: #5E774A; }
span { border-color: rgb(94,119,74); }
td.TdClassName
{
border-color: #5E774A;
}
.TagClassName
{
border-color: #5E774A;
}
</style>