Shades of Go Ben #7B6B49
Tints of Go Ben #7B6B49
RGB
CMYK
RGB Variations
Color information
#7B6B49 (or 0x7B6B49) is known color: Go Ben. HEX triplet: 7B, 6B and 49. RGB value is (123,107,73). Sum of RGB (Red+Green+Blue) = 123+107+73=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6B49 is #8494B6. Grayscale: #6C6C6C. Windows color (decimal): -8688823 or 4811643. OLE color: 4811643.
HSL color Cylindrical-coordinate representation of color #7B6B49: hue angle of 40.8º 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 #7B6B49 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 107 | 73 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.52 |
| HSL | 40.8º | 0.26% | 0.38% | - |
| HSV(B) | 40.8º | 0.41% | 0.48% | - |
| XYZ | 14.63 | 15.21 | 8.47 | - |
| YUV | 107.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 73 | 0 | 0.13 | 0.41 | 0.52 | 40.8 | 0.26 | 0.38 |
| Hex | 7B | 6B | 49 | 0 | D | 29 | 34 | 29 | 1A | 26 |
| Octal | 173 | 153 | 111 | 0 | 15 | 51 | 64 | 51 | 32 | 46 |
| Binary | 1111011 | 1101011 | 1001001 | 0 | 1101 | 101001 | 110100 | 101001 | 11010 | 100110 |
Color Harmonies of #7B6B49
Complementary color
Monochromatic Colors of #7B6B49
Black with #7B6B49
Text Example
Text Example
White with #7B6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6B49; }
p { color: rgb(123,107,73); }
H1.HeaderClassName
{
color: #7B6B49;
}
.AnyTagClassName
{
color: #7B6B49;
}
</style>
background-color css
<style>
a { background-color: #7B6B49; }
a { background-color: rgb(123,107,73); }
div.DivClassName
{
background-color: #7B6B49;
}
.BgClassName
{
background-color: #7B6B49;
}
</style>
border-color css
<style>
span { border-color: #7B6B49; }
span { border-color: rgb(123,107,73); }
td.TdClassName
{
border-color: #7B6B49;
}
.TagClassName
{
border-color: #7B6B49;
}
</style>