Shades of Highland #788B52
Tints of Highland #788B52
RGB
CMYK
RGB Variations
Color information
#788B52 (or 0x788B52) is known color: Highland. HEX triplet: 78, 8B and 52. RGB value is (120,139,82). Sum of RGB (Red+Green+Blue) = 120+139+82=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #788B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B52 is #8774AD. Grayscale: #7F7F7F. Windows color (decimal): -8877230 or 5409656. OLE color: 5409656.
HSL color Cylindrical-coordinate representation of color #788B52: hue angle of 80º 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 #788B52 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 82 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.45 |
| HSL | 80º | 0.26% | 0.43% | - |
| HSV(B) | 80º | 0.41% | 0.55% | - |
| XYZ | 18.5 | 23.07 | 11.46 | - |
| YUV | 126.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 82 | 0.14 | 0 | 0.41 | 0.45 | 80 | 0.26 | 0.43 |
| Hex | 78 | 8B | 52 | E | 0 | 29 | 2D | 50 | 1A | 2B |
| Octal | 170 | 213 | 122 | 16 | 0 | 51 | 55 | 120 | 32 | 53 |
| Binary | 1111000 | 10001011 | 1010010 | 1110 | 0 | 101001 | 101101 | 1010000 | 11010 | 101011 |
Color Harmonies of #788B52
Complementary color
Monochromatic Colors of #788B52
Black with #788B52
Text Example
Text Example
White with #788B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B52; }
p { color: rgb(120,139,82); }
H1.HeaderClassName
{
color: #788B52;
}
.AnyTagClassName
{
color: #788B52;
}
</style>
background-color css
<style>
a { background-color: #788B52; }
a { background-color: rgb(120,139,82); }
div.DivClassName
{
background-color: #788B52;
}
.BgClassName
{
background-color: #788B52;
}
</style>
border-color css
<style>
span { border-color: #788B52; }
span { border-color: rgb(120,139,82); }
td.TdClassName
{
border-color: #788B52;
}
.TagClassName
{
border-color: #788B52;
}
</style>