Shades of Go Ben #80744C
Tints of Go Ben #80744C
RGB
CMYK
RGB Variations
Color information
#80744C (or 0x80744C) is known color: Go Ben. HEX triplet: 80, 74 and 4C. RGB value is (128,116,76). Sum of RGB (Red+Green+Blue) = 128+116+76=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80744C is #7F8BB3. Grayscale: #737373. Windows color (decimal): -8358836 or 5010560. OLE color: 5010560.
HSL color Cylindrical-coordinate representation of color #80744C: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80744C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 116 | 76 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.50 |
| HSL | 46.15º | 0.25% | 0.4% | - |
| HSV(B) | 46.15º | 0.41% | 0.5% | - |
| XYZ | 16.45 | 17.6 | 9.37 | - |
| YUV | 115.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 76 | 0 | 0.09 | 0.41 | 0.50 | 46.15 | 0.25 | 0.4 |
| Hex | 80 | 74 | 4C | 0 | 9 | 29 | 32 | 2E | 19 | 28 |
| Octal | 200 | 164 | 114 | 0 | 11 | 51 | 62 | 56 | 31 | 50 |
| Binary | 10000000 | 1110100 | 1001100 | 0 | 1001 | 101001 | 110010 | 101110 | 11001 | 101000 |
Color Harmonies of #80744C
Complementary color
Monochromatic Colors of #80744C
Black with #80744C
Text Example
Text Example
White with #80744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80744C; }
p { color: rgb(128,116,76); }
H1.HeaderClassName
{
color: #80744C;
}
.AnyTagClassName
{
color: #80744C;
}
</style>
background-color css
<style>
a { background-color: #80744C; }
a { background-color: rgb(128,116,76); }
div.DivClassName
{
background-color: #80744C;
}
.BgClassName
{
background-color: #80744C;
}
</style>
border-color css
<style>
span { border-color: #80744C; }
span { border-color: rgb(128,116,76); }
td.TdClassName
{
border-color: #80744C;
}
.TagClassName
{
border-color: #80744C;
}
</style>