Shades of Highland #75875A
Tints of Highland #75875A
RGB
CMYK
RGB Variations
Color information
#75875A (or 0x75875A) is known color: Highland. HEX triplet: 75, 87 and 5A. RGB value is (117,135,90). Sum of RGB (Red+Green+Blue) = 117+135+90=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #75875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75875A is #8A78A5. Grayscale: #7C7C7C. Windows color (decimal): -9074854 or 5932917. OLE color: 5932917.
HSL color Cylindrical-coordinate representation of color #75875A: hue angle of 84º 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 #75875A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 90 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.47 |
| HSL | 84º | 0.2% | 0.44% | - |
| HSV(B) | 84º | 0.33% | 0.53% | - |
| XYZ | 17.85 | 21.85 | 12.95 | - |
| YUV | 124.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 90 | 0.13 | 0 | 0.33 | 0.47 | 84 | 0.2 | 0.44 |
| Hex | 75 | 87 | 5A | D | 0 | 21 | 2F | 54 | 14 | 2C |
| Octal | 165 | 207 | 132 | 15 | 0 | 41 | 57 | 124 | 24 | 54 |
| Binary | 1110101 | 10000111 | 1011010 | 1101 | 0 | 100001 | 101111 | 1010100 | 10100 | 101100 |
Color Harmonies of #75875A
Complementary color
Monochromatic Colors of #75875A
Black with #75875A
Text Example
Text Example
White with #75875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75875A; }
p { color: rgb(117,135,90); }
H1.HeaderClassName
{
color: #75875A;
}
.AnyTagClassName
{
color: #75875A;
}
</style>
background-color css
<style>
a { background-color: #75875A; }
a { background-color: rgb(117,135,90); }
div.DivClassName
{
background-color: #75875A;
}
.BgClassName
{
background-color: #75875A;
}
</style>
border-color css
<style>
span { border-color: #75875A; }
span { border-color: rgb(117,135,90); }
td.TdClassName
{
border-color: #75875A;
}
.TagClassName
{
border-color: #75875A;
}
</style>