Shades of Go Ben #787350
Tints of Go Ben #787350
RGB
CMYK
RGB Variations
Color information
#787350 (or 0x787350) is known color: Go Ben. HEX triplet: 78, 73 and 50. RGB value is (120,115,80). Sum of RGB (Red+Green+Blue) = 120+115+80=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #787350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787350 is #878CAF. Grayscale: #707070. Windows color (decimal): -8883376 or 5272440. OLE color: 5272440.
HSL color Cylindrical-coordinate representation of color #787350: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787350 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 80 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.53 |
| HSL | 52.5º | 0.2% | 0.39% | - |
| HSV(B) | 52.5º | 0.33% | 0.47% | - |
| XYZ | 15.32 | 16.83 | 10.03 | - |
| YUV | 112.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 80 | 0 | 0.04 | 0.33 | 0.53 | 52.5 | 0.2 | 0.39 |
| Hex | 78 | 73 | 50 | 0 | 4 | 21 | 35 | 34 | 14 | 27 |
| Octal | 170 | 163 | 120 | 0 | 4 | 41 | 65 | 64 | 24 | 47 |
| Binary | 1111000 | 1110011 | 1010000 | 0 | 100 | 100001 | 110101 | 110100 | 10100 | 100111 |
Color Harmonies of #787350
Complementary color
Monochromatic Colors of #787350
Black with #787350
Text Example
Text Example
White with #787350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787350; }
p { color: rgb(120,115,80); }
H1.HeaderClassName
{
color: #787350;
}
.AnyTagClassName
{
color: #787350;
}
</style>
background-color css
<style>
a { background-color: #787350; }
a { background-color: rgb(120,115,80); }
div.DivClassName
{
background-color: #787350;
}
.BgClassName
{
background-color: #787350;
}
</style>
border-color css
<style>
span { border-color: #787350; }
span { border-color: rgb(120,115,80); }
td.TdClassName
{
border-color: #787350;
}
.TagClassName
{
border-color: #787350;
}
</style>