Shades of Go Ben #787440
Tints of Go Ben #787440
RGB
CMYK
RGB Variations
Color information
#787440 (or 0x787440) is known color: Go Ben. HEX triplet: 78, 74 and 40. RGB value is (120,116,64). Sum of RGB (Red+Green+Blue) = 120+116+64=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #787440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787440 is #878BBF. Grayscale: #6F6F6F. Windows color (decimal): -8883136 or 4224120. OLE color: 4224120.
HSL color Cylindrical-coordinate representation of color #787440: hue angle of 55.71º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #787440 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 64 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.53 |
| HSL | 55.71º | 0.3% | 0.36% | - |
| HSV(B) | 55.71º | 0.47% | 0.47% | - |
| XYZ | 14.92 | 16.85 | 7.32 | - |
| YUV | 111.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 64 | 0 | 0.03 | 0.47 | 0.53 | 55.71 | 0.3 | 0.36 |
| Hex | 78 | 74 | 40 | 0 | 3 | 2F | 35 | 38 | 1E | 24 |
| Octal | 170 | 164 | 100 | 0 | 3 | 57 | 65 | 70 | 36 | 44 |
| Binary | 1111000 | 1110100 | 1000000 | 0 | 11 | 101111 | 110101 | 111000 | 11110 | 100100 |
Color Harmonies of #787440
Complementary color
Monochromatic Colors of #787440
Black with #787440
Text Example
Text Example
White with #787440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787440; }
p { color: rgb(120,116,64); }
H1.HeaderClassName
{
color: #787440;
}
.AnyTagClassName
{
color: #787440;
}
</style>
background-color css
<style>
a { background-color: #787440; }
a { background-color: rgb(120,116,64); }
div.DivClassName
{
background-color: #787440;
}
.BgClassName
{
background-color: #787440;
}
</style>
border-color css
<style>
span { border-color: #787440; }
span { border-color: rgb(120,116,64); }
td.TdClassName
{
border-color: #787440;
}
.TagClassName
{
border-color: #787440;
}
</style>