Shades of Dingley #72884A
Tints of Dingley #72884A
RGB
CMYK
RGB Variations
Color information
#72884A (or 0x72884A) is known color: Dingley. HEX triplet: 72, 88 and 4A. RGB value is (114,136,74). Sum of RGB (Red+Green+Blue) = 114+136+74=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #72884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72884A is #8D77B5. Grayscale: #7A7A7A. Windows color (decimal): -9271222 or 4884594. OLE color: 4884594.
HSL color Cylindrical-coordinate representation of color #72884A: hue angle of 81.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72884A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 74 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.47 |
| HSL | 81.29º | 0.3% | 0.41% | - |
| HSV(B) | 81.29º | 0.46% | 0.53% | - |
| XYZ | 16.98 | 21.68 | 9.77 | - |
| YUV | 122.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 74 | 0.16 | 0 | 0.46 | 0.47 | 81.29 | 0.3 | 0.41 |
| Hex | 72 | 88 | 4A | 10 | 0 | 2E | 2F | 51 | 1E | 29 |
| Octal | 162 | 210 | 112 | 20 | 0 | 56 | 57 | 121 | 36 | 51 |
| Binary | 1110010 | 10001000 | 1001010 | 10000 | 0 | 101110 | 101111 | 1010001 | 11110 | 101001 |
Color Harmonies of #72884A
Complementary color
Monochromatic Colors of #72884A
Black with #72884A
Text Example
Text Example
White with #72884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72884A; }
p { color: rgb(114,136,74); }
H1.HeaderClassName
{
color: #72884A;
}
.AnyTagClassName
{
color: #72884A;
}
</style>
background-color css
<style>
a { background-color: #72884A; }
a { background-color: rgb(114,136,74); }
div.DivClassName
{
background-color: #72884A;
}
.BgClassName
{
background-color: #72884A;
}
</style>
border-color css
<style>
span { border-color: #72884A; }
span { border-color: rgb(114,136,74); }
td.TdClassName
{
border-color: #72884A;
}
.TagClassName
{
border-color: #72884A;
}
</style>