Shades of Go Ben #7B723F
Tints of Go Ben #7B723F
RGB
CMYK
RGB Variations
Color information
#7B723F (or 0x7B723F) is known color: Go Ben. HEX triplet: 7B, 72 and 3F. RGB value is (123,114,63). Sum of RGB (Red+Green+Blue) = 123+114+63=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B723F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B723F is #848DC0. Grayscale: #6F6F6F. Windows color (decimal): -8687041 or 4158075. OLE color: 4158075.
HSL color Cylindrical-coordinate representation of color #7B723F: hue angle of 51º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B723F is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 63 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.52 |
| HSL | 51º | 0.32% | 0.36% | - |
| HSV(B) | 51º | 0.49% | 0.48% | - |
| XYZ | 15.08 | 16.6 | 7.11 | - |
| YUV | 110.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 63 | 0 | 0.07 | 0.49 | 0.52 | 51 | 0.32 | 0.36 |
| Hex | 7B | 72 | 3F | 0 | 7 | 31 | 34 | 33 | 20 | 24 |
| Octal | 173 | 162 | 77 | 0 | 7 | 61 | 64 | 63 | 40 | 44 |
| Binary | 1111011 | 1110010 | 111111 | 0 | 111 | 110001 | 110100 | 110011 | 100000 | 100100 |
Color Harmonies of #7B723F
Complementary color
Monochromatic Colors of #7B723F
Black with #7B723F
Text Example
Text Example
White with #7B723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B723F; }
p { color: rgb(123,114,63); }
H1.HeaderClassName
{
color: #7B723F;
}
.AnyTagClassName
{
color: #7B723F;
}
</style>
background-color css
<style>
a { background-color: #7B723F; }
a { background-color: rgb(123,114,63); }
div.DivClassName
{
background-color: #7B723F;
}
.BgClassName
{
background-color: #7B723F;
}
</style>
border-color css
<style>
span { border-color: #7B723F; }
span { border-color: rgb(123,114,63); }
td.TdClassName
{
border-color: #7B723F;
}
.TagClassName
{
border-color: #7B723F;
}
</style>