Shades of Highland #748750
Tints of Highland #748750
RGB
CMYK
RGB Variations
Color information
#748750 (or 0x748750) is known color: Highland. HEX triplet: 74, 87 and 50. RGB value is (116,135,80). Sum of RGB (Red+Green+Blue) = 116+135+80=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #748750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748750 is #8B78AF. Grayscale: #7B7B7B. Windows color (decimal): -9140400 or 5277556. OLE color: 5277556.
HSL color Cylindrical-coordinate representation of color #748750: hue angle of 80.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748750 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 80 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.47 |
| HSL | 80.73º | 0.26% | 0.42% | - |
| HSV(B) | 80.73º | 0.41% | 0.53% | - |
| XYZ | 17.31 | 21.62 | 10.85 | - |
| YUV | 123.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 80 | 0.14 | 0 | 0.41 | 0.47 | 80.73 | 0.26 | 0.42 |
| Hex | 74 | 87 | 50 | E | 0 | 29 | 2F | 51 | 1A | 2A |
| Octal | 164 | 207 | 120 | 16 | 0 | 51 | 57 | 121 | 32 | 52 |
| Binary | 1110100 | 10000111 | 1010000 | 1110 | 0 | 101001 | 101111 | 1010001 | 11010 | 101010 |
Color Harmonies of #748750
Complementary color
Monochromatic Colors of #748750
Black with #748750
Text Example
Text Example
White with #748750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748750; }
p { color: rgb(116,135,80); }
H1.HeaderClassName
{
color: #748750;
}
.AnyTagClassName
{
color: #748750;
}
</style>
background-color css
<style>
a { background-color: #748750; }
a { background-color: rgb(116,135,80); }
div.DivClassName
{
background-color: #748750;
}
.BgClassName
{
background-color: #748750;
}
</style>
border-color css
<style>
span { border-color: #748750; }
span { border-color: rgb(116,135,80); }
td.TdClassName
{
border-color: #748750;
}
.TagClassName
{
border-color: #748750;
}
</style>