Shades of Go Ben #7B7343
Tints of Go Ben #7B7343
RGB
CMYK
RGB Variations
Color information
#7B7343 (or 0x7B7343) is known color: Go Ben. HEX triplet: 7B, 73 and 43. RGB value is (123,115,67). Sum of RGB (Red+Green+Blue) = 123+115+67=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7343 is #848CBC. Grayscale: #707070. Windows color (decimal): -8686781 or 4420475. OLE color: 4420475.
HSL color Cylindrical-coordinate representation of color #7B7343: hue angle of 51.43º 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 #7B7343 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 67 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.52 |
| HSL | 51.43º | 0.29% | 0.37% | - |
| HSV(B) | 51.43º | 0.46% | 0.48% | - |
| XYZ | 15.31 | 16.88 | 7.76 | - |
| YUV | 111.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 67 | 0 | 0.07 | 0.46 | 0.52 | 51.43 | 0.29 | 0.37 |
| Hex | 7B | 73 | 43 | 0 | 7 | 2E | 34 | 33 | 1D | 25 |
| Octal | 173 | 163 | 103 | 0 | 7 | 56 | 64 | 63 | 35 | 45 |
| Binary | 1111011 | 1110011 | 1000011 | 0 | 111 | 101110 | 110100 | 110011 | 11101 | 100101 |
Color Harmonies of #7B7343
Complementary color
Monochromatic Colors of #7B7343
Black with #7B7343
Text Example
Text Example
White with #7B7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7343; }
p { color: rgb(123,115,67); }
H1.HeaderClassName
{
color: #7B7343;
}
.AnyTagClassName
{
color: #7B7343;
}
</style>
background-color css
<style>
a { background-color: #7B7343; }
a { background-color: rgb(123,115,67); }
div.DivClassName
{
background-color: #7B7343;
}
.BgClassName
{
background-color: #7B7343;
}
</style>
border-color css
<style>
span { border-color: #7B7343; }
span { border-color: rgb(123,115,67); }
td.TdClassName
{
border-color: #7B7343;
}
.TagClassName
{
border-color: #7B7343;
}
</style>