Shades of Highland #758A5A
Tints of Highland #758A5A
RGB
CMYK
RGB Variations
Color information
#758A5A (or 0x758A5A) is known color: Highland. HEX triplet: 75, 8A and 5A. RGB value is (117,138,90). Sum of RGB (Red+Green+Blue) = 117+138+90=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #758A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A5A is #8A75A5. Grayscale: #7E7E7E. Windows color (decimal): -9074086 or 5933685. OLE color: 5933685.
HSL color Cylindrical-coordinate representation of color #758A5A: hue angle of 86.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758A5A is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 90 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.46 |
| HSL | 86.25º | 0.21% | 0.45% | - |
| HSV(B) | 86.25º | 0.35% | 0.54% | - |
| XYZ | 18.27 | 22.7 | 13.09 | - |
| YUV | 126.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 90 | 0.15 | 0 | 0.35 | 0.46 | 86.25 | 0.21 | 0.45 |
| Hex | 75 | 8A | 5A | F | 0 | 23 | 2E | 56 | 15 | 2D |
| Octal | 165 | 212 | 132 | 17 | 0 | 43 | 56 | 126 | 25 | 55 |
| Binary | 1110101 | 10001010 | 1011010 | 1111 | 0 | 100011 | 101110 | 1010110 | 10101 | 101101 |
Color Harmonies of #758A5A
Complementary color
Monochromatic Colors of #758A5A
Black with #758A5A
Text Example
Text Example
White with #758A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A5A; }
p { color: rgb(117,138,90); }
H1.HeaderClassName
{
color: #758A5A;
}
.AnyTagClassName
{
color: #758A5A;
}
</style>
background-color css
<style>
a { background-color: #758A5A; }
a { background-color: rgb(117,138,90); }
div.DivClassName
{
background-color: #758A5A;
}
.BgClassName
{
background-color: #758A5A;
}
</style>
border-color css
<style>
span { border-color: #758A5A; }
span { border-color: rgb(117,138,90); }
td.TdClassName
{
border-color: #758A5A;
}
.TagClassName
{
border-color: #758A5A;
}
</style>