Shades of Go Ben #7B713D
Tints of Go Ben #7B713D
RGB
CMYK
RGB Variations
Color information
#7B713D (or 0x7B713D) is known color: Go Ben. HEX triplet: 7B, 71 and 3D. RGB value is (123,113,61). Sum of RGB (Red+Green+Blue) = 123+113+61=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B713D is #848EC2. Grayscale: #6E6E6E. Windows color (decimal): -8687299 or 4026747. OLE color: 4026747.
HSL color Cylindrical-coordinate representation of color #7B713D: hue angle of 50.32º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B713D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 61 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.52 |
| HSL | 50.32º | 0.34% | 0.36% | - |
| HSV(B) | 50.32º | 0.5% | 0.48% | - |
| XYZ | 14.92 | 16.36 | 6.79 | - |
| YUV | 110.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 61 | 0 | 0.08 | 0.50 | 0.52 | 50.32 | 0.34 | 0.36 |
| Hex | 7B | 71 | 3D | 0 | 8 | 32 | 34 | 32 | 22 | 24 |
| Octal | 173 | 161 | 75 | 0 | 10 | 62 | 64 | 62 | 42 | 44 |
| Binary | 1111011 | 1110001 | 111101 | 0 | 1000 | 110010 | 110100 | 110010 | 100010 | 100100 |
Color Harmonies of #7B713D
Complementary color
Monochromatic Colors of #7B713D
Black with #7B713D
Text Example
Text Example
White with #7B713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B713D; }
p { color: rgb(123,113,61); }
H1.HeaderClassName
{
color: #7B713D;
}
.AnyTagClassName
{
color: #7B713D;
}
</style>
background-color css
<style>
a { background-color: #7B713D; }
a { background-color: rgb(123,113,61); }
div.DivClassName
{
background-color: #7B713D;
}
.BgClassName
{
background-color: #7B713D;
}
</style>
border-color css
<style>
span { border-color: #7B713D; }
span { border-color: rgb(123,113,61); }
td.TdClassName
{
border-color: #7B713D;
}
.TagClassName
{
border-color: #7B713D;
}
</style>