Shades of Highland #75884E
Tints of Highland #75884E
RGB
CMYK
RGB Variations
Color information
#75884E (or 0x75884E) is known color: Highland. HEX triplet: 75, 88 and 4E. RGB value is (117,136,78). Sum of RGB (Red+Green+Blue) = 117+136+78=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #75884E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75884E is #8A77B1. Grayscale: #7B7B7B. Windows color (decimal): -9074610 or 5146741. OLE color: 5146741.
HSL color Cylindrical-coordinate representation of color #75884E: hue angle of 79.66º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75884E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 78 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.47 |
| HSL | 79.66º | 0.27% | 0.42% | - |
| HSV(B) | 79.66º | 0.43% | 0.53% | - |
| XYZ | 17.52 | 21.94 | 10.52 | - |
| YUV | 123.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 78 | 0.14 | 0 | 0.43 | 0.47 | 79.66 | 0.27 | 0.42 |
| Hex | 75 | 88 | 4E | E | 0 | 2B | 2F | 50 | 1B | 2A |
| Octal | 165 | 210 | 116 | 16 | 0 | 53 | 57 | 120 | 33 | 52 |
| Binary | 1110101 | 10001000 | 1001110 | 1110 | 0 | 101011 | 101111 | 1010000 | 11011 | 101010 |
Color Harmonies of #75884E
Complementary color
Monochromatic Colors of #75884E
Black with #75884E
Text Example
Text Example
White with #75884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75884E; }
p { color: rgb(117,136,78); }
H1.HeaderClassName
{
color: #75884E;
}
.AnyTagClassName
{
color: #75884E;
}
</style>
background-color css
<style>
a { background-color: #75884E; }
a { background-color: rgb(117,136,78); }
div.DivClassName
{
background-color: #75884E;
}
.BgClassName
{
background-color: #75884E;
}
</style>
border-color css
<style>
span { border-color: #75884E; }
span { border-color: rgb(117,136,78); }
td.TdClassName
{
border-color: #75884E;
}
.TagClassName
{
border-color: #75884E;
}
</style>