Shades of Go Ben #80763D
Tints of Go Ben #80763D
RGB
CMYK
RGB Variations
Color information
#80763D (or 0x80763D) is known color: Go Ben. HEX triplet: 80, 76 and 3D. RGB value is (128,118,61). Sum of RGB (Red+Green+Blue) = 128+118+61=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80763D is #7F89C2. Grayscale: #727272. Windows color (decimal): -8358339 or 4028032. OLE color: 4028032.
HSL color Cylindrical-coordinate representation of color #80763D: hue angle of 51.04º 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 #80763D is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 61 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.50 |
| HSL | 51.04º | 0.35% | 0.37% | - |
| HSV(B) | 51.04º | 0.52% | 0.5% | - |
| XYZ | 16.22 | 17.88 | 7.01 | - |
| YUV | 114.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 61 | 0 | 0.08 | 0.52 | 0.50 | 51.04 | 0.35 | 0.37 |
| Hex | 80 | 76 | 3D | 0 | 8 | 34 | 32 | 33 | 23 | 25 |
| Octal | 200 | 166 | 75 | 0 | 10 | 64 | 62 | 63 | 43 | 45 |
| Binary | 10000000 | 1110110 | 111101 | 0 | 1000 | 110100 | 110010 | 110011 | 100011 | 100101 |
Color Harmonies of #80763D
Complementary color
Monochromatic Colors of #80763D
Black with #80763D
Text Example
Text Example
White with #80763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80763D; }
p { color: rgb(128,118,61); }
H1.HeaderClassName
{
color: #80763D;
}
.AnyTagClassName
{
color: #80763D;
}
</style>
background-color css
<style>
a { background-color: #80763D; }
a { background-color: rgb(128,118,61); }
div.DivClassName
{
background-color: #80763D;
}
.BgClassName
{
background-color: #80763D;
}
</style>
border-color css
<style>
span { border-color: #80763D; }
span { border-color: rgb(128,118,61); }
td.TdClassName
{
border-color: #80763D;
}
.TagClassName
{
border-color: #80763D;
}
</style>