Shades of Highland #7A995C
Tints of Highland #7A995C
RGB
CMYK
RGB Variations
Color information
#7A995C (or 0x7A995C) is known color: Highland. HEX triplet: 7A, 99 and 5C. RGB value is (122,153,92). Sum of RGB (Red+Green+Blue) = 122+153+92=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #7A995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A995C is #8566A3. Grayscale: #888888. Windows color (decimal): -8742564 or 6068602. OLE color: 6068602.
HSL color Cylindrical-coordinate representation of color #7A995C: hue angle of 90.49º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A995C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 92 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.4 |
| HSL | 90.49º | 0.25% | 0.48% | - |
| HSV(B) | 90.49º | 0.4% | 0.6% | - |
| XYZ | 21.35 | 27.69 | 14.35 | - |
| YUV | 136.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 92 | 0.20 | 0 | 0.40 | 0.4 | 90.49 | 0.25 | 0.48 |
| Hex | 7A | 99 | 5C | 14 | 0 | 28 | 28 | 5A | 19 | 30 |
| Octal | 172 | 231 | 134 | 24 | 0 | 50 | 50 | 132 | 31 | 60 |
| Binary | 1111010 | 10011001 | 1011100 | 10100 | 0 | 101000 | 101000 | 1011010 | 11001 | 110000 |
Color Harmonies of #7A995C
Complementary color
Monochromatic Colors of #7A995C
Black with #7A995C
Text Example
Text Example
White with #7A995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A995C; }
p { color: rgb(122,153,92); }
H1.HeaderClassName
{
color: #7A995C;
}
.AnyTagClassName
{
color: #7A995C;
}
</style>
background-color css
<style>
a { background-color: #7A995C; }
a { background-color: rgb(122,153,92); }
div.DivClassName
{
background-color: #7A995C;
}
.BgClassName
{
background-color: #7A995C;
}
</style>
border-color css
<style>
span { border-color: #7A995C; }
span { border-color: rgb(122,153,92); }
td.TdClassName
{
border-color: #7A995C;
}
.TagClassName
{
border-color: #7A995C;
}
</style>