Shades of Go Ben #7B7143
Tints of Go Ben #7B7143
RGB
CMYK
RGB Variations
Color information
#7B7143 (or 0x7B7143) is known color: Go Ben. HEX triplet: 7B, 71 and 43. RGB value is (123,113,67). Sum of RGB (Red+Green+Blue) = 123+113+67=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7143 is #848EBC. Grayscale: #6E6E6E. Windows color (decimal): -8687293 or 4419963. OLE color: 4419963.
HSL color Cylindrical-coordinate representation of color #7B7143: hue angle of 49.29º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B7143 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 67 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.52 |
| HSL | 49.29º | 0.29% | 0.37% | - |
| HSV(B) | 49.29º | 0.46% | 0.48% | - |
| XYZ | 15.09 | 16.43 | 7.69 | - |
| YUV | 110.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 67 | 0 | 0.08 | 0.46 | 0.52 | 49.29 | 0.29 | 0.37 |
| Hex | 7B | 71 | 43 | 0 | 8 | 2E | 34 | 31 | 1D | 25 |
| Octal | 173 | 161 | 103 | 0 | 10 | 56 | 64 | 61 | 35 | 45 |
| Binary | 1111011 | 1110001 | 1000011 | 0 | 1000 | 101110 | 110100 | 110001 | 11101 | 100101 |
Color Harmonies of #7B7143
Complementary color
Monochromatic Colors of #7B7143
Black with #7B7143
Text Example
Text Example
White with #7B7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7143; }
p { color: rgb(123,113,67); }
H1.HeaderClassName
{
color: #7B7143;
}
.AnyTagClassName
{
color: #7B7143;
}
</style>
background-color css
<style>
a { background-color: #7B7143; }
a { background-color: rgb(123,113,67); }
div.DivClassName
{
background-color: #7B7143;
}
.BgClassName
{
background-color: #7B7143;
}
</style>
border-color css
<style>
span { border-color: #7B7143; }
span { border-color: rgb(123,113,67); }
td.TdClassName
{
border-color: #7B7143;
}
.TagClassName
{
border-color: #7B7143;
}
</style>