Shades of Go Ben #7A6B46
Tints of Go Ben #7A6B46
RGB
CMYK
RGB Variations
Color information
#7A6B46 (or 0x7A6B46) is known color: Go Ben. HEX triplet: 7A, 6B and 46. RGB value is (122,107,70). Sum of RGB (Red+Green+Blue) = 122+107+70=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B46 is #8594B9. Grayscale: #6B6B6B. Windows color (decimal): -8754362 or 4615034. OLE color: 4615034.
HSL color Cylindrical-coordinate representation of color #7A6B46: hue angle of 42.69º 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 #7A6B46 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 70 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.52 |
| HSL | 42.69º | 0.27% | 0.38% | - |
| HSV(B) | 42.69º | 0.43% | 0.48% | - |
| XYZ | 14.39 | 15.1 | 7.95 | - |
| YUV | 107.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 70 | 0 | 0.12 | 0.43 | 0.52 | 42.69 | 0.27 | 0.38 |
| Hex | 7A | 6B | 46 | 0 | C | 2B | 34 | 2B | 1B | 26 |
| Octal | 172 | 153 | 106 | 0 | 14 | 53 | 64 | 53 | 33 | 46 |
| Binary | 1111010 | 1101011 | 1000110 | 0 | 1100 | 101011 | 110100 | 101011 | 11011 | 100110 |
Color Harmonies of #7A6B46
Complementary color
Monochromatic Colors of #7A6B46
Black with #7A6B46
Text Example
Text Example
White with #7A6B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B46; }
p { color: rgb(122,107,70); }
H1.HeaderClassName
{
color: #7A6B46;
}
.AnyTagClassName
{
color: #7A6B46;
}
</style>
background-color css
<style>
a { background-color: #7A6B46; }
a { background-color: rgb(122,107,70); }
div.DivClassName
{
background-color: #7A6B46;
}
.BgClassName
{
background-color: #7A6B46;
}
</style>
border-color css
<style>
span { border-color: #7A6B46; }
span { border-color: rgb(122,107,70); }
td.TdClassName
{
border-color: #7A6B46;
}
.TagClassName
{
border-color: #7A6B46;
}
</style>