Shades of Go Ben #80783F
Tints of Go Ben #80783F
RGB
CMYK
RGB Variations
Color information
#80783F (or 0x80783F) is known color: Go Ben. HEX triplet: 80, 78 and 3F. RGB value is (128,120,63). Sum of RGB (Red+Green+Blue) = 128+120+63=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80783F is #7F87C0. Grayscale: #747474. Windows color (decimal): -8357825 or 4159616. OLE color: 4159616.
HSL color Cylindrical-coordinate representation of color #80783F: hue angle of 52.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80783F is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 63 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.50 |
| HSL | 52.62º | 0.34% | 0.37% | - |
| HSV(B) | 52.62º | 0.51% | 0.5% | - |
| XYZ | 16.52 | 18.38 | 7.38 | - |
| YUV | 115.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 63 | 0 | 0.06 | 0.51 | 0.50 | 52.62 | 0.34 | 0.37 |
| Hex | 80 | 78 | 3F | 0 | 6 | 33 | 32 | 35 | 22 | 25 |
| Octal | 200 | 170 | 77 | 0 | 6 | 63 | 62 | 65 | 42 | 45 |
| Binary | 10000000 | 1111000 | 111111 | 0 | 110 | 110011 | 110010 | 110101 | 100010 | 100101 |
Color Harmonies of #80783F
Complementary color
Monochromatic Colors of #80783F
Black with #80783F
Text Example
Text Example
White with #80783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80783F; }
p { color: rgb(128,120,63); }
H1.HeaderClassName
{
color: #80783F;
}
.AnyTagClassName
{
color: #80783F;
}
</style>
background-color css
<style>
a { background-color: #80783F; }
a { background-color: rgb(128,120,63); }
div.DivClassName
{
background-color: #80783F;
}
.BgClassName
{
background-color: #80783F;
}
</style>
border-color css
<style>
span { border-color: #80783F; }
span { border-color: rgb(128,120,63); }
td.TdClassName
{
border-color: #80783F;
}
.TagClassName
{
border-color: #80783F;
}
</style>