Shades of Dingley #5C774B
Tints of Dingley #5C774B
RGB
CMYK
RGB Variations
Color information
#5C774B (or 0x5C774B) is known color: Dingley. HEX triplet: 5C, 77 and 4B. RGB value is (92,119,75). Sum of RGB (Red+Green+Blue) = 92+119+75=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #5C774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C774B is #A388B4. Grayscale: #6A6A6A. Windows color (decimal): -10717365 or 4945756. OLE color: 4945756.
HSL color Cylindrical-coordinate representation of color #5C774B: hue angle of 96.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C774B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 75 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.53 |
| HSL | 96.82º | 0.23% | 0.38% | - |
| HSV(B) | 96.82º | 0.37% | 0.47% | - |
| XYZ | 12.28 | 15.98 | 9.09 | - |
| YUV | 105.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 75 | 0.23 | 0 | 0.37 | 0.53 | 96.82 | 0.23 | 0.38 |
| Hex | 5C | 77 | 4B | 17 | 0 | 25 | 35 | 61 | 17 | 26 |
| Octal | 134 | 167 | 113 | 27 | 0 | 45 | 65 | 141 | 27 | 46 |
| Binary | 1011100 | 1110111 | 1001011 | 10111 | 0 | 100101 | 110101 | 1100001 | 10111 | 100110 |
Color Harmonies of #5C774B
Complementary color
Monochromatic Colors of #5C774B
Black with #5C774B
Text Example
Text Example
White with #5C774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C774B; }
p { color: rgb(92,119,75); }
H1.HeaderClassName
{
color: #5C774B;
}
.AnyTagClassName
{
color: #5C774B;
}
</style>
background-color css
<style>
a { background-color: #5C774B; }
a { background-color: rgb(92,119,75); }
div.DivClassName
{
background-color: #5C774B;
}
.BgClassName
{
background-color: #5C774B;
}
</style>
border-color css
<style>
span { border-color: #5C774B; }
span { border-color: rgb(92,119,75); }
td.TdClassName
{
border-color: #5C774B;
}
.TagClassName
{
border-color: #5C774B;
}
</style>