Shades of Go Ben #787348
Tints of Go Ben #787348
RGB
CMYK
RGB Variations
Color information
#787348 (or 0x787348) is known color: Go Ben. HEX triplet: 78, 73 and 48. RGB value is (120,115,72). Sum of RGB (Red+Green+Blue) = 120+115+72=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #787348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787348 is #878CB7. Grayscale: #6F6F6F. Windows color (decimal): -8883384 or 4748152. OLE color: 4748152.
HSL color Cylindrical-coordinate representation of color #787348: hue angle of 53.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #787348 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 72 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.53 |
| HSL | 53.75º | 0.25% | 0.38% | - |
| HSV(B) | 53.75º | 0.4% | 0.47% | - |
| XYZ | 15.05 | 16.72 | 8.57 | - |
| YUV | 111.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 72 | 0 | 0.04 | 0.40 | 0.53 | 53.75 | 0.25 | 0.38 |
| Hex | 78 | 73 | 48 | 0 | 4 | 28 | 35 | 36 | 19 | 26 |
| Octal | 170 | 163 | 110 | 0 | 4 | 50 | 65 | 66 | 31 | 46 |
| Binary | 1111000 | 1110011 | 1001000 | 0 | 100 | 101000 | 110101 | 110110 | 11001 | 100110 |
Color Harmonies of #787348
Complementary color
Monochromatic Colors of #787348
Black with #787348
Text Example
Text Example
White with #787348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787348; }
p { color: rgb(120,115,72); }
H1.HeaderClassName
{
color: #787348;
}
.AnyTagClassName
{
color: #787348;
}
</style>
background-color css
<style>
a { background-color: #787348; }
a { background-color: rgb(120,115,72); }
div.DivClassName
{
background-color: #787348;
}
.BgClassName
{
background-color: #787348;
}
</style>
border-color css
<style>
span { border-color: #787348; }
span { border-color: rgb(120,115,72); }
td.TdClassName
{
border-color: #787348;
}
.TagClassName
{
border-color: #787348;
}
</style>