Shades of Highland #7A975E
Tints of Highland #7A975E
RGB
CMYK
RGB Variations
Color information
#7A975E (or 0x7A975E) is known color: Highland. HEX triplet: 7A, 97 and 5E. RGB value is (122,151,94). Sum of RGB (Red+Green+Blue) = 122+151+94=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #7A975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A975E is #8568A1. Grayscale: #888888. Windows color (decimal): -8743074 or 6199162. OLE color: 6199162.
HSL color Cylindrical-coordinate representation of color #7A975E: hue angle of 90.53º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A975E is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 94 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.41 |
| HSL | 90.53º | 0.23% | 0.48% | - |
| HSV(B) | 90.53º | 0.38% | 0.59% | - |
| XYZ | 21.11 | 27.08 | 14.7 | - |
| YUV | 135.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 94 | 0.19 | 0 | 0.38 | 0.41 | 90.53 | 0.23 | 0.48 |
| Hex | 7A | 97 | 5E | 13 | 0 | 26 | 29 | 5B | 17 | 30 |
| Octal | 172 | 227 | 136 | 23 | 0 | 46 | 51 | 133 | 27 | 60 |
| Binary | 1111010 | 10010111 | 1011110 | 10011 | 0 | 100110 | 101001 | 1011011 | 10111 | 110000 |
Color Harmonies of #7A975E
Complementary color
Monochromatic Colors of #7A975E
Black with #7A975E
Text Example
Text Example
White with #7A975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A975E; }
p { color: rgb(122,151,94); }
H1.HeaderClassName
{
color: #7A975E;
}
.AnyTagClassName
{
color: #7A975E;
}
</style>
background-color css
<style>
a { background-color: #7A975E; }
a { background-color: rgb(122,151,94); }
div.DivClassName
{
background-color: #7A975E;
}
.BgClassName
{
background-color: #7A975E;
}
</style>
border-color css
<style>
span { border-color: #7A975E; }
span { border-color: rgb(122,151,94); }
td.TdClassName
{
border-color: #7A975E;
}
.TagClassName
{
border-color: #7A975E;
}
</style>