Shades of Highland #75885A
Tints of Highland #75885A
RGB
CMYK
RGB Variations
Color information
#75885A (or 0x75885A) is known color: Highland. HEX triplet: 75, 88 and 5A. RGB value is (117,136,90). Sum of RGB (Red+Green+Blue) = 117+136+90=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #75885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75885A is #8A77A5. Grayscale: #7D7D7D. Windows color (decimal): -9074598 or 5933173. OLE color: 5933173.
HSL color Cylindrical-coordinate representation of color #75885A: hue angle of 84.78º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75885A is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 90 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.47 |
| HSL | 84.78º | 0.2% | 0.44% | - |
| HSV(B) | 84.78º | 0.34% | 0.53% | - |
| XYZ | 17.99 | 22.13 | 13 | - |
| YUV | 125.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 90 | 0.14 | 0 | 0.34 | 0.47 | 84.78 | 0.2 | 0.44 |
| Hex | 75 | 88 | 5A | E | 0 | 22 | 2F | 55 | 14 | 2C |
| Octal | 165 | 210 | 132 | 16 | 0 | 42 | 57 | 125 | 24 | 54 |
| Binary | 1110101 | 10001000 | 1011010 | 1110 | 0 | 100010 | 101111 | 1010101 | 10100 | 101100 |
Color Harmonies of #75885A
Complementary color
Monochromatic Colors of #75885A
Black with #75885A
Text Example
Text Example
White with #75885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75885A; }
p { color: rgb(117,136,90); }
H1.HeaderClassName
{
color: #75885A;
}
.AnyTagClassName
{
color: #75885A;
}
</style>
background-color css
<style>
a { background-color: #75885A; }
a { background-color: rgb(117,136,90); }
div.DivClassName
{
background-color: #75885A;
}
.BgClassName
{
background-color: #75885A;
}
</style>
border-color css
<style>
span { border-color: #75885A; }
span { border-color: rgb(117,136,90); }
td.TdClassName
{
border-color: #75885A;
}
.TagClassName
{
border-color: #75885A;
}
</style>