Shades of Highland #7E925C
Tints of Highland #7E925C
RGB
CMYK
RGB Variations
Color information
#7E925C (or 0x7E925C) is known color: Highland. HEX triplet: 7E, 92 and 5C. RGB value is (126,146,92). Sum of RGB (Red+Green+Blue) = 126+146+92=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #7E925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E925C is #816DA3. Grayscale: #868686. Windows color (decimal): -8482212 or 6066814. OLE color: 6066814.
HSL color Cylindrical-coordinate representation of color #7E925C: hue angle of 82.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E925C is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 92 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.43 |
| HSL | 82.22º | 0.23% | 0.47% | - |
| HSV(B) | 82.22º | 0.37% | 0.57% | - |
| XYZ | 20.81 | 25.77 | 14 | - |
| YUV | 133.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 92 | 0.14 | 0 | 0.37 | 0.43 | 82.22 | 0.23 | 0.47 |
| Hex | 7E | 92 | 5C | E | 0 | 25 | 2B | 52 | 17 | 2F |
| Octal | 176 | 222 | 134 | 16 | 0 | 45 | 53 | 122 | 27 | 57 |
| Binary | 1111110 | 10010010 | 1011100 | 1110 | 0 | 100101 | 101011 | 1010010 | 10111 | 101111 |
Color Harmonies of #7E925C
Complementary color
Monochromatic Colors of #7E925C
Black with #7E925C
Text Example
Text Example
White with #7E925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E925C; }
p { color: rgb(126,146,92); }
H1.HeaderClassName
{
color: #7E925C;
}
.AnyTagClassName
{
color: #7E925C;
}
</style>
background-color css
<style>
a { background-color: #7E925C; }
a { background-color: rgb(126,146,92); }
div.DivClassName
{
background-color: #7E925C;
}
.BgClassName
{
background-color: #7E925C;
}
</style>
border-color css
<style>
span { border-color: #7E925C; }
span { border-color: rgb(126,146,92); }
td.TdClassName
{
border-color: #7E925C;
}
.TagClassName
{
border-color: #7E925C;
}
</style>