Shades of Highland #7B975C
Tints of Highland #7B975C
RGB
CMYK
RGB Variations
Color information
#7B975C (or 0x7B975C) is known color: Highland. HEX triplet: 7B, 97 and 5C. RGB value is (123,151,92). Sum of RGB (Red+Green+Blue) = 123+151+92=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #7B975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B975C is #8468A3. Grayscale: #888888. Windows color (decimal): -8677540 or 6068091. OLE color: 6068091.
HSL color Cylindrical-coordinate representation of color #7B975C: hue angle of 88.47º 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 #7B975C is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 92 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.41 |
| HSL | 88.47º | 0.24% | 0.48% | - |
| HSV(B) | 88.47º | 0.39% | 0.59% | - |
| XYZ | 21.17 | 27.12 | 14.24 | - |
| YUV | 135.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 92 | 0.19 | 0 | 0.39 | 0.41 | 88.47 | 0.24 | 0.48 |
| Hex | 7B | 97 | 5C | 13 | 0 | 27 | 29 | 58 | 18 | 30 |
| Octal | 173 | 227 | 134 | 23 | 0 | 47 | 51 | 130 | 30 | 60 |
| Binary | 1111011 | 10010111 | 1011100 | 10011 | 0 | 100111 | 101001 | 1011000 | 11000 | 110000 |
Color Harmonies of #7B975C
Complementary color
Monochromatic Colors of #7B975C
Black with #7B975C
Text Example
Text Example
White with #7B975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B975C; }
p { color: rgb(123,151,92); }
H1.HeaderClassName
{
color: #7B975C;
}
.AnyTagClassName
{
color: #7B975C;
}
</style>
background-color css
<style>
a { background-color: #7B975C; }
a { background-color: rgb(123,151,92); }
div.DivClassName
{
background-color: #7B975C;
}
.BgClassName
{
background-color: #7B975C;
}
</style>
border-color css
<style>
span { border-color: #7B975C; }
span { border-color: rgb(123,151,92); }
td.TdClassName
{
border-color: #7B975C;
}
.TagClassName
{
border-color: #7B975C;
}
</style>