Shades of Highball #978D4D
Tints of Highball #978D4D
RGB
CMYK
RGB Variations
Color information
#978D4D (or 0x978D4D) is known color: Highball. HEX triplet: 97, 8D and 4D. RGB value is (151,141,77). Sum of RGB (Red+Green+Blue) = 151+141+77=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #978D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D4D is #6872B2. Grayscale: #888888. Windows color (decimal): -6845107 or 5082519. OLE color: 5082519.
HSL color Cylindrical-coordinate representation of color #978D4D: hue angle of 51.89º 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 #978D4D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 77 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.41 |
| HSL | 51.89º | 0.32% | 0.45% | - |
| HSV(B) | 51.89º | 0.49% | 0.59% | - |
| XYZ | 23.63 | 26.16 | 10.83 | - |
| YUV | 136.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 77 | 0 | 0.07 | 0.49 | 0.41 | 51.89 | 0.32 | 0.45 |
| Hex | 97 | 8D | 4D | 0 | 7 | 31 | 29 | 34 | 20 | 2D |
| Octal | 227 | 215 | 115 | 0 | 7 | 61 | 51 | 64 | 40 | 55 |
| Binary | 10010111 | 10001101 | 1001101 | 0 | 111 | 110001 | 101001 | 110100 | 100000 | 101101 |
Color Harmonies of #978D4D
Complementary color
Monochromatic Colors of #978D4D
Black with #978D4D
Text Example
Text Example
White with #978D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D4D; }
p { color: rgb(151,141,77); }
H1.HeaderClassName
{
color: #978D4D;
}
.AnyTagClassName
{
color: #978D4D;
}
</style>
background-color css
<style>
a { background-color: #978D4D; }
a { background-color: rgb(151,141,77); }
div.DivClassName
{
background-color: #978D4D;
}
.BgClassName
{
background-color: #978D4D;
}
</style>
border-color css
<style>
span { border-color: #978D4D; }
span { border-color: rgb(151,141,77); }
td.TdClassName
{
border-color: #978D4D;
}
.TagClassName
{
border-color: #978D4D;
}
</style>