Shades of Go Ben #80724A
Tints of Go Ben #80724A
RGB
CMYK
RGB Variations
Color information
#80724A (or 0x80724A) is known color: Go Ben. HEX triplet: 80, 72 and 4A. RGB value is (128,114,74). Sum of RGB (Red+Green+Blue) = 128+114+74=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #80724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80724A is #7F8DB5. Grayscale: #717171. Windows color (decimal): -8359350 or 4878976. OLE color: 4878976.
HSL color Cylindrical-coordinate representation of color #80724A: hue angle of 44.44º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80724A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 74 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.50 |
| HSL | 44.44º | 0.27% | 0.4% | - |
| HSV(B) | 44.44º | 0.42% | 0.5% | - |
| XYZ | 16.16 | 17.12 | 8.93 | - |
| YUV | 113.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 74 | 0 | 0.11 | 0.42 | 0.50 | 44.44 | 0.27 | 0.4 |
| Hex | 80 | 72 | 4A | 0 | B | 2A | 32 | 2C | 1B | 28 |
| Octal | 200 | 162 | 112 | 0 | 13 | 52 | 62 | 54 | 33 | 50 |
| Binary | 10000000 | 1110010 | 1001010 | 0 | 1011 | 101010 | 110010 | 101100 | 11011 | 101000 |
Color Harmonies of #80724A
Complementary color
Monochromatic Colors of #80724A
Black with #80724A
Text Example
Text Example
White with #80724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80724A; }
p { color: rgb(128,114,74); }
H1.HeaderClassName
{
color: #80724A;
}
.AnyTagClassName
{
color: #80724A;
}
</style>
background-color css
<style>
a { background-color: #80724A; }
a { background-color: rgb(128,114,74); }
div.DivClassName
{
background-color: #80724A;
}
.BgClassName
{
background-color: #80724A;
}
</style>
border-color css
<style>
span { border-color: #80724A; }
span { border-color: rgb(128,114,74); }
td.TdClassName
{
border-color: #80724A;
}
.TagClassName
{
border-color: #80724A;
}
</style>