Shades of Highball #8F8C52
Tints of Highball #8F8C52
RGB
CMYK
RGB Variations
Color information
#8F8C52 (or 0x8F8C52) is known color: Highball. HEX triplet: 8F, 8C and 52. RGB value is (143,140,82). Sum of RGB (Red+Green+Blue) = 143+140+82=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8C52 is #7073AD. Grayscale: #868686. Windows color (decimal): -7369646 or 5409935. OLE color: 5409935.
HSL color Cylindrical-coordinate representation of color #8F8C52: hue angle of 57.05º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F8C52 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 140 | 82 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.44 |
| HSL | 57.05º | 0.27% | 0.44% | - |
| HSV(B) | 57.05º | 0.43% | 0.56% | - |
| XYZ | 22.23 | 25.21 | 11.68 | - |
| YUV | 134.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 82 | 0 | 0.02 | 0.43 | 0.44 | 57.05 | 0.27 | 0.44 |
| Hex | 8F | 8C | 52 | 0 | 2 | 2B | 2C | 39 | 1B | 2C |
| Octal | 217 | 214 | 122 | 0 | 2 | 53 | 54 | 71 | 33 | 54 |
| Binary | 10001111 | 10001100 | 1010010 | 0 | 10 | 101011 | 101100 | 111001 | 11011 | 101100 |
Color Harmonies of #8F8C52
Complementary color
Monochromatic Colors of #8F8C52
Black with #8F8C52
Text Example
Text Example
White with #8F8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8C52; }
p { color: rgb(143,140,82); }
H1.HeaderClassName
{
color: #8F8C52;
}
.AnyTagClassName
{
color: #8F8C52;
}
</style>
background-color css
<style>
a { background-color: #8F8C52; }
a { background-color: rgb(143,140,82); }
div.DivClassName
{
background-color: #8F8C52;
}
.BgClassName
{
background-color: #8F8C52;
}
</style>
border-color css
<style>
span { border-color: #8F8C52; }
span { border-color: rgb(143,140,82); }
td.TdClassName
{
border-color: #8F8C52;
}
.TagClassName
{
border-color: #8F8C52;
}
</style>