Shades of Dingley #5C7740
Tints of Dingley #5C7740
RGB
CMYK
RGB Variations
Color information
#5C7740 (or 0x5C7740) is known color: Dingley. HEX triplet: 5C, 77 and 40. RGB value is (92,119,64). Sum of RGB (Red+Green+Blue) = 92+119+64=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7740 is #A388BF. Grayscale: #686868. Windows color (decimal): -10717376 or 4224860. OLE color: 4224860.
HSL color Cylindrical-coordinate representation of color #5C7740: hue angle of 89.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C7740 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 64 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.53 |
| HSL | 89.45º | 0.3% | 0.36% | - |
| HSV(B) | 89.45º | 0.46% | 0.47% | - |
| XYZ | 11.94 | 15.84 | 7.28 | - |
| YUV | 104.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 64 | 0.23 | 0 | 0.46 | 0.53 | 89.45 | 0.3 | 0.36 |
| Hex | 5C | 77 | 40 | 17 | 0 | 2E | 35 | 59 | 1E | 24 |
| Octal | 134 | 167 | 100 | 27 | 0 | 56 | 65 | 131 | 36 | 44 |
| Binary | 1011100 | 1110111 | 1000000 | 10111 | 0 | 101110 | 110101 | 1011001 | 11110 | 100100 |
Color Harmonies of #5C7740
Complementary color
Monochromatic Colors of #5C7740
Black with #5C7740
Text Example
Text Example
White with #5C7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7740; }
p { color: rgb(92,119,64); }
H1.HeaderClassName
{
color: #5C7740;
}
.AnyTagClassName
{
color: #5C7740;
}
</style>
background-color css
<style>
a { background-color: #5C7740; }
a { background-color: rgb(92,119,64); }
div.DivClassName
{
background-color: #5C7740;
}
.BgClassName
{
background-color: #5C7740;
}
</style>
border-color css
<style>
span { border-color: #5C7740; }
span { border-color: rgb(92,119,64); }
td.TdClassName
{
border-color: #5C7740;
}
.TagClassName
{
border-color: #5C7740;
}
</style>