Shades of Highball #8F7E38
Tints of Highball #8F7E38
RGB
CMYK
RGB Variations
Color information
#8F7E38 (or 0x8F7E38) is known color: Highball. HEX triplet: 8F, 7E and 38. RGB value is (143,126,56). Sum of RGB (Red+Green+Blue) = 143+126+56=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E38 is #7081C7. Grayscale: #7B7B7B. Windows color (decimal): -7373256 or 3702415. OLE color: 3702415.
HSL color Cylindrical-coordinate representation of color #8F7E38: hue angle of 48.28º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F7E38 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 56 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.44 |
| HSL | 48.28º | 0.44% | 0.39% | - |
| HSV(B) | 48.28º | 0.61% | 0.56% | - |
| XYZ | 19.5 | 21.05 | 6.78 | - |
| YUV | 123.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 56 | 0 | 0.12 | 0.61 | 0.44 | 48.28 | 0.44 | 0.39 |
| Hex | 8F | 7E | 38 | 0 | C | 3D | 2C | 30 | 2C | 27 |
| Octal | 217 | 176 | 70 | 0 | 14 | 75 | 54 | 60 | 54 | 47 |
| Binary | 10001111 | 1111110 | 111000 | 0 | 1100 | 111101 | 101100 | 110000 | 101100 | 100111 |
Color Harmonies of #8F7E38
Complementary color
Monochromatic Colors of #8F7E38
Black with #8F7E38
Text Example
Text Example
White with #8F7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E38; }
p { color: rgb(143,126,56); }
H1.HeaderClassName
{
color: #8F7E38;
}
.AnyTagClassName
{
color: #8F7E38;
}
</style>
background-color css
<style>
a { background-color: #8F7E38; }
a { background-color: rgb(143,126,56); }
div.DivClassName
{
background-color: #8F7E38;
}
.BgClassName
{
background-color: #8F7E38;
}
</style>
border-color css
<style>
span { border-color: #8F7E38; }
span { border-color: rgb(143,126,56); }
td.TdClassName
{
border-color: #8F7E38;
}
.TagClassName
{
border-color: #8F7E38;
}
</style>