Shades of Highland #7D8E53
Tints of Highland #7D8E53
RGB
CMYK
RGB Variations
Color information
#7D8E53 (or 0x7D8E53) is known color: Highland. HEX triplet: 7D, 8E and 53. RGB value is (125,142,83). Sum of RGB (Red+Green+Blue) = 125+142+83=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8E53 is #8271AC. Grayscale: #828282. Windows color (decimal): -8548781 or 5475965. OLE color: 5475965.
HSL color Cylindrical-coordinate representation of color #7D8E53: hue angle of 77.29º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D8E53 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 142 | 83 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.44 |
| HSL | 77.29º | 0.26% | 0.44% | - |
| HSV(B) | 77.29º | 0.42% | 0.56% | - |
| XYZ | 19.69 | 24.33 | 11.84 | - |
| YUV | 130.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 142 | 83 | 0.12 | 0 | 0.42 | 0.44 | 77.29 | 0.26 | 0.44 |
| Hex | 7D | 8E | 53 | C | 0 | 2A | 2C | 4D | 1A | 2C |
| Octal | 175 | 216 | 123 | 14 | 0 | 52 | 54 | 115 | 32 | 54 |
| Binary | 1111101 | 10001110 | 1010011 | 1100 | 0 | 101010 | 101100 | 1001101 | 11010 | 101100 |
Color Harmonies of #7D8E53
Complementary color
Monochromatic Colors of #7D8E53
Black with #7D8E53
Text Example
Text Example
White with #7D8E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8E53; }
p { color: rgb(125,142,83); }
H1.HeaderClassName
{
color: #7D8E53;
}
.AnyTagClassName
{
color: #7D8E53;
}
</style>
background-color css
<style>
a { background-color: #7D8E53; }
a { background-color: rgb(125,142,83); }
div.DivClassName
{
background-color: #7D8E53;
}
.BgClassName
{
background-color: #7D8E53;
}
</style>
border-color css
<style>
span { border-color: #7D8E53; }
span { border-color: rgb(125,142,83); }
td.TdClassName
{
border-color: #7D8E53;
}
.TagClassName
{
border-color: #7D8E53;
}
</style>