Shades of Go Ben #807C42
Tints of Go Ben #807C42
RGB
CMYK
RGB Variations
Color information
#807C42 (or 0x807C42) is known color: Go Ben. HEX triplet: 80, 7C and 42. RGB value is (128,124,66). Sum of RGB (Red+Green+Blue) = 128+124+66=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #807C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C42 is #7F83BD. Grayscale: #767676. Windows color (decimal): -8356798 or 4357248. OLE color: 4357248.
HSL color Cylindrical-coordinate representation of color #807C42: hue angle of 56.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807C42 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 66 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.50 |
| HSL | 56.13º | 0.32% | 0.38% | - |
| HSV(B) | 56.13º | 0.48% | 0.5% | - |
| XYZ | 17.09 | 19.4 | 8 | - |
| YUV | 118.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 66 | 0 | 0.03 | 0.48 | 0.50 | 56.13 | 0.32 | 0.38 |
| Hex | 80 | 7C | 42 | 0 | 3 | 30 | 32 | 38 | 20 | 26 |
| Octal | 200 | 174 | 102 | 0 | 3 | 60 | 62 | 70 | 40 | 46 |
| Binary | 10000000 | 1111100 | 1000010 | 0 | 11 | 110000 | 110010 | 111000 | 100000 | 100110 |
Color Harmonies of #807C42
Complementary color
Monochromatic Colors of #807C42
Black with #807C42
Text Example
Text Example
White with #807C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C42; }
p { color: rgb(128,124,66); }
H1.HeaderClassName
{
color: #807C42;
}
.AnyTagClassName
{
color: #807C42;
}
</style>
background-color css
<style>
a { background-color: #807C42; }
a { background-color: rgb(128,124,66); }
div.DivClassName
{
background-color: #807C42;
}
.BgClassName
{
background-color: #807C42;
}
</style>
border-color css
<style>
span { border-color: #807C42; }
span { border-color: rgb(128,124,66); }
td.TdClassName
{
border-color: #807C42;
}
.TagClassName
{
border-color: #807C42;
}
</style>