Shades of Highland #748A4F
Tints of Highland #748A4F
RGB
CMYK
RGB Variations
Color information
#748A4F (or 0x748A4F) is known color: Highland. HEX triplet: 74, 8A and 4F. RGB value is (116,138,79). Sum of RGB (Red+Green+Blue) = 116+138+79=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #748A4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A4F is #8B75B0. Grayscale: #7C7C7C. Windows color (decimal): -9139633 or 5212788. OLE color: 5212788.
HSL color Cylindrical-coordinate representation of color #748A4F: hue angle of 82.37º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748A4F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 79 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.46 |
| HSL | 82.37º | 0.27% | 0.43% | - |
| HSV(B) | 82.37º | 0.43% | 0.54% | - |
| XYZ | 17.7 | 22.45 | 10.8 | - |
| YUV | 124.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 79 | 0.16 | 0 | 0.43 | 0.46 | 82.37 | 0.27 | 0.43 |
| Hex | 74 | 8A | 4F | 10 | 0 | 2B | 2E | 52 | 1B | 2B |
| Octal | 164 | 212 | 117 | 20 | 0 | 53 | 56 | 122 | 33 | 53 |
| Binary | 1110100 | 10001010 | 1001111 | 10000 | 0 | 101011 | 101110 | 1010010 | 11011 | 101011 |
Color Harmonies of #748A4F
Complementary color
Monochromatic Colors of #748A4F
Black with #748A4F
Text Example
Text Example
White with #748A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A4F; }
p { color: rgb(116,138,79); }
H1.HeaderClassName
{
color: #748A4F;
}
.AnyTagClassName
{
color: #748A4F;
}
</style>
background-color css
<style>
a { background-color: #748A4F; }
a { background-color: rgb(116,138,79); }
div.DivClassName
{
background-color: #748A4F;
}
.BgClassName
{
background-color: #748A4F;
}
</style>
border-color css
<style>
span { border-color: #748A4F; }
span { border-color: rgb(116,138,79); }
td.TdClassName
{
border-color: #748A4F;
}
.TagClassName
{
border-color: #748A4F;
}
</style>