Shades of Highland #75865A
Tints of Highland #75865A
RGB
CMYK
RGB Variations
Color information
#75865A (or 0x75865A) is known color: Highland. HEX triplet: 75, 86 and 5A. RGB value is (117,134,90). Sum of RGB (Red+Green+Blue) = 117+134+90=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #75865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75865A is #8A79A5. Grayscale: #7C7C7C. Windows color (decimal): -9075110 or 5932661. OLE color: 5932661.
HSL color Cylindrical-coordinate representation of color #75865A: hue angle of 83.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75865A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 90 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.47 |
| HSL | 83.18º | 0.2% | 0.44% | - |
| HSV(B) | 83.18º | 0.33% | 0.53% | - |
| XYZ | 17.71 | 21.57 | 12.9 | - |
| YUV | 123.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 90 | 0.13 | 0 | 0.33 | 0.47 | 83.18 | 0.2 | 0.44 |
| Hex | 75 | 86 | 5A | D | 0 | 21 | 2F | 53 | 14 | 2C |
| Octal | 165 | 206 | 132 | 15 | 0 | 41 | 57 | 123 | 24 | 54 |
| Binary | 1110101 | 10000110 | 1011010 | 1101 | 0 | 100001 | 101111 | 1010011 | 10100 | 101100 |
Color Harmonies of #75865A
Complementary color
Monochromatic Colors of #75865A
Black with #75865A
Text Example
Text Example
White with #75865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75865A; }
p { color: rgb(117,134,90); }
H1.HeaderClassName
{
color: #75865A;
}
.AnyTagClassName
{
color: #75865A;
}
</style>
background-color css
<style>
a { background-color: #75865A; }
a { background-color: rgb(117,134,90); }
div.DivClassName
{
background-color: #75865A;
}
.BgClassName
{
background-color: #75865A;
}
</style>
border-color css
<style>
span { border-color: #75865A; }
span { border-color: rgb(117,134,90); }
td.TdClassName
{
border-color: #75865A;
}
.TagClassName
{
border-color: #75865A;
}
</style>