Shades of Go Ben #787441
Tints of Go Ben #787441
RGB
CMYK
RGB Variations
Color information
#787441 (or 0x787441) is known color: Go Ben. HEX triplet: 78, 74 and 41. RGB value is (120,116,65). Sum of RGB (Red+Green+Blue) = 120+116+65=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #787441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787441 is #878BBE. Grayscale: #6F6F6F. Windows color (decimal): -8883135 or 4289656. OLE color: 4289656.
HSL color Cylindrical-coordinate representation of color #787441: hue angle of 55.64º 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 #787441 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 65 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.53 |
| HSL | 55.64º | 0.3% | 0.36% | - |
| HSV(B) | 55.64º | 0.46% | 0.47% | - |
| XYZ | 14.95 | 16.87 | 7.47 | - |
| YUV | 111.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 65 | 0 | 0.03 | 0.46 | 0.53 | 55.64 | 0.3 | 0.36 |
| Hex | 78 | 74 | 41 | 0 | 3 | 2E | 35 | 38 | 1E | 24 |
| Octal | 170 | 164 | 101 | 0 | 3 | 56 | 65 | 70 | 36 | 44 |
| Binary | 1111000 | 1110100 | 1000001 | 0 | 11 | 101110 | 110101 | 111000 | 11110 | 100100 |
Color Harmonies of #787441
Complementary color
Monochromatic Colors of #787441
Black with #787441
Text Example
Text Example
White with #787441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787441; }
p { color: rgb(120,116,65); }
H1.HeaderClassName
{
color: #787441;
}
.AnyTagClassName
{
color: #787441;
}
</style>
background-color css
<style>
a { background-color: #787441; }
a { background-color: rgb(120,116,65); }
div.DivClassName
{
background-color: #787441;
}
.BgClassName
{
background-color: #787441;
}
</style>
border-color css
<style>
span { border-color: #787441; }
span { border-color: rgb(120,116,65); }
td.TdClassName
{
border-color: #787441;
}
.TagClassName
{
border-color: #787441;
}
</style>