Shades of Highland #7B875F
Tints of Highland #7B875F
RGB
CMYK
RGB Variations
Color information
#7B875F (or 0x7B875F) is known color: Highland. HEX triplet: 7B, 87 and 5F. RGB value is (123,135,95). Sum of RGB (Red+Green+Blue) = 123+135+95=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #7B875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B875F is #8478A0. Grayscale: #7E7E7E. Windows color (decimal): -8681633 or 6260603. OLE color: 6260603.
HSL color Cylindrical-coordinate representation of color #7B875F: hue angle of 78º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B875F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 95 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.47 |
| HSL | 78º | 0.17% | 0.45% | - |
| HSV(B) | 78º | 0.3% | 0.53% | - |
| XYZ | 18.9 | 22.37 | 14.15 | - |
| YUV | 126.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 95 | 0.09 | 0 | 0.30 | 0.47 | 78 | 0.17 | 0.45 |
| Hex | 7B | 87 | 5F | 9 | 0 | 1E | 2F | 4E | 11 | 2D |
| Octal | 173 | 207 | 137 | 11 | 0 | 36 | 57 | 116 | 21 | 55 |
| Binary | 1111011 | 10000111 | 1011111 | 1001 | 0 | 11110 | 101111 | 1001110 | 10001 | 101101 |
Color Harmonies of #7B875F
Complementary color
Monochromatic Colors of #7B875F
Black with #7B875F
Text Example
Text Example
White with #7B875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B875F; }
p { color: rgb(123,135,95); }
H1.HeaderClassName
{
color: #7B875F;
}
.AnyTagClassName
{
color: #7B875F;
}
</style>
background-color css
<style>
a { background-color: #7B875F; }
a { background-color: rgb(123,135,95); }
div.DivClassName
{
background-color: #7B875F;
}
.BgClassName
{
background-color: #7B875F;
}
</style>
border-color css
<style>
span { border-color: #7B875F; }
span { border-color: rgb(123,135,95); }
td.TdClassName
{
border-color: #7B875F;
}
.TagClassName
{
border-color: #7B875F;
}
</style>