Shades of Go Ben #7A7151
Tints of Go Ben #7A7151
RGB
CMYK
RGB Variations
Color information
#7A7151 (or 0x7A7151) is known color: Go Ben. HEX triplet: 7A, 71 and 51. RGB value is (122,113,81). Sum of RGB (Red+Green+Blue) = 122+113+81=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7151 is #858EAE. Grayscale: #707070. Windows color (decimal): -8752815 or 5337466. OLE color: 5337466.
HSL color Cylindrical-coordinate representation of color #7A7151: hue angle of 46.83º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A7151 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 81 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.52 |
| HSL | 46.83º | 0.2% | 0.4% | - |
| HSV(B) | 46.83º | 0.34% | 0.48% | - |
| XYZ | 15.42 | 16.54 | 10.16 | - |
| YUV | 112.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 81 | 0 | 0.07 | 0.34 | 0.52 | 46.83 | 0.2 | 0.4 |
| Hex | 7A | 71 | 51 | 0 | 7 | 22 | 34 | 2F | 14 | 28 |
| Octal | 172 | 161 | 121 | 0 | 7 | 42 | 64 | 57 | 24 | 50 |
| Binary | 1111010 | 1110001 | 1010001 | 0 | 111 | 100010 | 110100 | 101111 | 10100 | 101000 |
Color Harmonies of #7A7151
Complementary color
Monochromatic Colors of #7A7151
Black with #7A7151
Text Example
Text Example
White with #7A7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7151; }
p { color: rgb(122,113,81); }
H1.HeaderClassName
{
color: #7A7151;
}
.AnyTagClassName
{
color: #7A7151;
}
</style>
background-color css
<style>
a { background-color: #7A7151; }
a { background-color: rgb(122,113,81); }
div.DivClassName
{
background-color: #7A7151;
}
.BgClassName
{
background-color: #7A7151;
}
</style>
border-color css
<style>
span { border-color: #7A7151; }
span { border-color: rgb(122,113,81); }
td.TdClassName
{
border-color: #7A7151;
}
.TagClassName
{
border-color: #7A7151;
}
</style>