Shades of Highland #74884D
Tints of Highland #74884D
RGB
CMYK
RGB Variations
Color information
#74884D (or 0x74884D) is known color: Highland. HEX triplet: 74, 88 and 4D. RGB value is (116,136,77). Sum of RGB (Red+Green+Blue) = 116+136+77=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #74884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74884D is #8B77B2. Grayscale: #7B7B7B. Windows color (decimal): -9140147 or 5081204. OLE color: 5081204.
HSL color Cylindrical-coordinate representation of color #74884D: hue angle of 80.34º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74884D is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 77 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.47 |
| HSL | 80.34º | 0.28% | 0.42% | - |
| HSV(B) | 80.34º | 0.43% | 0.53% | - |
| XYZ | 17.35 | 21.86 | 10.33 | - |
| YUV | 123.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 77 | 0.15 | 0 | 0.43 | 0.47 | 80.34 | 0.28 | 0.42 |
| Hex | 74 | 88 | 4D | F | 0 | 2B | 2F | 50 | 1C | 2A |
| Octal | 164 | 210 | 115 | 17 | 0 | 53 | 57 | 120 | 34 | 52 |
| Binary | 1110100 | 10001000 | 1001101 | 1111 | 0 | 101011 | 101111 | 1010000 | 11100 | 101010 |
Color Harmonies of #74884D
Complementary color
Monochromatic Colors of #74884D
Black with #74884D
Text Example
Text Example
White with #74884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74884D; }
p { color: rgb(116,136,77); }
H1.HeaderClassName
{
color: #74884D;
}
.AnyTagClassName
{
color: #74884D;
}
</style>
background-color css
<style>
a { background-color: #74884D; }
a { background-color: rgb(116,136,77); }
div.DivClassName
{
background-color: #74884D;
}
.BgClassName
{
background-color: #74884D;
}
</style>
border-color css
<style>
span { border-color: #74884D; }
span { border-color: rgb(116,136,77); }
td.TdClassName
{
border-color: #74884D;
}
.TagClassName
{
border-color: #74884D;
}
</style>