Shades of Highland #74885D
Tints of Highland #74885D
RGB
CMYK
RGB Variations
Color information
#74885D (or 0x74885D) is known color: Highland. HEX triplet: 74, 88 and 5D. RGB value is (116,136,93). Sum of RGB (Red+Green+Blue) = 116+136+93=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #74885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74885D is #8B77A2. Grayscale: #7D7D7D. Windows color (decimal): -9140131 or 6129780. OLE color: 6129780.
HSL color Cylindrical-coordinate representation of color #74885D: hue angle of 87.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74885D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 93 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.47 |
| HSL | 87.91º | 0.19% | 0.45% | - |
| HSV(B) | 87.91º | 0.32% | 0.53% | - |
| XYZ | 17.98 | 22.11 | 13.68 | - |
| YUV | 125.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 93 | 0.15 | 0 | 0.32 | 0.47 | 87.91 | 0.19 | 0.45 |
| Hex | 74 | 88 | 5D | F | 0 | 20 | 2F | 58 | 13 | 2D |
| Octal | 164 | 210 | 135 | 17 | 0 | 40 | 57 | 130 | 23 | 55 |
| Binary | 1110100 | 10001000 | 1011101 | 1111 | 0 | 100000 | 101111 | 1011000 | 10011 | 101101 |
Color Harmonies of #74885D
Complementary color
Monochromatic Colors of #74885D
Black with #74885D
Text Example
Text Example
White with #74885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74885D; }
p { color: rgb(116,136,93); }
H1.HeaderClassName
{
color: #74885D;
}
.AnyTagClassName
{
color: #74885D;
}
</style>
background-color css
<style>
a { background-color: #74885D; }
a { background-color: rgb(116,136,93); }
div.DivClassName
{
background-color: #74885D;
}
.BgClassName
{
background-color: #74885D;
}
</style>
border-color css
<style>
span { border-color: #74885D; }
span { border-color: rgb(116,136,93); }
td.TdClassName
{
border-color: #74885D;
}
.TagClassName
{
border-color: #74885D;
}
</style>