Shades of Go Ben #7A6C46
Tints of Go Ben #7A6C46
RGB
CMYK
RGB Variations
Color information
#7A6C46 (or 0x7A6C46) is known color: Go Ben. HEX triplet: 7A, 6C and 46. RGB value is (122,108,70). Sum of RGB (Red+Green+Blue) = 122+108+70=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6C46 is #8593B9. Grayscale: #6C6C6C. Windows color (decimal): -8754106 or 4615290. OLE color: 4615290.
HSL color Cylindrical-coordinate representation of color #7A6C46: hue angle of 43.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6C46 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 70 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.52 |
| HSL | 43.85º | 0.27% | 0.38% | - |
| HSV(B) | 43.85º | 0.43% | 0.48% | - |
| XYZ | 14.49 | 15.3 | 7.98 | - |
| YUV | 107.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 70 | 0 | 0.11 | 0.43 | 0.52 | 43.85 | 0.27 | 0.38 |
| Hex | 7A | 6C | 46 | 0 | B | 2B | 34 | 2C | 1B | 26 |
| Octal | 172 | 154 | 106 | 0 | 13 | 53 | 64 | 54 | 33 | 46 |
| Binary | 1111010 | 1101100 | 1000110 | 0 | 1011 | 101011 | 110100 | 101100 | 11011 | 100110 |
Color Harmonies of #7A6C46
Complementary color
Monochromatic Colors of #7A6C46
Black with #7A6C46
Text Example
Text Example
White with #7A6C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C46; }
p { color: rgb(122,108,70); }
H1.HeaderClassName
{
color: #7A6C46;
}
.AnyTagClassName
{
color: #7A6C46;
}
</style>
background-color css
<style>
a { background-color: #7A6C46; }
a { background-color: rgb(122,108,70); }
div.DivClassName
{
background-color: #7A6C46;
}
.BgClassName
{
background-color: #7A6C46;
}
</style>
border-color css
<style>
span { border-color: #7A6C46; }
span { border-color: rgb(122,108,70); }
td.TdClassName
{
border-color: #7A6C46;
}
.TagClassName
{
border-color: #7A6C46;
}
</style>