Shades of Highball #8F884B
Tints of Highball #8F884B
RGB
CMYK
RGB Variations
Color information
#8F884B (or 0x8F884B) is known color: Highball. HEX triplet: 8F, 88 and 4B. RGB value is (143,136,75). Sum of RGB (Red+Green+Blue) = 143+136+75=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F884B is #7077B4. Grayscale: #838383. Windows color (decimal): -7370677 or 4950159. OLE color: 4950159.
HSL color Cylindrical-coordinate representation of color #8F884B: hue angle of 53.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F884B is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 75 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.44 |
| HSL | 53.82º | 0.31% | 0.43% | - |
| HSV(B) | 53.82º | 0.48% | 0.56% | - |
| XYZ | 21.4 | 23.96 | 10.15 | - |
| YUV | 131.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 75 | 0 | 0.05 | 0.48 | 0.44 | 53.82 | 0.31 | 0.43 |
| Hex | 8F | 88 | 4B | 0 | 5 | 30 | 2C | 36 | 1F | 2B |
| Octal | 217 | 210 | 113 | 0 | 5 | 60 | 54 | 66 | 37 | 53 |
| Binary | 10001111 | 10001000 | 1001011 | 0 | 101 | 110000 | 101100 | 110110 | 11111 | 101011 |
Color Harmonies of #8F884B
Complementary color
Monochromatic Colors of #8F884B
Black with #8F884B
Text Example
Text Example
White with #8F884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F884B; }
p { color: rgb(143,136,75); }
H1.HeaderClassName
{
color: #8F884B;
}
.AnyTagClassName
{
color: #8F884B;
}
</style>
background-color css
<style>
a { background-color: #8F884B; }
a { background-color: rgb(143,136,75); }
div.DivClassName
{
background-color: #8F884B;
}
.BgClassName
{
background-color: #8F884B;
}
</style>
border-color css
<style>
span { border-color: #8F884B; }
span { border-color: rgb(143,136,75); }
td.TdClassName
{
border-color: #8F884B;
}
.TagClassName
{
border-color: #8F884B;
}
</style>