Shades of Go Ben #7C7551
Tints of Go Ben #7C7551
RGB
CMYK
RGB Variations
Color information
#7C7551 (or 0x7C7551) is known color: Go Ben. HEX triplet: 7C, 75 and 51. RGB value is (124,117,81). Sum of RGB (Red+Green+Blue) = 124+117+81=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7551 is #838AAE. Grayscale: #737373. Windows color (decimal): -8620719 or 5338492. OLE color: 5338492.
HSL color Cylindrical-coordinate representation of color #7C7551: hue angle of 50.23º 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 #7C7551 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 81 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.51 |
| HSL | 50.23º | 0.21% | 0.4% | - |
| HSV(B) | 50.23º | 0.35% | 0.49% | - |
| XYZ | 16.16 | 17.6 | 10.33 | - |
| YUV | 114.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 81 | 0 | 0.06 | 0.35 | 0.51 | 50.23 | 0.21 | 0.4 |
| Hex | 7C | 75 | 51 | 0 | 6 | 23 | 33 | 32 | 15 | 28 |
| Octal | 174 | 165 | 121 | 0 | 6 | 43 | 63 | 62 | 25 | 50 |
| Binary | 1111100 | 1110101 | 1010001 | 0 | 110 | 100011 | 110011 | 110010 | 10101 | 101000 |
Color Harmonies of #7C7551
Complementary color
Monochromatic Colors of #7C7551
Black with #7C7551
Text Example
Text Example
White with #7C7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7551; }
p { color: rgb(124,117,81); }
H1.HeaderClassName
{
color: #7C7551;
}
.AnyTagClassName
{
color: #7C7551;
}
</style>
background-color css
<style>
a { background-color: #7C7551; }
a { background-color: rgb(124,117,81); }
div.DivClassName
{
background-color: #7C7551;
}
.BgClassName
{
background-color: #7C7551;
}
</style>
border-color css
<style>
span { border-color: #7C7551; }
span { border-color: rgb(124,117,81); }
td.TdClassName
{
border-color: #7C7551;
}
.TagClassName
{
border-color: #7C7551;
}
</style>