Shades of Highball #8A7A3F
Tints of Highball #8A7A3F
RGB
CMYK
RGB Variations
Color information
#8A7A3F (or 0x8A7A3F) is known color: Highball. HEX triplet: 8A, 7A and 3F. RGB value is (138,122,63). Sum of RGB (Red+Green+Blue) = 138+122+63=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7A3F is #7585C0. Grayscale: #787878. Windows color (decimal): -7701953 or 4160138. OLE color: 4160138.
HSL color Cylindrical-coordinate representation of color #8A7A3F: hue angle of 47.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A7A3F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 63 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.46 |
| HSL | 47.2º | 0.37% | 0.39% | - |
| HSV(B) | 47.2º | 0.54% | 0.54% | - |
| XYZ | 18.34 | 19.68 | 7.53 | - |
| YUV | 120.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 63 | 0 | 0.12 | 0.54 | 0.46 | 47.2 | 0.37 | 0.39 |
| Hex | 8A | 7A | 3F | 0 | C | 36 | 2E | 2F | 25 | 27 |
| Octal | 212 | 172 | 77 | 0 | 14 | 66 | 56 | 57 | 45 | 47 |
| Binary | 10001010 | 1111010 | 111111 | 0 | 1100 | 110110 | 101110 | 101111 | 100101 | 100111 |
Color Harmonies of #8A7A3F
Complementary color
Monochromatic Colors of #8A7A3F
Black with #8A7A3F
Text Example
Text Example
White with #8A7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A3F; }
p { color: rgb(138,122,63); }
H1.HeaderClassName
{
color: #8A7A3F;
}
.AnyTagClassName
{
color: #8A7A3F;
}
</style>
background-color css
<style>
a { background-color: #8A7A3F; }
a { background-color: rgb(138,122,63); }
div.DivClassName
{
background-color: #8A7A3F;
}
.BgClassName
{
background-color: #8A7A3F;
}
</style>
border-color css
<style>
span { border-color: #8A7A3F; }
span { border-color: rgb(138,122,63); }
td.TdClassName
{
border-color: #8A7A3F;
}
.TagClassName
{
border-color: #8A7A3F;
}
</style>