Shades of Highland #768A53
Tints of Highland #768A53
RGB
CMYK
RGB Variations
Color information
#768A53 (or 0x768A53) is known color: Highland. HEX triplet: 76, 8A and 53. RGB value is (118,138,83). Sum of RGB (Red+Green+Blue) = 118+138+83=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #768A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A53 is #8975AC. Grayscale: #7D7D7D. Windows color (decimal): -9008557 or 5474934. OLE color: 5474934.
HSL color Cylindrical-coordinate representation of color #768A53: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768A53 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 83 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.46 |
| HSL | 81.82º | 0.25% | 0.43% | - |
| HSV(B) | 81.82º | 0.4% | 0.54% | - |
| XYZ | 18.12 | 22.65 | 11.6 | - |
| YUV | 125.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 83 | 0.14 | 0 | 0.40 | 0.46 | 81.82 | 0.25 | 0.43 |
| Hex | 76 | 8A | 53 | E | 0 | 28 | 2E | 52 | 19 | 2B |
| Octal | 166 | 212 | 123 | 16 | 0 | 50 | 56 | 122 | 31 | 53 |
| Binary | 1110110 | 10001010 | 1010011 | 1110 | 0 | 101000 | 101110 | 1010010 | 11001 | 101011 |
Color Harmonies of #768A53
Complementary color
Monochromatic Colors of #768A53
Black with #768A53
Text Example
Text Example
White with #768A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A53; }
p { color: rgb(118,138,83); }
H1.HeaderClassName
{
color: #768A53;
}
.AnyTagClassName
{
color: #768A53;
}
</style>
background-color css
<style>
a { background-color: #768A53; }
a { background-color: rgb(118,138,83); }
div.DivClassName
{
background-color: #768A53;
}
.BgClassName
{
background-color: #768A53;
}
</style>
border-color css
<style>
span { border-color: #768A53; }
span { border-color: rgb(118,138,83); }
td.TdClassName
{
border-color: #768A53;
}
.TagClassName
{
border-color: #768A53;
}
</style>