Shades of Go Ben #787640
Tints of Go Ben #787640
RGB
CMYK
RGB Variations
Color information
#787640 (or 0x787640) is known color: Go Ben. HEX triplet: 78, 76 and 40. RGB value is (120,118,64). Sum of RGB (Red+Green+Blue) = 120+118+64=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #787640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787640 is #8789BF. Grayscale: #707070. Windows color (decimal): -8882624 or 4224632. OLE color: 4224632.
HSL color Cylindrical-coordinate representation of color #787640: hue angle of 57.86º 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 #787640 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 64 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.53 |
| HSL | 57.86º | 0.3% | 0.36% | - |
| HSV(B) | 57.86º | 0.47% | 0.47% | - |
| XYZ | 15.15 | 17.32 | 7.4 | - |
| YUV | 112.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 64 | 0 | 0.02 | 0.47 | 0.53 | 57.86 | 0.3 | 0.36 |
| Hex | 78 | 76 | 40 | 0 | 2 | 2F | 35 | 3A | 1E | 24 |
| Octal | 170 | 166 | 100 | 0 | 2 | 57 | 65 | 72 | 36 | 44 |
| Binary | 1111000 | 1110110 | 1000000 | 0 | 10 | 101111 | 110101 | 111010 | 11110 | 100100 |
Color Harmonies of #787640
Complementary color
Monochromatic Colors of #787640
Black with #787640
Text Example
Text Example
White with #787640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787640; }
p { color: rgb(120,118,64); }
H1.HeaderClassName
{
color: #787640;
}
.AnyTagClassName
{
color: #787640;
}
</style>
background-color css
<style>
a { background-color: #787640; }
a { background-color: rgb(120,118,64); }
div.DivClassName
{
background-color: #787640;
}
.BgClassName
{
background-color: #787640;
}
</style>
border-color css
<style>
span { border-color: #787640; }
span { border-color: rgb(120,118,64); }
td.TdClassName
{
border-color: #787640;
}
.TagClassName
{
border-color: #787640;
}
</style>