Shades of Highland #748D51
Tints of Highland #748D51
RGB
CMYK
RGB Variations
Color information
#748D51 (or 0x748D51) is known color: Highland. HEX triplet: 74, 8D and 51. RGB value is (116,141,81). Sum of RGB (Red+Green+Blue) = 116+141+81=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #748D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D51 is #8B72AE. Grayscale: #7E7E7E. Windows color (decimal): -9138863 or 5344628. OLE color: 5344628.
HSL color Cylindrical-coordinate representation of color #748D51: hue angle of 85º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748D51 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 81 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.45 |
| HSL | 85º | 0.27% | 0.44% | - |
| HSV(B) | 85º | 0.43% | 0.55% | - |
| XYZ | 18.21 | 23.36 | 11.33 | - |
| YUV | 126.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 81 | 0.18 | 0 | 0.43 | 0.45 | 85 | 0.27 | 0.44 |
| Hex | 74 | 8D | 51 | 12 | 0 | 2B | 2D | 55 | 1B | 2C |
| Octal | 164 | 215 | 121 | 22 | 0 | 53 | 55 | 125 | 33 | 54 |
| Binary | 1110100 | 10001101 | 1010001 | 10010 | 0 | 101011 | 101101 | 1010101 | 11011 | 101100 |
Color Harmonies of #748D51
Complementary color
Monochromatic Colors of #748D51
Black with #748D51
Text Example
Text Example
White with #748D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D51; }
p { color: rgb(116,141,81); }
H1.HeaderClassName
{
color: #748D51;
}
.AnyTagClassName
{
color: #748D51;
}
</style>
background-color css
<style>
a { background-color: #748D51; }
a { background-color: rgb(116,141,81); }
div.DivClassName
{
background-color: #748D51;
}
.BgClassName
{
background-color: #748D51;
}
</style>
border-color css
<style>
span { border-color: #748D51; }
span { border-color: rgb(116,141,81); }
td.TdClassName
{
border-color: #748D51;
}
.TagClassName
{
border-color: #748D51;
}
</style>