Shades of Dingley #72854C
Tints of Dingley #72854C
RGB
CMYK
RGB Variations
Color information
#72854C (or 0x72854C) is known color: Dingley. HEX triplet: 72, 85 and 4C. RGB value is (114,133,76). Sum of RGB (Red+Green+Blue) = 114+133+76=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #72854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72854C is #8D7AB3. Grayscale: #797979. Windows color (decimal): -9271988 or 5014898. OLE color: 5014898.
HSL color Cylindrical-coordinate representation of color #72854C: hue angle of 80º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72854C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 76 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.48 |
| HSL | 80º | 0.27% | 0.41% | - |
| HSV(B) | 80º | 0.43% | 0.52% | - |
| XYZ | 16.63 | 20.87 | 9.99 | - |
| YUV | 120.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 76 | 0.14 | 0 | 0.43 | 0.48 | 80 | 0.27 | 0.41 |
| Hex | 72 | 85 | 4C | E | 0 | 2B | 30 | 50 | 1B | 29 |
| Octal | 162 | 205 | 114 | 16 | 0 | 53 | 60 | 120 | 33 | 51 |
| Binary | 1110010 | 10000101 | 1001100 | 1110 | 0 | 101011 | 110000 | 1010000 | 11011 | 101001 |
Color Harmonies of #72854C
Complementary color
Monochromatic Colors of #72854C
Black with #72854C
Text Example
Text Example
White with #72854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72854C; }
p { color: rgb(114,133,76); }
H1.HeaderClassName
{
color: #72854C;
}
.AnyTagClassName
{
color: #72854C;
}
</style>
background-color css
<style>
a { background-color: #72854C; }
a { background-color: rgb(114,133,76); }
div.DivClassName
{
background-color: #72854C;
}
.BgClassName
{
background-color: #72854C;
}
</style>
border-color css
<style>
span { border-color: #72854C; }
span { border-color: rgb(114,133,76); }
td.TdClassName
{
border-color: #72854C;
}
.TagClassName
{
border-color: #72854C;
}
</style>