Shades of Highball #978A4D
Tints of Highball #978A4D
RGB
CMYK
RGB Variations
Color information
#978A4D (or 0x978A4D) is known color: Highball. HEX triplet: 97, 8A and 4D. RGB value is (151,138,77). Sum of RGB (Red+Green+Blue) = 151+138+77=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #978A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A4D is #6875B2. Grayscale: #878787. Windows color (decimal): -6845875 or 5081751. OLE color: 5081751.
HSL color Cylindrical-coordinate representation of color #978A4D: hue angle of 49.46º 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 #978A4D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 77 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.41 |
| HSL | 49.46º | 0.32% | 0.45% | - |
| HSV(B) | 49.46º | 0.49% | 0.59% | - |
| XYZ | 23.19 | 25.29 | 10.68 | - |
| YUV | 134.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 77 | 0 | 0.09 | 0.49 | 0.41 | 49.46 | 0.32 | 0.45 |
| Hex | 97 | 8A | 4D | 0 | 9 | 31 | 29 | 31 | 20 | 2D |
| Octal | 227 | 212 | 115 | 0 | 11 | 61 | 51 | 61 | 40 | 55 |
| Binary | 10010111 | 10001010 | 1001101 | 0 | 1001 | 110001 | 101001 | 110001 | 100000 | 101101 |
Color Harmonies of #978A4D
Complementary color
Monochromatic Colors of #978A4D
Black with #978A4D
Text Example
Text Example
White with #978A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A4D; }
p { color: rgb(151,138,77); }
H1.HeaderClassName
{
color: #978A4D;
}
.AnyTagClassName
{
color: #978A4D;
}
</style>
background-color css
<style>
a { background-color: #978A4D; }
a { background-color: rgb(151,138,77); }
div.DivClassName
{
background-color: #978A4D;
}
.BgClassName
{
background-color: #978A4D;
}
</style>
border-color css
<style>
span { border-color: #978A4D; }
span { border-color: rgb(151,138,77); }
td.TdClassName
{
border-color: #978A4D;
}
.TagClassName
{
border-color: #978A4D;
}
</style>