Shades of Highland #768B52
Tints of Highland #768B52
RGB
CMYK
RGB Variations
Color information
#768B52 (or 0x768B52) is known color: Highland. HEX triplet: 76, 8B and 52. RGB value is (118,139,82). Sum of RGB (Red+Green+Blue) = 118+139+82=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #768B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B52 is #8974AD. Grayscale: #7E7E7E. Windows color (decimal): -9008302 or 5409654. OLE color: 5409654.
HSL color Cylindrical-coordinate representation of color #768B52: hue angle of 82.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #768B52 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 82 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.45 |
| HSL | 82.11º | 0.26% | 0.43% | - |
| HSV(B) | 82.11º | 0.41% | 0.55% | - |
| XYZ | 18.23 | 22.93 | 11.45 | - |
| YUV | 126.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 82 | 0.15 | 0 | 0.41 | 0.45 | 82.11 | 0.26 | 0.43 |
| Hex | 76 | 8B | 52 | F | 0 | 29 | 2D | 52 | 1A | 2B |
| Octal | 166 | 213 | 122 | 17 | 0 | 51 | 55 | 122 | 32 | 53 |
| Binary | 1110110 | 10001011 | 1010010 | 1111 | 0 | 101001 | 101101 | 1010010 | 11010 | 101011 |
Color Harmonies of #768B52
Complementary color
Monochromatic Colors of #768B52
Black with #768B52
Text Example
Text Example
White with #768B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B52; }
p { color: rgb(118,139,82); }
H1.HeaderClassName
{
color: #768B52;
}
.AnyTagClassName
{
color: #768B52;
}
</style>
background-color css
<style>
a { background-color: #768B52; }
a { background-color: rgb(118,139,82); }
div.DivClassName
{
background-color: #768B52;
}
.BgClassName
{
background-color: #768B52;
}
</style>
border-color css
<style>
span { border-color: #768B52; }
span { border-color: rgb(118,139,82); }
td.TdClassName
{
border-color: #768B52;
}
.TagClassName
{
border-color: #768B52;
}
</style>