Shades of Go Ben #7D7351
Tints of Go Ben #7D7351
RGB
CMYK
RGB Variations
Color information
#7D7351 (or 0x7D7351) is known color: Go Ben. HEX triplet: 7D, 73 and 51. RGB value is (125,115,81). Sum of RGB (Red+Green+Blue) = 125+115+81=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7351 is #828CAE. Grayscale: #727272. Windows color (decimal): -8555695 or 5337981. OLE color: 5337981.
HSL color Cylindrical-coordinate representation of color #7D7351: hue angle of 46.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7351 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 81 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.51 |
| HSL | 46.36º | 0.21% | 0.4% | - |
| HSV(B) | 46.36º | 0.35% | 0.49% | - |
| XYZ | 16.07 | 17.22 | 10.26 | - |
| YUV | 114.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 81 | 0 | 0.08 | 0.35 | 0.51 | 46.36 | 0.21 | 0.4 |
| Hex | 7D | 73 | 51 | 0 | 8 | 23 | 33 | 2E | 15 | 28 |
| Octal | 175 | 163 | 121 | 0 | 10 | 43 | 63 | 56 | 25 | 50 |
| Binary | 1111101 | 1110011 | 1010001 | 0 | 1000 | 100011 | 110011 | 101110 | 10101 | 101000 |
Color Harmonies of #7D7351
Complementary color
Monochromatic Colors of #7D7351
Black with #7D7351
Text Example
Text Example
White with #7D7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7351; }
p { color: rgb(125,115,81); }
H1.HeaderClassName
{
color: #7D7351;
}
.AnyTagClassName
{
color: #7D7351;
}
</style>
background-color css
<style>
a { background-color: #7D7351; }
a { background-color: rgb(125,115,81); }
div.DivClassName
{
background-color: #7D7351;
}
.BgClassName
{
background-color: #7D7351;
}
</style>
border-color css
<style>
span { border-color: #7D7351; }
span { border-color: rgb(125,115,81); }
td.TdClassName
{
border-color: #7D7351;
}
.TagClassName
{
border-color: #7D7351;
}
</style>