Shades of Dingley #5F764E
Tints of Dingley #5F764E
RGB
CMYK
RGB Variations
Color information
#5F764E (or 0x5F764E) is known color: Dingley. HEX triplet: 5F, 76 and 4E. RGB value is (95,118,78). Sum of RGB (Red+Green+Blue) = 95+118+78=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #5F764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F764E is #A089B1. Grayscale: #6A6A6A. Windows color (decimal): -10521010 or 5142111. OLE color: 5142111.
HSL color Cylindrical-coordinate representation of color #5F764E: hue angle of 94.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F764E is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 78 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.54 |
| HSL | 94.5º | 0.2% | 0.38% | - |
| HSV(B) | 94.5º | 0.34% | 0.46% | - |
| XYZ | 12.57 | 15.94 | 9.62 | - |
| YUV | 106.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 78 | 0.19 | 0 | 0.34 | 0.54 | 94.5 | 0.2 | 0.38 |
| Hex | 5F | 76 | 4E | 13 | 0 | 22 | 36 | 5E | 14 | 26 |
| Octal | 137 | 166 | 116 | 23 | 0 | 42 | 66 | 136 | 24 | 46 |
| Binary | 1011111 | 1110110 | 1001110 | 10011 | 0 | 100010 | 110110 | 1011110 | 10100 | 100110 |
Color Harmonies of #5F764E
Complementary color
Monochromatic Colors of #5F764E
Black with #5F764E
Text Example
Text Example
White with #5F764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F764E; }
p { color: rgb(95,118,78); }
H1.HeaderClassName
{
color: #5F764E;
}
.AnyTagClassName
{
color: #5F764E;
}
</style>
background-color css
<style>
a { background-color: #5F764E; }
a { background-color: rgb(95,118,78); }
div.DivClassName
{
background-color: #5F764E;
}
.BgClassName
{
background-color: #5F764E;
}
</style>
border-color css
<style>
span { border-color: #5F764E; }
span { border-color: rgb(95,118,78); }
td.TdClassName
{
border-color: #5F764E;
}
.TagClassName
{
border-color: #5F764E;
}
</style>