Shades of Dingley #70844D
Tints of Dingley #70844D
RGB
CMYK
RGB Variations
Color information
#70844D (or 0x70844D) is known color: Dingley. HEX triplet: 70, 84 and 4D. RGB value is (112,132,77). Sum of RGB (Red+Green+Blue) = 112+132+77=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #70844D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70844D is #8F7BB2. Grayscale: #777777. Windows color (decimal): -9403315 or 5080176. OLE color: 5080176.
HSL color Cylindrical-coordinate representation of color #70844D: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70844D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 77 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.48 |
| HSL | 81.82º | 0.26% | 0.41% | - |
| HSV(B) | 81.82º | 0.42% | 0.52% | - |
| XYZ | 16.27 | 20.48 | 10.12 | - |
| YUV | 119.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 77 | 0.15 | 0 | 0.42 | 0.48 | 81.82 | 0.26 | 0.41 |
| Hex | 70 | 84 | 4D | F | 0 | 2A | 30 | 52 | 1A | 29 |
| Octal | 160 | 204 | 115 | 17 | 0 | 52 | 60 | 122 | 32 | 51 |
| Binary | 1110000 | 10000100 | 1001101 | 1111 | 0 | 101010 | 110000 | 1010010 | 11010 | 101001 |
Color Harmonies of #70844D
Complementary color
Monochromatic Colors of #70844D
Black with #70844D
Text Example
Text Example
White with #70844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70844D; }
p { color: rgb(112,132,77); }
H1.HeaderClassName
{
color: #70844D;
}
.AnyTagClassName
{
color: #70844D;
}
</style>
background-color css
<style>
a { background-color: #70844D; }
a { background-color: rgb(112,132,77); }
div.DivClassName
{
background-color: #70844D;
}
.BgClassName
{
background-color: #70844D;
}
</style>
border-color css
<style>
span { border-color: #70844D; }
span { border-color: rgb(112,132,77); }
td.TdClassName
{
border-color: #70844D;
}
.TagClassName
{
border-color: #70844D;
}
</style>