Shades of Go Ben #80754C
Tints of Go Ben #80754C
RGB
CMYK
RGB Variations
Color information
#80754C (or 0x80754C) is known color: Go Ben. HEX triplet: 80, 75 and 4C. RGB value is (128,117,76). Sum of RGB (Red+Green+Blue) = 128+117+76=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80754C is #7F8AB3. Grayscale: #737373. Windows color (decimal): -8358580 or 5010816. OLE color: 5010816.
HSL color Cylindrical-coordinate representation of color #80754C: hue angle of 47.31º 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 #80754C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 76 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.50 |
| HSL | 47.31º | 0.25% | 0.4% | - |
| HSV(B) | 47.31º | 0.41% | 0.5% | - |
| XYZ | 16.57 | 17.83 | 9.41 | - |
| YUV | 115.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 76 | 0 | 0.09 | 0.41 | 0.50 | 47.31 | 0.25 | 0.4 |
| Hex | 80 | 75 | 4C | 0 | 9 | 29 | 32 | 2F | 19 | 28 |
| Octal | 200 | 165 | 114 | 0 | 11 | 51 | 62 | 57 | 31 | 50 |
| Binary | 10000000 | 1110101 | 1001100 | 0 | 1001 | 101001 | 110010 | 101111 | 11001 | 101000 |
Color Harmonies of #80754C
Complementary color
Monochromatic Colors of #80754C
Black with #80754C
Text Example
Text Example
White with #80754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80754C; }
p { color: rgb(128,117,76); }
H1.HeaderClassName
{
color: #80754C;
}
.AnyTagClassName
{
color: #80754C;
}
</style>
background-color css
<style>
a { background-color: #80754C; }
a { background-color: rgb(128,117,76); }
div.DivClassName
{
background-color: #80754C;
}
.BgClassName
{
background-color: #80754C;
}
</style>
border-color css
<style>
span { border-color: #80754C; }
span { border-color: rgb(128,117,76); }
td.TdClassName
{
border-color: #80754C;
}
.TagClassName
{
border-color: #80754C;
}
</style>