Shades of Dingley #5F774F
Tints of Dingley #5F774F
RGB
CMYK
RGB Variations
Color information
#5F774F (or 0x5F774F) is known color: Dingley. HEX triplet: 5F, 77 and 4F. RGB value is (95,119,79). Sum of RGB (Red+Green+Blue) = 95+119+79=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #5F774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F774F is #A088B0. Grayscale: #6B6B6B. Windows color (decimal): -10520753 or 5207903. OLE color: 5207903.
HSL color Cylindrical-coordinate representation of color #5F774F: hue angle of 96º degrees, saturation: 0.2, 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 #5F774F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 79 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.53 |
| HSL | 96º | 0.2% | 0.39% | - |
| HSV(B) | 96º | 0.34% | 0.47% | - |
| XYZ | 12.73 | 16.19 | 9.85 | - |
| YUV | 107.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 79 | 0.20 | 0 | 0.34 | 0.53 | 96 | 0.2 | 0.39 |
| Hex | 5F | 77 | 4F | 14 | 0 | 22 | 35 | 60 | 14 | 27 |
| Octal | 137 | 167 | 117 | 24 | 0 | 42 | 65 | 140 | 24 | 47 |
| Binary | 1011111 | 1110111 | 1001111 | 10100 | 0 | 100010 | 110101 | 1100000 | 10100 | 100111 |
Color Harmonies of #5F774F
Complementary color
Monochromatic Colors of #5F774F
Black with #5F774F
Text Example
Text Example
White with #5F774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F774F; }
p { color: rgb(95,119,79); }
H1.HeaderClassName
{
color: #5F774F;
}
.AnyTagClassName
{
color: #5F774F;
}
</style>
background-color css
<style>
a { background-color: #5F774F; }
a { background-color: rgb(95,119,79); }
div.DivClassName
{
background-color: #5F774F;
}
.BgClassName
{
background-color: #5F774F;
}
</style>
border-color css
<style>
span { border-color: #5F774F; }
span { border-color: rgb(95,119,79); }
td.TdClassName
{
border-color: #5F774F;
}
.TagClassName
{
border-color: #5F774F;
}
</style>