Shades of Go Ben #807A48
Tints of Go Ben #807A48
RGB
CMYK
RGB Variations
Color information
#807A48 (or 0x807A48) is known color: Go Ben. HEX triplet: 80, 7A and 48. RGB value is (128,122,72). Sum of RGB (Red+Green+Blue) = 128+122+72=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #807A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807A48 is #7F85B7. Grayscale: #767676. Windows color (decimal): -8357304 or 4749952. OLE color: 4749952.
HSL color Cylindrical-coordinate representation of color #807A48: hue angle of 53.57º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807A48 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 72 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.50 |
| HSL | 53.57º | 0.28% | 0.39% | - |
| HSV(B) | 53.57º | 0.44% | 0.5% | - |
| XYZ | 17.03 | 18.98 | 8.9 | - |
| YUV | 118.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 72 | 0 | 0.05 | 0.44 | 0.50 | 53.57 | 0.28 | 0.39 |
| Hex | 80 | 7A | 48 | 0 | 5 | 2C | 32 | 36 | 1C | 27 |
| Octal | 200 | 172 | 110 | 0 | 5 | 54 | 62 | 66 | 34 | 47 |
| Binary | 10000000 | 1111010 | 1001000 | 0 | 101 | 101100 | 110010 | 110110 | 11100 | 100111 |
Color Harmonies of #807A48
Complementary color
Monochromatic Colors of #807A48
Black with #807A48
Text Example
Text Example
White with #807A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A48; }
p { color: rgb(128,122,72); }
H1.HeaderClassName
{
color: #807A48;
}
.AnyTagClassName
{
color: #807A48;
}
</style>
background-color css
<style>
a { background-color: #807A48; }
a { background-color: rgb(128,122,72); }
div.DivClassName
{
background-color: #807A48;
}
.BgClassName
{
background-color: #807A48;
}
</style>
border-color css
<style>
span { border-color: #807A48; }
span { border-color: rgb(128,122,72); }
td.TdClassName
{
border-color: #807A48;
}
.TagClassName
{
border-color: #807A48;
}
</style>