Shades of Go Ben #7D7551
Tints of Go Ben #7D7551
RGB
CMYK
RGB Variations
Color information
#7D7551 (or 0x7D7551) is known color: Go Ben. HEX triplet: 7D, 75 and 51. RGB value is (125,117,81). Sum of RGB (Red+Green+Blue) = 125+117+81=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7551 is #828AAE. Grayscale: #737373. Windows color (decimal): -8555183 or 5338493. OLE color: 5338493.
HSL color Cylindrical-coordinate representation of color #7D7551: hue angle of 49.09º 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 #7D7551 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 81 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.51 |
| HSL | 49.09º | 0.21% | 0.4% | - |
| HSV(B) | 49.09º | 0.35% | 0.49% | - |
| XYZ | 16.3 | 17.68 | 10.34 | - |
| YUV | 115.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 81 | 0 | 0.06 | 0.35 | 0.51 | 49.09 | 0.21 | 0.4 |
| Hex | 7D | 75 | 51 | 0 | 6 | 23 | 33 | 31 | 15 | 28 |
| Octal | 175 | 165 | 121 | 0 | 6 | 43 | 63 | 61 | 25 | 50 |
| Binary | 1111101 | 1110101 | 1010001 | 0 | 110 | 100011 | 110011 | 110001 | 10101 | 101000 |
Color Harmonies of #7D7551
Complementary color
Monochromatic Colors of #7D7551
Black with #7D7551
Text Example
Text Example
White with #7D7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7551; }
p { color: rgb(125,117,81); }
H1.HeaderClassName
{
color: #7D7551;
}
.AnyTagClassName
{
color: #7D7551;
}
</style>
background-color css
<style>
a { background-color: #7D7551; }
a { background-color: rgb(125,117,81); }
div.DivClassName
{
background-color: #7D7551;
}
.BgClassName
{
background-color: #7D7551;
}
</style>
border-color css
<style>
span { border-color: #7D7551; }
span { border-color: rgb(125,117,81); }
td.TdClassName
{
border-color: #7D7551;
}
.TagClassName
{
border-color: #7D7551;
}
</style>