Shades of Dingley #71874E
Tints of Dingley #71874E
RGB
CMYK
RGB Variations
Color information
#71874E (or 0x71874E) is known color: Dingley. HEX triplet: 71, 87 and 4E. RGB value is (113,135,78). Sum of RGB (Red+Green+Blue) = 113+135+78=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #71874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71874E is #8E78B1. Grayscale: #7A7A7A. Windows color (decimal): -9337010 or 5146481. OLE color: 5146481.
HSL color Cylindrical-coordinate representation of color #71874E: hue angle of 83.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71874E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 78 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.47 |
| HSL | 83.16º | 0.27% | 0.42% | - |
| HSV(B) | 83.16º | 0.42% | 0.53% | - |
| XYZ | 16.85 | 21.39 | 10.45 | - |
| YUV | 121.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 78 | 0.16 | 0 | 0.42 | 0.47 | 83.16 | 0.27 | 0.42 |
| Hex | 71 | 87 | 4E | 10 | 0 | 2A | 2F | 53 | 1B | 2A |
| Octal | 161 | 207 | 116 | 20 | 0 | 52 | 57 | 123 | 33 | 52 |
| Binary | 1110001 | 10000111 | 1001110 | 10000 | 0 | 101010 | 101111 | 1010011 | 11011 | 101010 |
Color Harmonies of #71874E
Complementary color
Monochromatic Colors of #71874E
Black with #71874E
Text Example
Text Example
White with #71874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71874E; }
p { color: rgb(113,135,78); }
H1.HeaderClassName
{
color: #71874E;
}
.AnyTagClassName
{
color: #71874E;
}
</style>
background-color css
<style>
a { background-color: #71874E; }
a { background-color: rgb(113,135,78); }
div.DivClassName
{
background-color: #71874E;
}
.BgClassName
{
background-color: #71874E;
}
</style>
border-color css
<style>
span { border-color: #71874E; }
span { border-color: rgb(113,135,78); }
td.TdClassName
{
border-color: #71874E;
}
.TagClassName
{
border-color: #71874E;
}
</style>