Shades of Highland #7D975C
Tints of Highland #7D975C
RGB
CMYK
RGB Variations
Color information
#7D975C (or 0x7D975C) is known color: Highland. HEX triplet: 7D, 97 and 5C. RGB value is (125,151,92). Sum of RGB (Red+Green+Blue) = 125+151+92=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #7D975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D975C is #8268A3. Grayscale: #888888. Windows color (decimal): -8546468 or 6068093. OLE color: 6068093.
HSL color Cylindrical-coordinate representation of color #7D975C: hue angle of 86.44º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D975C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 92 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.41 |
| HSL | 86.44º | 0.24% | 0.48% | - |
| HSV(B) | 86.44º | 0.39% | 0.59% | - |
| XYZ | 21.46 | 27.27 | 14.26 | - |
| YUV | 136.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 92 | 0.17 | 0 | 0.39 | 0.41 | 86.44 | 0.24 | 0.48 |
| Hex | 7D | 97 | 5C | 11 | 0 | 27 | 29 | 56 | 18 | 30 |
| Octal | 175 | 227 | 134 | 21 | 0 | 47 | 51 | 126 | 30 | 60 |
| Binary | 1111101 | 10010111 | 1011100 | 10001 | 0 | 100111 | 101001 | 1010110 | 11000 | 110000 |
Color Harmonies of #7D975C
Complementary color
Monochromatic Colors of #7D975C
Black with #7D975C
Text Example
Text Example
White with #7D975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D975C; }
p { color: rgb(125,151,92); }
H1.HeaderClassName
{
color: #7D975C;
}
.AnyTagClassName
{
color: #7D975C;
}
</style>
background-color css
<style>
a { background-color: #7D975C; }
a { background-color: rgb(125,151,92); }
div.DivClassName
{
background-color: #7D975C;
}
.BgClassName
{
background-color: #7D975C;
}
</style>
border-color css
<style>
span { border-color: #7D975C; }
span { border-color: rgb(125,151,92); }
td.TdClassName
{
border-color: #7D975C;
}
.TagClassName
{
border-color: #7D975C;
}
</style>