Shades of Highland #7C975D
Tints of Highland #7C975D
RGB
CMYK
RGB Variations
Color information
#7C975D (or 0x7C975D) is known color: Highland. HEX triplet: 7C, 97 and 5D. RGB value is (124,151,93). Sum of RGB (Red+Green+Blue) = 124+151+93=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #7C975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C975D is #8368A2. Grayscale: #888888. Windows color (decimal): -8612003 or 6133628. OLE color: 6133628.
HSL color Cylindrical-coordinate representation of color #7C975D: hue angle of 87.93º degrees, saturation: 0.24, 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 #7C975D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 93 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.41 |
| HSL | 87.93º | 0.24% | 0.48% | - |
| HSV(B) | 87.93º | 0.38% | 0.59% | - |
| XYZ | 21.35 | 27.21 | 14.48 | - |
| YUV | 136.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 93 | 0.18 | 0 | 0.38 | 0.41 | 87.93 | 0.24 | 0.48 |
| Hex | 7C | 97 | 5D | 12 | 0 | 26 | 29 | 58 | 18 | 30 |
| Octal | 174 | 227 | 135 | 22 | 0 | 46 | 51 | 130 | 30 | 60 |
| Binary | 1111100 | 10010111 | 1011101 | 10010 | 0 | 100110 | 101001 | 1011000 | 11000 | 110000 |
Color Harmonies of #7C975D
Complementary color
Monochromatic Colors of #7C975D
Black with #7C975D
Text Example
Text Example
White with #7C975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C975D; }
p { color: rgb(124,151,93); }
H1.HeaderClassName
{
color: #7C975D;
}
.AnyTagClassName
{
color: #7C975D;
}
</style>
background-color css
<style>
a { background-color: #7C975D; }
a { background-color: rgb(124,151,93); }
div.DivClassName
{
background-color: #7C975D;
}
.BgClassName
{
background-color: #7C975D;
}
</style>
border-color css
<style>
span { border-color: #7C975D; }
span { border-color: rgb(124,151,93); }
td.TdClassName
{
border-color: #7C975D;
}
.TagClassName
{
border-color: #7C975D;
}
</style>