Shades of Highland #7D8B5A
Tints of Highland #7D8B5A
RGB
CMYK
RGB Variations
Color information
#7D8B5A (or 0x7D8B5A) is known color: Highland. HEX triplet: 7D, 8B and 5A. RGB value is (125,139,90). Sum of RGB (Red+Green+Blue) = 125+139+90=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8B5A is #8274A5. Grayscale: #818181. Windows color (decimal): -8549542 or 5933949. OLE color: 5933949.
HSL color Cylindrical-coordinate representation of color #7D8B5A: hue angle of 77.14º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D8B5A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 139 | 90 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.45 |
| HSL | 77.14º | 0.21% | 0.45% | - |
| HSV(B) | 77.14º | 0.35% | 0.55% | - |
| XYZ | 19.54 | 23.56 | 13.19 | - |
| YUV | 129.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 90 | 0.10 | 0 | 0.35 | 0.45 | 77.14 | 0.21 | 0.45 |
| Hex | 7D | 8B | 5A | A | 0 | 23 | 2D | 4D | 15 | 2D |
| Octal | 175 | 213 | 132 | 12 | 0 | 43 | 55 | 115 | 25 | 55 |
| Binary | 1111101 | 10001011 | 1011010 | 1010 | 0 | 100011 | 101101 | 1001101 | 10101 | 101101 |
Color Harmonies of #7D8B5A
Complementary color
Monochromatic Colors of #7D8B5A
Black with #7D8B5A
Text Example
Text Example
White with #7D8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8B5A; }
p { color: rgb(125,139,90); }
H1.HeaderClassName
{
color: #7D8B5A;
}
.AnyTagClassName
{
color: #7D8B5A;
}
</style>
background-color css
<style>
a { background-color: #7D8B5A; }
a { background-color: rgb(125,139,90); }
div.DivClassName
{
background-color: #7D8B5A;
}
.BgClassName
{
background-color: #7D8B5A;
}
</style>
border-color css
<style>
span { border-color: #7D8B5A; }
span { border-color: rgb(125,139,90); }
td.TdClassName
{
border-color: #7D8B5A;
}
.TagClassName
{
border-color: #7D8B5A;
}
</style>