Shades of Go Ben #80734D
Tints of Go Ben #80734D
RGB
CMYK
RGB Variations
Color information
#80734D (or 0x80734D) is known color: Go Ben. HEX triplet: 80, 73 and 4D. RGB value is (128,115,77). Sum of RGB (Red+Green+Blue) = 128+115+77=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80734D is #7F8CB2. Grayscale: #727272. Windows color (decimal): -8359091 or 5075840. OLE color: 5075840.
HSL color Cylindrical-coordinate representation of color #80734D: hue angle of 44.71º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80734D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 77 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.50 |
| HSL | 44.71º | 0.25% | 0.4% | - |
| HSV(B) | 44.71º | 0.4% | 0.5% | - |
| XYZ | 16.37 | 17.39 | 9.51 | - |
| YUV | 114.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 77 | 0 | 0.10 | 0.40 | 0.50 | 44.71 | 0.25 | 0.4 |
| Hex | 80 | 73 | 4D | 0 | A | 28 | 32 | 2D | 19 | 28 |
| Octal | 200 | 163 | 115 | 0 | 12 | 50 | 62 | 55 | 31 | 50 |
| Binary | 10000000 | 1110011 | 1001101 | 0 | 1010 | 101000 | 110010 | 101101 | 11001 | 101000 |
Color Harmonies of #80734D
Complementary color
Monochromatic Colors of #80734D
Black with #80734D
Text Example
Text Example
White with #80734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80734D; }
p { color: rgb(128,115,77); }
H1.HeaderClassName
{
color: #80734D;
}
.AnyTagClassName
{
color: #80734D;
}
</style>
background-color css
<style>
a { background-color: #80734D; }
a { background-color: rgb(128,115,77); }
div.DivClassName
{
background-color: #80734D;
}
.BgClassName
{
background-color: #80734D;
}
</style>
border-color css
<style>
span { border-color: #80734D; }
span { border-color: rgb(128,115,77); }
td.TdClassName
{
border-color: #80734D;
}
.TagClassName
{
border-color: #80734D;
}
</style>