Shades of Highball #897F43
Tints of Highball #897F43
RGB
CMYK
RGB Variations
Color information
#897F43 (or 0x897F43) is known color: Highball. HEX triplet: 89, 7F and 43. RGB value is (137,127,67). Sum of RGB (Red+Green+Blue) = 137+127+67=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #897F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897F43 is #7680BC. Grayscale: #7B7B7B. Windows color (decimal): -7766205 or 4423561. OLE color: 4423561.
HSL color Cylindrical-coordinate representation of color #897F43: hue angle of 51.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #897F43 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 67 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.46 |
| HSL | 51.43º | 0.34% | 0.4% | - |
| HSV(B) | 51.43º | 0.51% | 0.54% | - |
| XYZ | 18.92 | 20.9 | 8.35 | - |
| YUV | 123.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 67 | 0 | 0.07 | 0.51 | 0.46 | 51.43 | 0.34 | 0.4 |
| Hex | 89 | 7F | 43 | 0 | 7 | 33 | 2E | 33 | 22 | 28 |
| Octal | 211 | 177 | 103 | 0 | 7 | 63 | 56 | 63 | 42 | 50 |
| Binary | 10001001 | 1111111 | 1000011 | 0 | 111 | 110011 | 101110 | 110011 | 100010 | 101000 |
Color Harmonies of #897F43
Complementary color
Monochromatic Colors of #897F43
Black with #897F43
Text Example
Text Example
White with #897F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F43; }
p { color: rgb(137,127,67); }
H1.HeaderClassName
{
color: #897F43;
}
.AnyTagClassName
{
color: #897F43;
}
</style>
background-color css
<style>
a { background-color: #897F43; }
a { background-color: rgb(137,127,67); }
div.DivClassName
{
background-color: #897F43;
}
.BgClassName
{
background-color: #897F43;
}
</style>
border-color css
<style>
span { border-color: #897F43; }
span { border-color: rgb(137,127,67); }
td.TdClassName
{
border-color: #897F43;
}
.TagClassName
{
border-color: #897F43;
}
</style>