Shades of Dingley #72884D
Tints of Dingley #72884D
RGB
CMYK
RGB Variations
Color information
#72884D (or 0x72884D) is known color: Dingley. HEX triplet: 72, 88 and 4D. RGB value is (114,136,77). Sum of RGB (Red+Green+Blue) = 114+136+77=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #72884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72884D is #8D77B2. Grayscale: #7A7A7A. Windows color (decimal): -9271219 or 5081202. OLE color: 5081202.
HSL color Cylindrical-coordinate representation of color #72884D: hue angle of 82.37º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72884D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 77 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.47 |
| HSL | 82.37º | 0.28% | 0.42% | - |
| HSV(B) | 82.37º | 0.43% | 0.53% | - |
| XYZ | 17.08 | 21.72 | 10.31 | - |
| YUV | 122.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 77 | 0.16 | 0 | 0.43 | 0.47 | 82.37 | 0.28 | 0.42 |
| Hex | 72 | 88 | 4D | 10 | 0 | 2B | 2F | 52 | 1C | 2A |
| Octal | 162 | 210 | 115 | 20 | 0 | 53 | 57 | 122 | 34 | 52 |
| Binary | 1110010 | 10001000 | 1001101 | 10000 | 0 | 101011 | 101111 | 1010010 | 11100 | 101010 |
Color Harmonies of #72884D
Complementary color
Monochromatic Colors of #72884D
Black with #72884D
Text Example
Text Example
White with #72884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72884D; }
p { color: rgb(114,136,77); }
H1.HeaderClassName
{
color: #72884D;
}
.AnyTagClassName
{
color: #72884D;
}
</style>
background-color css
<style>
a { background-color: #72884D; }
a { background-color: rgb(114,136,77); }
div.DivClassName
{
background-color: #72884D;
}
.BgClassName
{
background-color: #72884D;
}
</style>
border-color css
<style>
span { border-color: #72884D; }
span { border-color: rgb(114,136,77); }
td.TdClassName
{
border-color: #72884D;
}
.TagClassName
{
border-color: #72884D;
}
</style>