Shades of Highball #8A7F41
Tints of Highball #8A7F41
RGB
CMYK
RGB Variations
Color information
#8A7F41 (or 0x8A7F41) is known color: Highball. HEX triplet: 8A, 7F and 41. RGB value is (138,127,65). Sum of RGB (Red+Green+Blue) = 138+127+65=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7F41 is #7580BE. Grayscale: #7B7B7B. Windows color (decimal): -7700671 or 4292490. OLE color: 4292490.
HSL color Cylindrical-coordinate representation of color #8A7F41: hue angle of 50.96º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A7F41 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 65 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.46 |
| HSL | 50.96º | 0.36% | 0.4% | - |
| HSV(B) | 50.96º | 0.53% | 0.54% | - |
| XYZ | 19.02 | 20.96 | 8.04 | - |
| YUV | 123.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 65 | 0 | 0.08 | 0.53 | 0.46 | 50.96 | 0.36 | 0.4 |
| Hex | 8A | 7F | 41 | 0 | 8 | 35 | 2E | 33 | 24 | 28 |
| Octal | 212 | 177 | 101 | 0 | 10 | 65 | 56 | 63 | 44 | 50 |
| Binary | 10001010 | 1111111 | 1000001 | 0 | 1000 | 110101 | 101110 | 110011 | 100100 | 101000 |
Color Harmonies of #8A7F41
Complementary color
Monochromatic Colors of #8A7F41
Black with #8A7F41
Text Example
Text Example
White with #8A7F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F41; }
p { color: rgb(138,127,65); }
H1.HeaderClassName
{
color: #8A7F41;
}
.AnyTagClassName
{
color: #8A7F41;
}
</style>
background-color css
<style>
a { background-color: #8A7F41; }
a { background-color: rgb(138,127,65); }
div.DivClassName
{
background-color: #8A7F41;
}
.BgClassName
{
background-color: #8A7F41;
}
</style>
border-color css
<style>
span { border-color: #8A7F41; }
span { border-color: rgb(138,127,65); }
td.TdClassName
{
border-color: #8A7F41;
}
.TagClassName
{
border-color: #8A7F41;
}
</style>