Shades of Highland #748B4C
Tints of Highland #748B4C
RGB
CMYK
RGB Variations
Color information
#748B4C (or 0x748B4C) is known color: Highland. HEX triplet: 74, 8B and 4C. RGB value is (116,139,76). Sum of RGB (Red+Green+Blue) = 116+139+76=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #748B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B4C is #8B74B3. Grayscale: #7D7D7D. Windows color (decimal): -9139380 or 5016436. OLE color: 5016436.
HSL color Cylindrical-coordinate representation of color #748B4C: hue angle of 81.9º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #748B4C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 76 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.45 |
| HSL | 81.9º | 0.29% | 0.42% | - |
| HSV(B) | 81.9º | 0.45% | 0.55% | - |
| XYZ | 17.74 | 22.7 | 10.28 | - |
| YUV | 124.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 76 | 0.17 | 0 | 0.45 | 0.45 | 81.9 | 0.29 | 0.42 |
| Hex | 74 | 8B | 4C | 11 | 0 | 2D | 2D | 52 | 1D | 2A |
| Octal | 164 | 213 | 114 | 21 | 0 | 55 | 55 | 122 | 35 | 52 |
| Binary | 1110100 | 10001011 | 1001100 | 10001 | 0 | 101101 | 101101 | 1010010 | 11101 | 101010 |
Color Harmonies of #748B4C
Complementary color
Monochromatic Colors of #748B4C
Black with #748B4C
Text Example
Text Example
White with #748B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B4C; }
p { color: rgb(116,139,76); }
H1.HeaderClassName
{
color: #748B4C;
}
.AnyTagClassName
{
color: #748B4C;
}
</style>
background-color css
<style>
a { background-color: #748B4C; }
a { background-color: rgb(116,139,76); }
div.DivClassName
{
background-color: #748B4C;
}
.BgClassName
{
background-color: #748B4C;
}
</style>
border-color css
<style>
span { border-color: #748B4C; }
span { border-color: rgb(116,139,76); }
td.TdClassName
{
border-color: #748B4C;
}
.TagClassName
{
border-color: #748B4C;
}
</style>