Shades of Go Ben #787742
Tints of Go Ben #787742
RGB
CMYK
RGB Variations
Color information
#787742 (or 0x787742) is known color: Go Ben. HEX triplet: 78, 77 and 42. RGB value is (120,119,66). Sum of RGB (Red+Green+Blue) = 120+119+66=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #787742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787742 is #8788BD. Grayscale: #717171. Windows color (decimal): -8882366 or 4355960. OLE color: 4355960.
HSL color Cylindrical-coordinate representation of color #787742: hue angle of 58.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787742 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 66 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.53 |
| HSL | 58.89º | 0.29% | 0.36% | - |
| HSV(B) | 58.89º | 0.45% | 0.47% | - |
| XYZ | 15.33 | 17.58 | 7.74 | - |
| YUV | 113.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 66 | 0 | 0.01 | 0.45 | 0.53 | 58.89 | 0.29 | 0.36 |
| Hex | 78 | 77 | 42 | 0 | 1 | 2D | 35 | 3B | 1D | 24 |
| Octal | 170 | 167 | 102 | 0 | 1 | 55 | 65 | 73 | 35 | 44 |
| Binary | 1111000 | 1110111 | 1000010 | 0 | 1 | 101101 | 110101 | 111011 | 11101 | 100100 |
Color Harmonies of #787742
Complementary color
Monochromatic Colors of #787742
Black with #787742
Text Example
Text Example
White with #787742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787742; }
p { color: rgb(120,119,66); }
H1.HeaderClassName
{
color: #787742;
}
.AnyTagClassName
{
color: #787742;
}
</style>
background-color css
<style>
a { background-color: #787742; }
a { background-color: rgb(120,119,66); }
div.DivClassName
{
background-color: #787742;
}
.BgClassName
{
background-color: #787742;
}
</style>
border-color css
<style>
span { border-color: #787742; }
span { border-color: rgb(120,119,66); }
td.TdClassName
{
border-color: #787742;
}
.TagClassName
{
border-color: #787742;
}
</style>