Shades of Highball #8A7F36
Tints of Highball #8A7F36
RGB
CMYK
RGB Variations
Color information
#8A7F36 (or 0x8A7F36) is known color: Highball. HEX triplet: 8A, 7F and 36. RGB value is (138,127,54). Sum of RGB (Red+Green+Blue) = 138+127+54=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7F36 is #7580C9. Grayscale: #7A7A7A. Windows color (decimal): -7700682 or 3571594. OLE color: 3571594.
HSL color Cylindrical-coordinate representation of color #8A7F36: hue angle of 52.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A7F36 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 54 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.46 |
| HSL | 52.14º | 0.44% | 0.38% | - |
| HSV(B) | 52.14º | 0.61% | 0.54% | - |
| XYZ | 18.74 | 20.85 | 6.53 | - |
| YUV | 121.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 54 | 0 | 0.08 | 0.61 | 0.46 | 52.14 | 0.44 | 0.38 |
| Hex | 8A | 7F | 36 | 0 | 8 | 3D | 2E | 34 | 2C | 26 |
| Octal | 212 | 177 | 66 | 0 | 10 | 75 | 56 | 64 | 54 | 46 |
| Binary | 10001010 | 1111111 | 110110 | 0 | 1000 | 111101 | 101110 | 110100 | 101100 | 100110 |
Color Harmonies of #8A7F36
Complementary color
Monochromatic Colors of #8A7F36
Black with #8A7F36
Text Example
Text Example
White with #8A7F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F36; }
p { color: rgb(138,127,54); }
H1.HeaderClassName
{
color: #8A7F36;
}
.AnyTagClassName
{
color: #8A7F36;
}
</style>
background-color css
<style>
a { background-color: #8A7F36; }
a { background-color: rgb(138,127,54); }
div.DivClassName
{
background-color: #8A7F36;
}
.BgClassName
{
background-color: #8A7F36;
}
</style>
border-color css
<style>
span { border-color: #8A7F36; }
span { border-color: rgb(138,127,54); }
td.TdClassName
{
border-color: #8A7F36;
}
.TagClassName
{
border-color: #8A7F36;
}
</style>