Shades of Highland #738D5D
Tints of Highland #738D5D
RGB
CMYK
RGB Variations
Color information
#738D5D (or 0x738D5D) is known color: Highland. HEX triplet: 73, 8D and 5D. RGB value is (115,141,93). Sum of RGB (Red+Green+Blue) = 115+141+93=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #738D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D5D is #8C72A2. Grayscale: #7F7F7F. Windows color (decimal): -9204387 or 6131059. OLE color: 6131059.
HSL color Cylindrical-coordinate representation of color #738D5D: hue angle of 92.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #738D5D is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 93 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.45 |
| HSL | 92.5º | 0.21% | 0.46% | - |
| HSV(B) | 92.5º | 0.34% | 0.55% | - |
| XYZ | 18.57 | 23.48 | 13.91 | - |
| YUV | 127.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 93 | 0.18 | 0 | 0.34 | 0.45 | 92.5 | 0.21 | 0.46 |
| Hex | 73 | 8D | 5D | 12 | 0 | 22 | 2D | 5C | 15 | 2E |
| Octal | 163 | 215 | 135 | 22 | 0 | 42 | 55 | 134 | 25 | 56 |
| Binary | 1110011 | 10001101 | 1011101 | 10010 | 0 | 100010 | 101101 | 1011100 | 10101 | 101110 |
Color Harmonies of #738D5D
Complementary color
Monochromatic Colors of #738D5D
Black with #738D5D
Text Example
Text Example
White with #738D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D5D; }
p { color: rgb(115,141,93); }
H1.HeaderClassName
{
color: #738D5D;
}
.AnyTagClassName
{
color: #738D5D;
}
</style>
background-color css
<style>
a { background-color: #738D5D; }
a { background-color: rgb(115,141,93); }
div.DivClassName
{
background-color: #738D5D;
}
.BgClassName
{
background-color: #738D5D;
}
</style>
border-color css
<style>
span { border-color: #738D5D; }
span { border-color: rgb(115,141,93); }
td.TdClassName
{
border-color: #738D5D;
}
.TagClassName
{
border-color: #738D5D;
}
</style>