Shades of Highball #8F8042
Tints of Highball #8F8042
RGB
CMYK
RGB Variations
Color information
#8F8042 (or 0x8F8042) is known color: Highball. HEX triplet: 8F, 80 and 42. RGB value is (143,128,66). Sum of RGB (Red+Green+Blue) = 143+128+66=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8042 is #707FBD. Grayscale: #7D7D7D. Windows color (decimal): -7372734 or 4358287. OLE color: 4358287.
HSL color Cylindrical-coordinate representation of color #8F8042: hue angle of 48.31º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F8042 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 66 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.44 |
| HSL | 48.31º | 0.37% | 0.41% | - |
| HSV(B) | 48.31º | 0.54% | 0.56% | - |
| XYZ | 20.03 | 21.67 | 8.28 | - |
| YUV | 125.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 66 | 0 | 0.10 | 0.54 | 0.44 | 48.31 | 0.37 | 0.41 |
| Hex | 8F | 80 | 42 | 0 | A | 36 | 2C | 30 | 25 | 29 |
| Octal | 217 | 200 | 102 | 0 | 12 | 66 | 54 | 60 | 45 | 51 |
| Binary | 10001111 | 10000000 | 1000010 | 0 | 1010 | 110110 | 101100 | 110000 | 100101 | 101001 |
Color Harmonies of #8F8042
Complementary color
Monochromatic Colors of #8F8042
Black with #8F8042
Text Example
Text Example
White with #8F8042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8042; }
p { color: rgb(143,128,66); }
H1.HeaderClassName
{
color: #8F8042;
}
.AnyTagClassName
{
color: #8F8042;
}
</style>
background-color css
<style>
a { background-color: #8F8042; }
a { background-color: rgb(143,128,66); }
div.DivClassName
{
background-color: #8F8042;
}
.BgClassName
{
background-color: #8F8042;
}
</style>
border-color css
<style>
span { border-color: #8F8042; }
span { border-color: rgb(143,128,66); }
td.TdClassName
{
border-color: #8F8042;
}
.TagClassName
{
border-color: #8F8042;
}
</style>