Shades of Highball #978E4D
Tints of Highball #978E4D
RGB
CMYK
RGB Variations
Color information
#978E4D (or 0x978E4D) is known color: Highball. HEX triplet: 97, 8E and 4D. RGB value is (151,142,77). Sum of RGB (Red+Green+Blue) = 151+142+77=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #978E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E4D is #6871B2. Grayscale: #898989. Windows color (decimal): -6844851 or 5082775. OLE color: 5082775.
HSL color Cylindrical-coordinate representation of color #978E4D: hue angle of 52.7º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #978E4D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 77 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.41 |
| HSL | 52.7º | 0.32% | 0.45% | - |
| HSV(B) | 52.7º | 0.49% | 0.59% | - |
| XYZ | 23.78 | 26.46 | 10.88 | - |
| YUV | 137.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 77 | 0 | 0.06 | 0.49 | 0.41 | 52.7 | 0.32 | 0.45 |
| Hex | 97 | 8E | 4D | 0 | 6 | 31 | 29 | 35 | 20 | 2D |
| Octal | 227 | 216 | 115 | 0 | 6 | 61 | 51 | 65 | 40 | 55 |
| Binary | 10010111 | 10001110 | 1001101 | 0 | 110 | 110001 | 101001 | 110101 | 100000 | 101101 |
Color Harmonies of #978E4D
Complementary color
Monochromatic Colors of #978E4D
Black with #978E4D
Text Example
Text Example
White with #978E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E4D; }
p { color: rgb(151,142,77); }
H1.HeaderClassName
{
color: #978E4D;
}
.AnyTagClassName
{
color: #978E4D;
}
</style>
background-color css
<style>
a { background-color: #978E4D; }
a { background-color: rgb(151,142,77); }
div.DivClassName
{
background-color: #978E4D;
}
.BgClassName
{
background-color: #978E4D;
}
</style>
border-color css
<style>
span { border-color: #978E4D; }
span { border-color: rgb(151,142,77); }
td.TdClassName
{
border-color: #978E4D;
}
.TagClassName
{
border-color: #978E4D;
}
</style>