Shades of Go Ben #80763E
Tints of Go Ben #80763E
RGB
CMYK
RGB Variations
Color information
#80763E (or 0x80763E) is known color: Go Ben. HEX triplet: 80, 76 and 3E. RGB value is (128,118,62). Sum of RGB (Red+Green+Blue) = 128+118+62=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80763E is #7F89C1. Grayscale: #727272. Windows color (decimal): -8358338 or 4093568. OLE color: 4093568.
HSL color Cylindrical-coordinate representation of color #80763E: hue angle of 50.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80763E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 62 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.50 |
| HSL | 50.91º | 0.35% | 0.37% | - |
| HSV(B) | 50.91º | 0.52% | 0.5% | - |
| XYZ | 16.25 | 17.89 | 7.15 | - |
| YUV | 114.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 62 | 0 | 0.08 | 0.52 | 0.50 | 50.91 | 0.35 | 0.37 |
| Hex | 80 | 76 | 3E | 0 | 8 | 34 | 32 | 33 | 23 | 25 |
| Octal | 200 | 166 | 76 | 0 | 10 | 64 | 62 | 63 | 43 | 45 |
| Binary | 10000000 | 1110110 | 111110 | 0 | 1000 | 110100 | 110010 | 110011 | 100011 | 100101 |
Color Harmonies of #80763E
Complementary color
Monochromatic Colors of #80763E
Black with #80763E
Text Example
Text Example
White with #80763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80763E; }
p { color: rgb(128,118,62); }
H1.HeaderClassName
{
color: #80763E;
}
.AnyTagClassName
{
color: #80763E;
}
</style>
background-color css
<style>
a { background-color: #80763E; }
a { background-color: rgb(128,118,62); }
div.DivClassName
{
background-color: #80763E;
}
.BgClassName
{
background-color: #80763E;
}
</style>
border-color css
<style>
span { border-color: #80763E; }
span { border-color: rgb(128,118,62); }
td.TdClassName
{
border-color: #80763E;
}
.TagClassName
{
border-color: #80763E;
}
</style>