Shades of Go Ben #787349
Tints of Go Ben #787349
RGB
CMYK
RGB Variations
Color information
#787349 (or 0x787349) is known color: Go Ben. HEX triplet: 78, 73 and 49. RGB value is (120,115,73). Sum of RGB (Red+Green+Blue) = 120+115+73=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #787349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787349 is #878CB6. Grayscale: #6F6F6F. Windows color (decimal): -8883383 or 4813688. OLE color: 4813688.
HSL color Cylindrical-coordinate representation of color #787349: hue angle of 53.62º 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 #787349 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 73 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.53 |
| HSL | 53.62º | 0.24% | 0.38% | - |
| HSV(B) | 53.62º | 0.39% | 0.47% | - |
| XYZ | 15.08 | 16.74 | 8.74 | - |
| YUV | 111.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 73 | 0 | 0.04 | 0.39 | 0.53 | 53.62 | 0.24 | 0.38 |
| Hex | 78 | 73 | 49 | 0 | 4 | 27 | 35 | 36 | 18 | 26 |
| Octal | 170 | 163 | 111 | 0 | 4 | 47 | 65 | 66 | 30 | 46 |
| Binary | 1111000 | 1110011 | 1001001 | 0 | 100 | 100111 | 110101 | 110110 | 11000 | 100110 |
Color Harmonies of #787349
Complementary color
Monochromatic Colors of #787349
Black with #787349
Text Example
Text Example
White with #787349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787349; }
p { color: rgb(120,115,73); }
H1.HeaderClassName
{
color: #787349;
}
.AnyTagClassName
{
color: #787349;
}
</style>
background-color css
<style>
a { background-color: #787349; }
a { background-color: rgb(120,115,73); }
div.DivClassName
{
background-color: #787349;
}
.BgClassName
{
background-color: #787349;
}
</style>
border-color css
<style>
span { border-color: #787349; }
span { border-color: rgb(120,115,73); }
td.TdClassName
{
border-color: #787349;
}
.TagClassName
{
border-color: #787349;
}
</style>