Shades of Go Ben #7A7842
Tints of Go Ben #7A7842
RGB
CMYK
RGB Variations
Color information
#7A7842 (or 0x7A7842) is known color: Go Ben. HEX triplet: 7A, 78 and 42. RGB value is (122,120,66). Sum of RGB (Red+Green+Blue) = 122+120+66=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7842 is #8587BD. Grayscale: #727272. Windows color (decimal): -8751038 or 4356218. OLE color: 4356218.
HSL color Cylindrical-coordinate representation of color #7A7842: hue angle of 57.86º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A7842 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 66 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.52 |
| HSL | 57.86º | 0.3% | 0.37% | - |
| HSV(B) | 57.86º | 0.46% | 0.48% | - |
| XYZ | 15.73 | 17.96 | 7.79 | - |
| YUV | 114.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 66 | 0 | 0.02 | 0.46 | 0.52 | 57.86 | 0.3 | 0.37 |
| Hex | 7A | 78 | 42 | 0 | 2 | 2E | 34 | 3A | 1E | 25 |
| Octal | 172 | 170 | 102 | 0 | 2 | 56 | 64 | 72 | 36 | 45 |
| Binary | 1111010 | 1111000 | 1000010 | 0 | 10 | 101110 | 110100 | 111010 | 11110 | 100101 |
Color Harmonies of #7A7842
Complementary color
Monochromatic Colors of #7A7842
Black with #7A7842
Text Example
Text Example
White with #7A7842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7842; }
p { color: rgb(122,120,66); }
H1.HeaderClassName
{
color: #7A7842;
}
.AnyTagClassName
{
color: #7A7842;
}
</style>
background-color css
<style>
a { background-color: #7A7842; }
a { background-color: rgb(122,120,66); }
div.DivClassName
{
background-color: #7A7842;
}
.BgClassName
{
background-color: #7A7842;
}
</style>
border-color css
<style>
span { border-color: #7A7842; }
span { border-color: rgb(122,120,66); }
td.TdClassName
{
border-color: #7A7842;
}
.TagClassName
{
border-color: #7A7842;
}
</style>