Shades of Go Ben #787351
Tints of Go Ben #787351
RGB
CMYK
RGB Variations
Color information
#787351 (or 0x787351) is known color: Go Ben. HEX triplet: 78, 73 and 51. RGB value is (120,115,81). Sum of RGB (Red+Green+Blue) = 120+115+81=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #787351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787351 is #878CAE. Grayscale: #707070. Windows color (decimal): -8883375 or 5337976. OLE color: 5337976.
HSL color Cylindrical-coordinate representation of color #787351: hue angle of 52.31º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787351 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 81 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.53 |
| HSL | 52.31º | 0.19% | 0.39% | - |
| HSV(B) | 52.31º | 0.33% | 0.47% | - |
| XYZ | 15.36 | 16.85 | 10.23 | - |
| YUV | 112.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 81 | 0 | 0.04 | 0.32 | 0.53 | 52.31 | 0.19 | 0.39 |
| Hex | 78 | 73 | 51 | 0 | 4 | 20 | 35 | 34 | 13 | 27 |
| Octal | 170 | 163 | 121 | 0 | 4 | 40 | 65 | 64 | 23 | 47 |
| Binary | 1111000 | 1110011 | 1010001 | 0 | 100 | 100000 | 110101 | 110100 | 10011 | 100111 |
Color Harmonies of #787351
Complementary color
Monochromatic Colors of #787351
Black with #787351
Text Example
Text Example
White with #787351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787351; }
p { color: rgb(120,115,81); }
H1.HeaderClassName
{
color: #787351;
}
.AnyTagClassName
{
color: #787351;
}
</style>
background-color css
<style>
a { background-color: #787351; }
a { background-color: rgb(120,115,81); }
div.DivClassName
{
background-color: #787351;
}
.BgClassName
{
background-color: #787351;
}
</style>
border-color css
<style>
span { border-color: #787351; }
span { border-color: rgb(120,115,81); }
td.TdClassName
{
border-color: #787351;
}
.TagClassName
{
border-color: #787351;
}
</style>