Shades of Go Ben #807B41
Tints of Go Ben #807B41
RGB
CMYK
RGB Variations
Color information
#807B41 (or 0x807B41) is known color: Go Ben. HEX triplet: 80, 7B and 41. RGB value is (128,123,65). Sum of RGB (Red+Green+Blue) = 128+123+65=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #807B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807B41 is #7F84BE. Grayscale: #767676. Windows color (decimal): -8357055 or 4291456. OLE color: 4291456.
HSL color Cylindrical-coordinate representation of color #807B41: hue angle of 55.24º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #807B41 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 65 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.50 |
| HSL | 55.24º | 0.33% | 0.38% | - |
| HSV(B) | 55.24º | 0.49% | 0.5% | - |
| XYZ | 16.94 | 19.14 | 7.8 | - |
| YUV | 117.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 65 | 0 | 0.04 | 0.49 | 0.50 | 55.24 | 0.33 | 0.38 |
| Hex | 80 | 7B | 41 | 0 | 4 | 31 | 32 | 37 | 21 | 26 |
| Octal | 200 | 173 | 101 | 0 | 4 | 61 | 62 | 67 | 41 | 46 |
| Binary | 10000000 | 1111011 | 1000001 | 0 | 100 | 110001 | 110010 | 110111 | 100001 | 100110 |
Color Harmonies of #807B41
Complementary color
Monochromatic Colors of #807B41
Black with #807B41
Text Example
Text Example
White with #807B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B41; }
p { color: rgb(128,123,65); }
H1.HeaderClassName
{
color: #807B41;
}
.AnyTagClassName
{
color: #807B41;
}
</style>
background-color css
<style>
a { background-color: #807B41; }
a { background-color: rgb(128,123,65); }
div.DivClassName
{
background-color: #807B41;
}
.BgClassName
{
background-color: #807B41;
}
</style>
border-color css
<style>
span { border-color: #807B41; }
span { border-color: rgb(128,123,65); }
td.TdClassName
{
border-color: #807B41;
}
.TagClassName
{
border-color: #807B41;
}
</style>