Shades of Go Ben #7A754C
Tints of Go Ben #7A754C
RGB
CMYK
RGB Variations
Color information
#7A754C (or 0x7A754C) is known color: Go Ben. HEX triplet: 7A, 75 and 4C. RGB value is (122,117,76). Sum of RGB (Red+Green+Blue) = 122+117+76=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A754C is #858AB3. Grayscale: #717171. Windows color (decimal): -8751796 or 5010810. OLE color: 5010810.
HSL color Cylindrical-coordinate representation of color #7A754C: hue angle of 53.48º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A754C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 76 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.52 |
| HSL | 53.48º | 0.23% | 0.39% | - |
| HSV(B) | 53.48º | 0.38% | 0.48% | - |
| XYZ | 15.69 | 17.38 | 9.37 | - |
| YUV | 113.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 76 | 0 | 0.04 | 0.38 | 0.52 | 53.48 | 0.23 | 0.39 |
| Hex | 7A | 75 | 4C | 0 | 4 | 26 | 34 | 35 | 17 | 27 |
| Octal | 172 | 165 | 114 | 0 | 4 | 46 | 64 | 65 | 27 | 47 |
| Binary | 1111010 | 1110101 | 1001100 | 0 | 100 | 100110 | 110100 | 110101 | 10111 | 100111 |
Color Harmonies of #7A754C
Complementary color
Monochromatic Colors of #7A754C
Black with #7A754C
Text Example
Text Example
White with #7A754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A754C; }
p { color: rgb(122,117,76); }
H1.HeaderClassName
{
color: #7A754C;
}
.AnyTagClassName
{
color: #7A754C;
}
</style>
background-color css
<style>
a { background-color: #7A754C; }
a { background-color: rgb(122,117,76); }
div.DivClassName
{
background-color: #7A754C;
}
.BgClassName
{
background-color: #7A754C;
}
</style>
border-color css
<style>
span { border-color: #7A754C; }
span { border-color: rgb(122,117,76); }
td.TdClassName
{
border-color: #7A754C;
}
.TagClassName
{
border-color: #7A754C;
}
</style>