Shades of Highland #748F54
Tints of Highland #748F54
RGB
CMYK
RGB Variations
Color information
#748F54 (or 0x748F54) is known color: Highland. HEX triplet: 74, 8F and 54. RGB value is (116,143,84). Sum of RGB (Red+Green+Blue) = 116+143+84=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #748F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F54 is #8B70AB. Grayscale: #808080. Windows color (decimal): -9138348 or 5541748. OLE color: 5541748.
HSL color Cylindrical-coordinate representation of color #748F54: hue angle of 87.46º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748F54 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 84 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.44 |
| HSL | 87.46º | 0.26% | 0.45% | - |
| HSV(B) | 87.46º | 0.41% | 0.56% | - |
| XYZ | 18.63 | 24 | 12.04 | - |
| YUV | 128.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 84 | 0.19 | 0 | 0.41 | 0.44 | 87.46 | 0.26 | 0.45 |
| Hex | 74 | 8F | 54 | 13 | 0 | 29 | 2C | 57 | 1A | 2D |
| Octal | 164 | 217 | 124 | 23 | 0 | 51 | 54 | 127 | 32 | 55 |
| Binary | 1110100 | 10001111 | 1010100 | 10011 | 0 | 101001 | 101100 | 1010111 | 11010 | 101101 |
Color Harmonies of #748F54
Complementary color
Monochromatic Colors of #748F54
Black with #748F54
Text Example
Text Example
White with #748F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F54; }
p { color: rgb(116,143,84); }
H1.HeaderClassName
{
color: #748F54;
}
.AnyTagClassName
{
color: #748F54;
}
</style>
background-color css
<style>
a { background-color: #748F54; }
a { background-color: rgb(116,143,84); }
div.DivClassName
{
background-color: #748F54;
}
.BgClassName
{
background-color: #748F54;
}
</style>
border-color css
<style>
span { border-color: #748F54; }
span { border-color: rgb(116,143,84); }
td.TdClassName
{
border-color: #748F54;
}
.TagClassName
{
border-color: #748F54;
}
</style>