Shades of Go Ben #787141
Tints of Go Ben #787141
RGB
CMYK
RGB Variations
Color information
#787141 (or 0x787141) is known color: Go Ben. HEX triplet: 78, 71 and 41. RGB value is (120,113,65). Sum of RGB (Red+Green+Blue) = 120+113+65=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #787141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787141 is #878EBE. Grayscale: #6D6D6D. Windows color (decimal): -8883903 or 4288888. OLE color: 4288888.
HSL color Cylindrical-coordinate representation of color #787141: hue angle of 52.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787141 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 65 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.53 |
| HSL | 52.36º | 0.3% | 0.36% | - |
| HSV(B) | 52.36º | 0.46% | 0.47% | - |
| XYZ | 14.6 | 16.18 | 7.36 | - |
| YUV | 109.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 65 | 0 | 0.06 | 0.46 | 0.53 | 52.36 | 0.3 | 0.36 |
| Hex | 78 | 71 | 41 | 0 | 6 | 2E | 35 | 34 | 1E | 24 |
| Octal | 170 | 161 | 101 | 0 | 6 | 56 | 65 | 64 | 36 | 44 |
| Binary | 1111000 | 1110001 | 1000001 | 0 | 110 | 101110 | 110101 | 110100 | 11110 | 100100 |
Color Harmonies of #787141
Complementary color
Monochromatic Colors of #787141
Black with #787141
Text Example
Text Example
White with #787141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787141; }
p { color: rgb(120,113,65); }
H1.HeaderClassName
{
color: #787141;
}
.AnyTagClassName
{
color: #787141;
}
</style>
background-color css
<style>
a { background-color: #787141; }
a { background-color: rgb(120,113,65); }
div.DivClassName
{
background-color: #787141;
}
.BgClassName
{
background-color: #787141;
}
</style>
border-color css
<style>
span { border-color: #787141; }
span { border-color: rgb(120,113,65); }
td.TdClassName
{
border-color: #787141;
}
.TagClassName
{
border-color: #787141;
}
</style>