Shades of Highland #7E8F53
Tints of Highland #7E8F53
RGB
CMYK
RGB Variations
Color information
#7E8F53 (or 0x7E8F53) is known color: Highland. HEX triplet: 7E, 8F and 53. RGB value is (126,143,83). Sum of RGB (Red+Green+Blue) = 126+143+83=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F53 is #8170AC. Grayscale: #838383. Windows color (decimal): -8482989 or 5476222. OLE color: 5476222.
HSL color Cylindrical-coordinate representation of color #7E8F53: hue angle of 77º degrees, saturation: 0.27, 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 #7E8F53 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 143 | 83 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.44 |
| HSL | 77º | 0.27% | 0.44% | - |
| HSV(B) | 77º | 0.42% | 0.56% | - |
| XYZ | 19.99 | 24.71 | 11.9 | - |
| YUV | 131.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 83 | 0.12 | 0 | 0.42 | 0.44 | 77 | 0.27 | 0.44 |
| Hex | 7E | 8F | 53 | C | 0 | 2A | 2C | 4D | 1B | 2C |
| Octal | 176 | 217 | 123 | 14 | 0 | 52 | 54 | 115 | 33 | 54 |
| Binary | 1111110 | 10001111 | 1010011 | 1100 | 0 | 101010 | 101100 | 1001101 | 11011 | 101100 |
Color Harmonies of #7E8F53
Complementary color
Monochromatic Colors of #7E8F53
Black with #7E8F53
Text Example
Text Example
White with #7E8F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8F53; }
p { color: rgb(126,143,83); }
H1.HeaderClassName
{
color: #7E8F53;
}
.AnyTagClassName
{
color: #7E8F53;
}
</style>
background-color css
<style>
a { background-color: #7E8F53; }
a { background-color: rgb(126,143,83); }
div.DivClassName
{
background-color: #7E8F53;
}
.BgClassName
{
background-color: #7E8F53;
}
</style>
border-color css
<style>
span { border-color: #7E8F53; }
span { border-color: rgb(126,143,83); }
td.TdClassName
{
border-color: #7E8F53;
}
.TagClassName
{
border-color: #7E8F53;
}
</style>