Shades of Highland #738A52
Tints of Highland #738A52
RGB
CMYK
RGB Variations
Color information
#738A52 (or 0x738A52) is known color: Highland. HEX triplet: 73, 8A and 52. RGB value is (115,138,82). Sum of RGB (Red+Green+Blue) = 115+138+82=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #738A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A52 is #8C75AD. Grayscale: #7C7C7C. Windows color (decimal): -9205166 or 5409395. OLE color: 5409395.
HSL color Cylindrical-coordinate representation of color #738A52: hue angle of 84.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #738A52 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 82 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.46 |
| HSL | 84.64º | 0.25% | 0.43% | - |
| HSV(B) | 84.64º | 0.41% | 0.54% | - |
| XYZ | 17.68 | 22.43 | 11.38 | - |
| YUV | 124.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 82 | 0.17 | 0 | 0.41 | 0.46 | 84.64 | 0.25 | 0.43 |
| Hex | 73 | 8A | 52 | 11 | 0 | 29 | 2E | 55 | 19 | 2B |
| Octal | 163 | 212 | 122 | 21 | 0 | 51 | 56 | 125 | 31 | 53 |
| Binary | 1110011 | 10001010 | 1010010 | 10001 | 0 | 101001 | 101110 | 1010101 | 11001 | 101011 |
Color Harmonies of #738A52
Complementary color
Monochromatic Colors of #738A52
Black with #738A52
Text Example
Text Example
White with #738A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A52; }
p { color: rgb(115,138,82); }
H1.HeaderClassName
{
color: #738A52;
}
.AnyTagClassName
{
color: #738A52;
}
</style>
background-color css
<style>
a { background-color: #738A52; }
a { background-color: rgb(115,138,82); }
div.DivClassName
{
background-color: #738A52;
}
.BgClassName
{
background-color: #738A52;
}
</style>
border-color css
<style>
span { border-color: #738A52; }
span { border-color: rgb(115,138,82); }
td.TdClassName
{
border-color: #738A52;
}
.TagClassName
{
border-color: #738A52;
}
</style>