Shades of Dingley #70874D
Tints of Dingley #70874D
RGB
CMYK
RGB Variations
Color information
#70874D (or 0x70874D) is known color: Dingley. HEX triplet: 70, 87 and 4D. RGB value is (112,135,77). Sum of RGB (Red+Green+Blue) = 112+135+77=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #70874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70874D is #8F78B2. Grayscale: #797979. Windows color (decimal): -9402547 or 5080944. OLE color: 5080944.
HSL color Cylindrical-coordinate representation of color #70874D: hue angle of 83.79º degrees, saturation: 0.27, 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 #70874D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 77 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.47 |
| HSL | 83.79º | 0.27% | 0.42% | - |
| HSV(B) | 83.79º | 0.43% | 0.53% | - |
| XYZ | 16.69 | 21.31 | 10.25 | - |
| YUV | 121.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 77 | 0.17 | 0 | 0.43 | 0.47 | 83.79 | 0.27 | 0.42 |
| Hex | 70 | 87 | 4D | 11 | 0 | 2B | 2F | 54 | 1B | 2A |
| Octal | 160 | 207 | 115 | 21 | 0 | 53 | 57 | 124 | 33 | 52 |
| Binary | 1110000 | 10000111 | 1001101 | 10001 | 0 | 101011 | 101111 | 1010100 | 11011 | 101010 |
Color Harmonies of #70874D
Complementary color
Monochromatic Colors of #70874D
Black with #70874D
Text Example
Text Example
White with #70874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70874D; }
p { color: rgb(112,135,77); }
H1.HeaderClassName
{
color: #70874D;
}
.AnyTagClassName
{
color: #70874D;
}
</style>
background-color css
<style>
a { background-color: #70874D; }
a { background-color: rgb(112,135,77); }
div.DivClassName
{
background-color: #70874D;
}
.BgClassName
{
background-color: #70874D;
}
</style>
border-color css
<style>
span { border-color: #70874D; }
span { border-color: rgb(112,135,77); }
td.TdClassName
{
border-color: #70874D;
}
.TagClassName
{
border-color: #70874D;
}
</style>