Shades of Dingley #71884D
Tints of Dingley #71884D
RGB
CMYK
RGB Variations
Color information
#71884D (or 0x71884D) is known color: Dingley. HEX triplet: 71, 88 and 4D. RGB value is (113,136,77). Sum of RGB (Red+Green+Blue) = 113+136+77=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #71884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71884D is #8E77B2. Grayscale: #7A7A7A. Windows color (decimal): -9336755 or 5081201. OLE color: 5081201.
HSL color Cylindrical-coordinate representation of color #71884D: hue angle of 83.39º degrees, saturation: 0.28, 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 #71884D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 77 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.47 |
| HSL | 83.39º | 0.28% | 0.42% | - |
| HSV(B) | 83.39º | 0.43% | 0.53% | - |
| XYZ | 16.95 | 21.65 | 10.31 | - |
| YUV | 122.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 77 | 0.17 | 0 | 0.43 | 0.47 | 83.39 | 0.28 | 0.42 |
| Hex | 71 | 88 | 4D | 11 | 0 | 2B | 2F | 53 | 1C | 2A |
| Octal | 161 | 210 | 115 | 21 | 0 | 53 | 57 | 123 | 34 | 52 |
| Binary | 1110001 | 10001000 | 1001101 | 10001 | 0 | 101011 | 101111 | 1010011 | 11100 | 101010 |
Color Harmonies of #71884D
Complementary color
Monochromatic Colors of #71884D
Black with #71884D
Text Example
Text Example
White with #71884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71884D; }
p { color: rgb(113,136,77); }
H1.HeaderClassName
{
color: #71884D;
}
.AnyTagClassName
{
color: #71884D;
}
</style>
background-color css
<style>
a { background-color: #71884D; }
a { background-color: rgb(113,136,77); }
div.DivClassName
{
background-color: #71884D;
}
.BgClassName
{
background-color: #71884D;
}
</style>
border-color css
<style>
span { border-color: #71884D; }
span { border-color: rgb(113,136,77); }
td.TdClassName
{
border-color: #71884D;
}
.TagClassName
{
border-color: #71884D;
}
</style>