Shades of Highland #768F63
Tints of Highland #768F63
RGB
CMYK
RGB Variations
Color information
#768F63 (or 0x768F63) is known color: Highland. HEX triplet: 76, 8F and 63. RGB value is (118,143,99). Sum of RGB (Red+Green+Blue) = 118+143+99=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #768F63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F63 is #89709C. Grayscale: #828282. Windows color (decimal): -9007261 or 6524790. OLE color: 6524790.
HSL color Cylindrical-coordinate representation of color #768F63: hue angle of 94.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768F63 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 99 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.44 |
| HSL | 94.09º | 0.18% | 0.47% | - |
| HSV(B) | 94.09º | 0.31% | 0.56% | - |
| XYZ | 19.55 | 24.4 | 15.48 | - |
| YUV | 130.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 99 | 0.17 | 0 | 0.31 | 0.44 | 94.09 | 0.18 | 0.47 |
| Hex | 76 | 8F | 63 | 11 | 0 | 1F | 2C | 5E | 12 | 2F |
| Octal | 166 | 217 | 143 | 21 | 0 | 37 | 54 | 136 | 22 | 57 |
| Binary | 1110110 | 10001111 | 1100011 | 10001 | 0 | 11111 | 101100 | 1011110 | 10010 | 101111 |
Color Harmonies of #768F63
Complementary color
Monochromatic Colors of #768F63
Black with #768F63
Text Example
Text Example
White with #768F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F63; }
p { color: rgb(118,143,99); }
H1.HeaderClassName
{
color: #768F63;
}
.AnyTagClassName
{
color: #768F63;
}
</style>
background-color css
<style>
a { background-color: #768F63; }
a { background-color: rgb(118,143,99); }
div.DivClassName
{
background-color: #768F63;
}
.BgClassName
{
background-color: #768F63;
}
</style>
border-color css
<style>
span { border-color: #768F63; }
span { border-color: rgb(118,143,99); }
td.TdClassName
{
border-color: #768F63;
}
.TagClassName
{
border-color: #768F63;
}
</style>