Shades of Highland #738B55
Tints of Highland #738B55
RGB
CMYK
RGB Variations
Color information
#738B55 (or 0x738B55) is known color: Highland. HEX triplet: 73, 8B and 55. RGB value is (115,139,85). Sum of RGB (Red+Green+Blue) = 115+139+85=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #738B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B55 is #8C74AA. Grayscale: #7D7D7D. Windows color (decimal): -9204907 or 5606259. OLE color: 5606259.
HSL color Cylindrical-coordinate representation of color #738B55: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738B55 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 85 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.45 |
| HSL | 86.67º | 0.24% | 0.44% | - |
| HSV(B) | 86.67º | 0.39% | 0.55% | - |
| XYZ | 17.94 | 22.77 | 12.04 | - |
| YUV | 125.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 85 | 0.17 | 0 | 0.39 | 0.45 | 86.67 | 0.24 | 0.44 |
| Hex | 73 | 8B | 55 | 11 | 0 | 27 | 2D | 57 | 18 | 2C |
| Octal | 163 | 213 | 125 | 21 | 0 | 47 | 55 | 127 | 30 | 54 |
| Binary | 1110011 | 10001011 | 1010101 | 10001 | 0 | 100111 | 101101 | 1010111 | 11000 | 101100 |
Color Harmonies of #738B55
Complementary color
Monochromatic Colors of #738B55
Black with #738B55
Text Example
Text Example
White with #738B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B55; }
p { color: rgb(115,139,85); }
H1.HeaderClassName
{
color: #738B55;
}
.AnyTagClassName
{
color: #738B55;
}
</style>
background-color css
<style>
a { background-color: #738B55; }
a { background-color: rgb(115,139,85); }
div.DivClassName
{
background-color: #738B55;
}
.BgClassName
{
background-color: #738B55;
}
</style>
border-color css
<style>
span { border-color: #738B55; }
span { border-color: rgb(115,139,85); }
td.TdClassName
{
border-color: #738B55;
}
.TagClassName
{
border-color: #738B55;
}
</style>