Shades of Go Ben #7B6A49
Tints of Go Ben #7B6A49
RGB
CMYK
RGB Variations
Color information
#7B6A49 (or 0x7B6A49) is known color: Go Ben. HEX triplet: 7B, 6A and 49. RGB value is (123,106,73). Sum of RGB (Red+Green+Blue) = 123+106+73=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6A49 is #8495B6. Grayscale: #6B6B6B. Windows color (decimal): -8689079 or 4811387. OLE color: 4811387.
HSL color Cylindrical-coordinate representation of color #7B6A49: hue angle of 39.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B6A49 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 106 | 73 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.52 |
| HSL | 39.6º | 0.26% | 0.38% | - |
| HSV(B) | 39.6º | 0.41% | 0.48% | - |
| XYZ | 14.53 | 15 | 8.43 | - |
| YUV | 107.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 73 | 0 | 0.14 | 0.41 | 0.52 | 39.6 | 0.26 | 0.38 |
| Hex | 7B | 6A | 49 | 0 | E | 29 | 34 | 28 | 1A | 26 |
| Octal | 173 | 152 | 111 | 0 | 16 | 51 | 64 | 50 | 32 | 46 |
| Binary | 1111011 | 1101010 | 1001001 | 0 | 1110 | 101001 | 110100 | 101000 | 11010 | 100110 |
Color Harmonies of #7B6A49
Complementary color
Monochromatic Colors of #7B6A49
Black with #7B6A49
Text Example
Text Example
White with #7B6A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A49; }
p { color: rgb(123,106,73); }
H1.HeaderClassName
{
color: #7B6A49;
}
.AnyTagClassName
{
color: #7B6A49;
}
</style>
background-color css
<style>
a { background-color: #7B6A49; }
a { background-color: rgb(123,106,73); }
div.DivClassName
{
background-color: #7B6A49;
}
.BgClassName
{
background-color: #7B6A49;
}
</style>
border-color css
<style>
span { border-color: #7B6A49; }
span { border-color: rgb(123,106,73); }
td.TdClassName
{
border-color: #7B6A49;
}
.TagClassName
{
border-color: #7B6A49;
}
</style>