Shades of Go Ben #787343
Tints of Go Ben #787343
RGB
CMYK
RGB Variations
Color information
#787343 (or 0x787343) is known color: Go Ben. HEX triplet: 78, 73 and 43. RGB value is (120,115,67). Sum of RGB (Red+Green+Blue) = 120+115+67=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #787343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787343 is #878CBC. Grayscale: #6F6F6F. Windows color (decimal): -8883389 or 4420472. OLE color: 4420472.
HSL color Cylindrical-coordinate representation of color #787343: hue angle of 54.34º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #787343 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 67 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.53 |
| HSL | 54.34º | 0.28% | 0.37% | - |
| HSV(B) | 54.34º | 0.44% | 0.47% | - |
| XYZ | 14.89 | 16.66 | 7.74 | - |
| YUV | 111.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 67 | 0 | 0.04 | 0.44 | 0.53 | 54.34 | 0.28 | 0.37 |
| Hex | 78 | 73 | 43 | 0 | 4 | 2C | 35 | 36 | 1C | 25 |
| Octal | 170 | 163 | 103 | 0 | 4 | 54 | 65 | 66 | 34 | 45 |
| Binary | 1111000 | 1110011 | 1000011 | 0 | 100 | 101100 | 110101 | 110110 | 11100 | 100101 |
Color Harmonies of #787343
Complementary color
Monochromatic Colors of #787343
Black with #787343
Text Example
Text Example
White with #787343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787343; }
p { color: rgb(120,115,67); }
H1.HeaderClassName
{
color: #787343;
}
.AnyTagClassName
{
color: #787343;
}
</style>
background-color css
<style>
a { background-color: #787343; }
a { background-color: rgb(120,115,67); }
div.DivClassName
{
background-color: #787343;
}
.BgClassName
{
background-color: #787343;
}
</style>
border-color css
<style>
span { border-color: #787343; }
span { border-color: rgb(120,115,67); }
td.TdClassName
{
border-color: #787343;
}
.TagClassName
{
border-color: #787343;
}
</style>