Shades of Go Ben #7A6E3F
Tints of Go Ben #7A6E3F
RGB
CMYK
RGB Variations
Color information
#7A6E3F (or 0x7A6E3F) is known color: Go Ben. HEX triplet: 7A, 6E and 3F. RGB value is (122,110,63). Sum of RGB (Red+Green+Blue) = 122+110+63=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6E3F is #8591C0. Grayscale: #6C6C6C. Windows color (decimal): -8753601 or 4157050. OLE color: 4157050.
HSL color Cylindrical-coordinate representation of color #7A6E3F: hue angle of 47.8º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A6E3F is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 63 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.52 |
| HSL | 47.8º | 0.32% | 0.36% | - |
| HSV(B) | 47.8º | 0.48% | 0.48% | - |
| XYZ | 14.5 | 15.65 | 6.96 | - |
| YUV | 108.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 63 | 0 | 0.10 | 0.48 | 0.52 | 47.8 | 0.32 | 0.36 |
| Hex | 7A | 6E | 3F | 0 | A | 30 | 34 | 30 | 20 | 24 |
| Octal | 172 | 156 | 77 | 0 | 12 | 60 | 64 | 60 | 40 | 44 |
| Binary | 1111010 | 1101110 | 111111 | 0 | 1010 | 110000 | 110100 | 110000 | 100000 | 100100 |
Color Harmonies of #7A6E3F
Complementary color
Monochromatic Colors of #7A6E3F
Black with #7A6E3F
Text Example
Text Example
White with #7A6E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E3F; }
p { color: rgb(122,110,63); }
H1.HeaderClassName
{
color: #7A6E3F;
}
.AnyTagClassName
{
color: #7A6E3F;
}
</style>
background-color css
<style>
a { background-color: #7A6E3F; }
a { background-color: rgb(122,110,63); }
div.DivClassName
{
background-color: #7A6E3F;
}
.BgClassName
{
background-color: #7A6E3F;
}
</style>
border-color css
<style>
span { border-color: #7A6E3F; }
span { border-color: rgb(122,110,63); }
td.TdClassName
{
border-color: #7A6E3F;
}
.TagClassName
{
border-color: #7A6E3F;
}
</style>