Shades of Highland #748858
Tints of Highland #748858
RGB
CMYK
RGB Variations
Color information
#748858 (or 0x748858) is known color: Highland. HEX triplet: 74, 88 and 58. RGB value is (116,136,88). Sum of RGB (Red+Green+Blue) = 116+136+88=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #748858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748858 is #8B77A7. Grayscale: #7C7C7C. Windows color (decimal): -9140136 or 5802100. OLE color: 5802100.
HSL color Cylindrical-coordinate representation of color #748858: hue angle of 85º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748858 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 88 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.47 |
| HSL | 85º | 0.21% | 0.44% | - |
| HSV(B) | 85º | 0.35% | 0.53% | - |
| XYZ | 17.77 | 22.03 | 12.55 | - |
| YUV | 124.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 88 | 0.15 | 0 | 0.35 | 0.47 | 85 | 0.21 | 0.44 |
| Hex | 74 | 88 | 58 | F | 0 | 23 | 2F | 55 | 15 | 2C |
| Octal | 164 | 210 | 130 | 17 | 0 | 43 | 57 | 125 | 25 | 54 |
| Binary | 1110100 | 10001000 | 1011000 | 1111 | 0 | 100011 | 101111 | 1010101 | 10101 | 101100 |
Color Harmonies of #748858
Complementary color
Monochromatic Colors of #748858
Black with #748858
Text Example
Text Example
White with #748858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748858; }
p { color: rgb(116,136,88); }
H1.HeaderClassName
{
color: #748858;
}
.AnyTagClassName
{
color: #748858;
}
</style>
background-color css
<style>
a { background-color: #748858; }
a { background-color: rgb(116,136,88); }
div.DivClassName
{
background-color: #748858;
}
.BgClassName
{
background-color: #748858;
}
</style>
border-color css
<style>
span { border-color: #748858; }
span { border-color: rgb(116,136,88); }
td.TdClassName
{
border-color: #748858;
}
.TagClassName
{
border-color: #748858;
}
</style>