Shades of Highball #978B4B
Tints of Highball #978B4B
RGB
CMYK
RGB Variations
Color information
#978B4B (or 0x978B4B) is known color: Highball. HEX triplet: 97, 8B and 4B. RGB value is (151,139,75). Sum of RGB (Red+Green+Blue) = 151+139+75=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #978B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978B4B is #6874B4. Grayscale: #878787. Windows color (decimal): -6845621 or 4950935. OLE color: 4950935.
HSL color Cylindrical-coordinate representation of color #978B4B: hue angle of 50.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #978B4B is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 75 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.41 |
| HSL | 50.53º | 0.34% | 0.44% | - |
| HSV(B) | 50.53º | 0.5% | 0.59% | - |
| XYZ | 23.27 | 25.55 | 10.36 | - |
| YUV | 135.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 75 | 0 | 0.08 | 0.50 | 0.41 | 50.53 | 0.34 | 0.44 |
| Hex | 97 | 8B | 4B | 0 | 8 | 32 | 29 | 33 | 22 | 2C |
| Octal | 227 | 213 | 113 | 0 | 10 | 62 | 51 | 63 | 42 | 54 |
| Binary | 10010111 | 10001011 | 1001011 | 0 | 1000 | 110010 | 101001 | 110011 | 100010 | 101100 |
Color Harmonies of #978B4B
Complementary color
Monochromatic Colors of #978B4B
Black with #978B4B
Text Example
Text Example
White with #978B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B4B; }
p { color: rgb(151,139,75); }
H1.HeaderClassName
{
color: #978B4B;
}
.AnyTagClassName
{
color: #978B4B;
}
</style>
background-color css
<style>
a { background-color: #978B4B; }
a { background-color: rgb(151,139,75); }
div.DivClassName
{
background-color: #978B4B;
}
.BgClassName
{
background-color: #978B4B;
}
</style>
border-color css
<style>
span { border-color: #978B4B; }
span { border-color: rgb(151,139,75); }
td.TdClassName
{
border-color: #978B4B;
}
.TagClassName
{
border-color: #978B4B;
}
</style>