Shades of Highland #768F57
Tints of Highland #768F57
RGB
CMYK
RGB Variations
Color information
#768F57 (or 0x768F57) is known color: Highland. HEX triplet: 76, 8F and 57. RGB value is (118,143,87). Sum of RGB (Red+Green+Blue) = 118+143+87=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #768F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F57 is #8970A8. Grayscale: #818181. Windows color (decimal): -9007273 or 5738358. OLE color: 5738358.
HSL color Cylindrical-coordinate representation of color #768F57: hue angle of 86.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768F57 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 87 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.44 |
| HSL | 86.79º | 0.24% | 0.45% | - |
| HSV(B) | 86.79º | 0.39% | 0.56% | - |
| XYZ | 19.01 | 24.18 | 12.68 | - |
| YUV | 129.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 87 | 0.17 | 0 | 0.39 | 0.44 | 86.79 | 0.24 | 0.45 |
| Hex | 76 | 8F | 57 | 11 | 0 | 27 | 2C | 57 | 18 | 2D |
| Octal | 166 | 217 | 127 | 21 | 0 | 47 | 54 | 127 | 30 | 55 |
| Binary | 1110110 | 10001111 | 1010111 | 10001 | 0 | 100111 | 101100 | 1010111 | 11000 | 101101 |
Color Harmonies of #768F57
Complementary color
Monochromatic Colors of #768F57
Black with #768F57
Text Example
Text Example
White with #768F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F57; }
p { color: rgb(118,143,87); }
H1.HeaderClassName
{
color: #768F57;
}
.AnyTagClassName
{
color: #768F57;
}
</style>
background-color css
<style>
a { background-color: #768F57; }
a { background-color: rgb(118,143,87); }
div.DivClassName
{
background-color: #768F57;
}
.BgClassName
{
background-color: #768F57;
}
</style>
border-color css
<style>
span { border-color: #768F57; }
span { border-color: rgb(118,143,87); }
td.TdClassName
{
border-color: #768F57;
}
.TagClassName
{
border-color: #768F57;
}
</style>