Shades of Go Ben #7A754A
Tints of Go Ben #7A754A
RGB
CMYK
RGB Variations
Color information
#7A754A (or 0x7A754A) is known color: Go Ben. HEX triplet: 7A, 75 and 4A. RGB value is (122,117,74). Sum of RGB (Red+Green+Blue) = 122+117+74=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A754A is #858AB5. Grayscale: #717171. Windows color (decimal): -8751798 or 4879738. OLE color: 4879738.
HSL color Cylindrical-coordinate representation of color #7A754A: hue angle of 53.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A754A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 74 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.52 |
| HSL | 53.75º | 0.24% | 0.38% | - |
| HSV(B) | 53.75º | 0.39% | 0.48% | - |
| XYZ | 15.62 | 17.35 | 9 | - |
| YUV | 113.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 74 | 0 | 0.04 | 0.39 | 0.52 | 53.75 | 0.24 | 0.38 |
| Hex | 7A | 75 | 4A | 0 | 4 | 27 | 34 | 36 | 18 | 26 |
| Octal | 172 | 165 | 112 | 0 | 4 | 47 | 64 | 66 | 30 | 46 |
| Binary | 1111010 | 1110101 | 1001010 | 0 | 100 | 100111 | 110100 | 110110 | 11000 | 100110 |
Color Harmonies of #7A754A
Complementary color
Monochromatic Colors of #7A754A
Black with #7A754A
Text Example
Text Example
White with #7A754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A754A; }
p { color: rgb(122,117,74); }
H1.HeaderClassName
{
color: #7A754A;
}
.AnyTagClassName
{
color: #7A754A;
}
</style>
background-color css
<style>
a { background-color: #7A754A; }
a { background-color: rgb(122,117,74); }
div.DivClassName
{
background-color: #7A754A;
}
.BgClassName
{
background-color: #7A754A;
}
</style>
border-color css
<style>
span { border-color: #7A754A; }
span { border-color: rgb(122,117,74); }
td.TdClassName
{
border-color: #7A754A;
}
.TagClassName
{
border-color: #7A754A;
}
</style>