Shades of Go Ben #787649
Tints of Go Ben #787649
RGB
CMYK
RGB Variations
Color information
#787649 (or 0x787649) is known color: Go Ben. HEX triplet: 78, 76 and 49. RGB value is (120,118,73). Sum of RGB (Red+Green+Blue) = 120+118+73=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #787649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787649 is #8789B6. Grayscale: #717171. Windows color (decimal): -8882615 or 4814456. OLE color: 4814456.
HSL color Cylindrical-coordinate representation of color #787649: hue angle of 57.45º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #787649 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 73 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.53 |
| HSL | 57.45º | 0.24% | 0.38% | - |
| HSV(B) | 57.45º | 0.39% | 0.47% | - |
| XYZ | 15.43 | 17.43 | 8.85 | - |
| YUV | 113.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 73 | 0 | 0.02 | 0.39 | 0.53 | 57.45 | 0.24 | 0.38 |
| Hex | 78 | 76 | 49 | 0 | 2 | 27 | 35 | 39 | 18 | 26 |
| Octal | 170 | 166 | 111 | 0 | 2 | 47 | 65 | 71 | 30 | 46 |
| Binary | 1111000 | 1110110 | 1001001 | 0 | 10 | 100111 | 110101 | 111001 | 11000 | 100110 |
Color Harmonies of #787649
Complementary color
Monochromatic Colors of #787649
Black with #787649
Text Example
Text Example
White with #787649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787649; }
p { color: rgb(120,118,73); }
H1.HeaderClassName
{
color: #787649;
}
.AnyTagClassName
{
color: #787649;
}
</style>
background-color css
<style>
a { background-color: #787649; }
a { background-color: rgb(120,118,73); }
div.DivClassName
{
background-color: #787649;
}
.BgClassName
{
background-color: #787649;
}
</style>
border-color css
<style>
span { border-color: #787649; }
span { border-color: rgb(120,118,73); }
td.TdClassName
{
border-color: #787649;
}
.TagClassName
{
border-color: #787649;
}
</style>