Shades of Go Ben #7A6F3B
Tints of Go Ben #7A6F3B
RGB
CMYK
RGB Variations
Color information
#7A6F3B (or 0x7A6F3B) is known color: Go Ben. HEX triplet: 7A, 6F and 3B. RGB value is (122,111,59). Sum of RGB (Red+Green+Blue) = 122+111+59=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F3B is #8590C4. Grayscale: #6C6C6C. Windows color (decimal): -8753349 or 3895162. OLE color: 3895162.
HSL color Cylindrical-coordinate representation of color #7A6F3B: hue angle of 49.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A6F3B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 59 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.52 |
| HSL | 49.52º | 0.35% | 0.35% | - |
| HSV(B) | 49.52º | 0.52% | 0.48% | - |
| XYZ | 14.5 | 15.82 | 6.43 | - |
| YUV | 108.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 59 | 0 | 0.09 | 0.52 | 0.52 | 49.52 | 0.35 | 0.35 |
| Hex | 7A | 6F | 3B | 0 | 9 | 34 | 34 | 32 | 23 | 23 |
| Octal | 172 | 157 | 73 | 0 | 11 | 64 | 64 | 62 | 43 | 43 |
| Binary | 1111010 | 1101111 | 111011 | 0 | 1001 | 110100 | 110100 | 110010 | 100011 | 100011 |
Color Harmonies of #7A6F3B
Complementary color
Monochromatic Colors of #7A6F3B
Black with #7A6F3B
Text Example
Text Example
White with #7A6F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F3B; }
p { color: rgb(122,111,59); }
H1.HeaderClassName
{
color: #7A6F3B;
}
.AnyTagClassName
{
color: #7A6F3B;
}
</style>
background-color css
<style>
a { background-color: #7A6F3B; }
a { background-color: rgb(122,111,59); }
div.DivClassName
{
background-color: #7A6F3B;
}
.BgClassName
{
background-color: #7A6F3B;
}
</style>
border-color css
<style>
span { border-color: #7A6F3B; }
span { border-color: rgb(122,111,59); }
td.TdClassName
{
border-color: #7A6F3B;
}
.TagClassName
{
border-color: #7A6F3B;
}
</style>