Shades of Bitter #808A5E
Tints of Bitter #808A5E
RGB
CMYK
RGB Variations
Color information
#808A5E (or 0x808A5E) is known color: Bitter. HEX triplet: 80, 8A and 5E. RGB value is (128,138,94). Sum of RGB (Red+Green+Blue) = 128+138+94=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #808A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A5E is #7F75A1. Grayscale: #828282. Windows color (decimal): -8353186 or 6195840. OLE color: 6195840.
HSL color Cylindrical-coordinate representation of color #808A5E: hue angle of 73.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808A5E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 94 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.46 |
| HSL | 73.64º | 0.19% | 0.45% | - |
| HSV(B) | 73.64º | 0.32% | 0.54% | - |
| XYZ | 20.01 | 23.57 | 14.09 | - |
| YUV | 129.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 94 | 0.07 | 0 | 0.32 | 0.46 | 73.64 | 0.19 | 0.45 |
| Hex | 80 | 8A | 5E | 7 | 0 | 20 | 2E | 4A | 13 | 2D |
| Octal | 200 | 212 | 136 | 7 | 0 | 40 | 56 | 112 | 23 | 55 |
| Binary | 10000000 | 10001010 | 1011110 | 111 | 0 | 100000 | 101110 | 1001010 | 10011 | 101101 |
Color Harmonies of #808A5E
Complementary color
Monochromatic Colors of #808A5E
Black with #808A5E
Text Example
Text Example
White with #808A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A5E; }
p { color: rgb(128,138,94); }
H1.HeaderClassName
{
color: #808A5E;
}
.AnyTagClassName
{
color: #808A5E;
}
</style>
background-color css
<style>
a { background-color: #808A5E; }
a { background-color: rgb(128,138,94); }
div.DivClassName
{
background-color: #808A5E;
}
.BgClassName
{
background-color: #808A5E;
}
</style>
border-color css
<style>
span { border-color: #808A5E; }
span { border-color: rgb(128,138,94); }
td.TdClassName
{
border-color: #808A5E;
}
.TagClassName
{
border-color: #808A5E;
}
</style>