Shades of Highland #748C55
Tints of Highland #748C55
RGB
CMYK
RGB Variations
Color information
#748C55 (or 0x748C55) is known color: Highland. HEX triplet: 74, 8C and 55. RGB value is (116,140,85). Sum of RGB (Red+Green+Blue) = 116+140+85=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #748C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C55 is #8B73AA. Grayscale: #7E7E7E. Windows color (decimal): -9139115 or 5606516. OLE color: 5606516.
HSL color Cylindrical-coordinate representation of color #748C55: hue angle of 86.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748C55 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 85 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.45 |
| HSL | 86.18º | 0.24% | 0.44% | - |
| HSV(B) | 86.18º | 0.39% | 0.55% | - |
| XYZ | 18.22 | 23.13 | 12.1 | - |
| YUV | 126.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 85 | 0.17 | 0 | 0.39 | 0.45 | 86.18 | 0.24 | 0.44 |
| Hex | 74 | 8C | 55 | 11 | 0 | 27 | 2D | 56 | 18 | 2C |
| Octal | 164 | 214 | 125 | 21 | 0 | 47 | 55 | 126 | 30 | 54 |
| Binary | 1110100 | 10001100 | 1010101 | 10001 | 0 | 100111 | 101101 | 1010110 | 11000 | 101100 |
Color Harmonies of #748C55
Complementary color
Monochromatic Colors of #748C55
Black with #748C55
Text Example
Text Example
White with #748C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C55; }
p { color: rgb(116,140,85); }
H1.HeaderClassName
{
color: #748C55;
}
.AnyTagClassName
{
color: #748C55;
}
</style>
background-color css
<style>
a { background-color: #748C55; }
a { background-color: rgb(116,140,85); }
div.DivClassName
{
background-color: #748C55;
}
.BgClassName
{
background-color: #748C55;
}
</style>
border-color css
<style>
span { border-color: #748C55; }
span { border-color: rgb(116,140,85); }
td.TdClassName
{
border-color: #748C55;
}
.TagClassName
{
border-color: #748C55;
}
</style>