Shades of Highball #8C7F36
Tints of Highball #8C7F36
RGB
CMYK
RGB Variations
Color information
#8C7F36 (or 0x8C7F36) is known color: Highball. HEX triplet: 8C, 7F and 36. RGB value is (140,127,54). Sum of RGB (Red+Green+Blue) = 140+127+54=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F36 is #7380C9. Grayscale: #7A7A7A. Windows color (decimal): -7569610 or 3571596. OLE color: 3571596.
HSL color Cylindrical-coordinate representation of color #8C7F36: hue angle of 50.93º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C7F36 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 54 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.45 |
| HSL | 50.93º | 0.44% | 0.38% | - |
| HSV(B) | 50.93º | 0.61% | 0.55% | - |
| XYZ | 19.07 | 21.02 | 6.54 | - |
| YUV | 122.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 54 | 0 | 0.09 | 0.61 | 0.45 | 50.93 | 0.44 | 0.38 |
| Hex | 8C | 7F | 36 | 0 | 9 | 3D | 2D | 33 | 2C | 26 |
| Octal | 214 | 177 | 66 | 0 | 11 | 75 | 55 | 63 | 54 | 46 |
| Binary | 10001100 | 1111111 | 110110 | 0 | 1001 | 111101 | 101101 | 110011 | 101100 | 100110 |
Color Harmonies of #8C7F36
Complementary color
Monochromatic Colors of #8C7F36
Black with #8C7F36
Text Example
Text Example
White with #8C7F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F36; }
p { color: rgb(140,127,54); }
H1.HeaderClassName
{
color: #8C7F36;
}
.AnyTagClassName
{
color: #8C7F36;
}
</style>
background-color css
<style>
a { background-color: #8C7F36; }
a { background-color: rgb(140,127,54); }
div.DivClassName
{
background-color: #8C7F36;
}
.BgClassName
{
background-color: #8C7F36;
}
</style>
border-color css
<style>
span { border-color: #8C7F36; }
span { border-color: rgb(140,127,54); }
td.TdClassName
{
border-color: #8C7F36;
}
.TagClassName
{
border-color: #8C7F36;
}
</style>