Shades of Highland #738B4D
Tints of Highland #738B4D
RGB
CMYK
RGB Variations
Color information
#738B4D (or 0x738B4D) is known color: Highland. HEX triplet: 73, 8B and 4D. RGB value is (115,139,77). Sum of RGB (Red+Green+Blue) = 115+139+77=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #738B4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B4D is #8C74B2. Grayscale: #7C7C7C. Windows color (decimal): -9204915 or 5081971. OLE color: 5081971.
HSL color Cylindrical-coordinate representation of color #738B4D: hue angle of 83.23º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #738B4D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 77 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.45 |
| HSL | 83.23º | 0.29% | 0.42% | - |
| HSV(B) | 83.23º | 0.45% | 0.55% | - |
| XYZ | 17.64 | 22.65 | 10.46 | - |
| YUV | 124.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 77 | 0.17 | 0 | 0.45 | 0.45 | 83.23 | 0.29 | 0.42 |
| Hex | 73 | 8B | 4D | 11 | 0 | 2D | 2D | 53 | 1D | 2A |
| Octal | 163 | 213 | 115 | 21 | 0 | 55 | 55 | 123 | 35 | 52 |
| Binary | 1110011 | 10001011 | 1001101 | 10001 | 0 | 101101 | 101101 | 1010011 | 11101 | 101010 |
Color Harmonies of #738B4D
Complementary color
Monochromatic Colors of #738B4D
Black with #738B4D
Text Example
Text Example
White with #738B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B4D; }
p { color: rgb(115,139,77); }
H1.HeaderClassName
{
color: #738B4D;
}
.AnyTagClassName
{
color: #738B4D;
}
</style>
background-color css
<style>
a { background-color: #738B4D; }
a { background-color: rgb(115,139,77); }
div.DivClassName
{
background-color: #738B4D;
}
.BgClassName
{
background-color: #738B4D;
}
</style>
border-color css
<style>
span { border-color: #738B4D; }
span { border-color: rgb(115,139,77); }
td.TdClassName
{
border-color: #738B4D;
}
.TagClassName
{
border-color: #738B4D;
}
</style>