Shades of Highland #72885D
Tints of Highland #72885D
RGB
CMYK
RGB Variations
Color information
#72885D (or 0x72885D) is known color: Highland. HEX triplet: 72, 88 and 5D. RGB value is (114,136,93). Sum of RGB (Red+Green+Blue) = 114+136+93=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #72885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72885D is #8D77A2. Grayscale: #7C7C7C. Windows color (decimal): -9271203 or 6129778. OLE color: 6129778.
HSL color Cylindrical-coordinate representation of color #72885D: hue angle of 90.7º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72885D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 93 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.47 |
| HSL | 90.7º | 0.19% | 0.45% | - |
| HSV(B) | 90.7º | 0.32% | 0.53% | - |
| XYZ | 17.72 | 21.98 | 13.66 | - |
| YUV | 124.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 93 | 0.16 | 0 | 0.32 | 0.47 | 90.7 | 0.19 | 0.45 |
| Hex | 72 | 88 | 5D | 10 | 0 | 20 | 2F | 5B | 13 | 2D |
| Octal | 162 | 210 | 135 | 20 | 0 | 40 | 57 | 133 | 23 | 55 |
| Binary | 1110010 | 10001000 | 1011101 | 10000 | 0 | 100000 | 101111 | 1011011 | 10011 | 101101 |
Color Harmonies of #72885D
Complementary color
Monochromatic Colors of #72885D
Black with #72885D
Text Example
Text Example
White with #72885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72885D; }
p { color: rgb(114,136,93); }
H1.HeaderClassName
{
color: #72885D;
}
.AnyTagClassName
{
color: #72885D;
}
</style>
background-color css
<style>
a { background-color: #72885D; }
a { background-color: rgb(114,136,93); }
div.DivClassName
{
background-color: #72885D;
}
.BgClassName
{
background-color: #72885D;
}
</style>
border-color css
<style>
span { border-color: #72885D; }
span { border-color: rgb(114,136,93); }
td.TdClassName
{
border-color: #72885D;
}
.TagClassName
{
border-color: #72885D;
}
</style>