Shades of Go Ben #807B40
Tints of Go Ben #807B40
RGB
CMYK
RGB Variations
Color information
#807B40 (or 0x807B40) is known color: Go Ben. HEX triplet: 80, 7B and 40. RGB value is (128,123,64). Sum of RGB (Red+Green+Blue) = 128+123+64=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #807B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807B40 is #7F84BF. Grayscale: #767676. Windows color (decimal): -8357056 or 4225920. OLE color: 4225920.
HSL color Cylindrical-coordinate representation of color #807B40: hue angle of 55.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807B40 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 64 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.50 |
| HSL | 55.31º | 0.33% | 0.38% | - |
| HSV(B) | 55.31º | 0.5% | 0.5% | - |
| XYZ | 16.91 | 19.13 | 7.65 | - |
| YUV | 117.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 64 | 0 | 0.04 | 0.5 | 0.50 | 55.31 | 0.33 | 0.38 |
| Hex | 80 | 7B | 40 | 0 | 4 | 32 | 32 | 37 | 21 | 26 |
| Octal | 200 | 173 | 100 | 0 | 4 | 62 | 62 | 67 | 41 | 46 |
| Binary | 10000000 | 1111011 | 1000000 | 0 | 100 | 110010 | 110010 | 110111 | 100001 | 100110 |
Color Harmonies of #807B40
Complementary color
Monochromatic Colors of #807B40
Black with #807B40
Text Example
Text Example
White with #807B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B40; }
p { color: rgb(128,123,64); }
H1.HeaderClassName
{
color: #807B40;
}
.AnyTagClassName
{
color: #807B40;
}
</style>
background-color css
<style>
a { background-color: #807B40; }
a { background-color: rgb(128,123,64); }
div.DivClassName
{
background-color: #807B40;
}
.BgClassName
{
background-color: #807B40;
}
</style>
border-color css
<style>
span { border-color: #807B40; }
span { border-color: rgb(128,123,64); }
td.TdClassName
{
border-color: #807B40;
}
.TagClassName
{
border-color: #807B40;
}
</style>