Shades of Go Ben #7D7251
Tints of Go Ben #7D7251
RGB
CMYK
RGB Variations
Color information
#7D7251 (or 0x7D7251) is known color: Go Ben. HEX triplet: 7D, 72 and 51. RGB value is (125,114,81). Sum of RGB (Red+Green+Blue) = 125+114+81=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7251 is #828DAE. Grayscale: #717171. Windows color (decimal): -8555951 or 5337725. OLE color: 5337725.
HSL color Cylindrical-coordinate representation of color #7D7251: hue angle of 45º 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 #7D7251 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 81 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.51 |
| HSL | 45º | 0.21% | 0.4% | - |
| HSV(B) | 45º | 0.35% | 0.49% | - |
| XYZ | 15.96 | 16.99 | 10.22 | - |
| YUV | 113.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 81 | 0 | 0.09 | 0.35 | 0.51 | 45 | 0.21 | 0.4 |
| Hex | 7D | 72 | 51 | 0 | 9 | 23 | 33 | 2D | 15 | 28 |
| Octal | 175 | 162 | 121 | 0 | 11 | 43 | 63 | 55 | 25 | 50 |
| Binary | 1111101 | 1110010 | 1010001 | 0 | 1001 | 100011 | 110011 | 101101 | 10101 | 101000 |
Color Harmonies of #7D7251
Complementary color
Monochromatic Colors of #7D7251
Black with #7D7251
Text Example
Text Example
White with #7D7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7251; }
p { color: rgb(125,114,81); }
H1.HeaderClassName
{
color: #7D7251;
}
.AnyTagClassName
{
color: #7D7251;
}
</style>
background-color css
<style>
a { background-color: #7D7251; }
a { background-color: rgb(125,114,81); }
div.DivClassName
{
background-color: #7D7251;
}
.BgClassName
{
background-color: #7D7251;
}
</style>
border-color css
<style>
span { border-color: #7D7251; }
span { border-color: rgb(125,114,81); }
td.TdClassName
{
border-color: #7D7251;
}
.TagClassName
{
border-color: #7D7251;
}
</style>