Shades of Go Ben #7D6C47
Tints of Go Ben #7D6C47
RGB
CMYK
RGB Variations
Color information
#7D6C47 (or 0x7D6C47) is known color: Go Ben. HEX triplet: 7D, 6C and 47. RGB value is (125,108,71). Sum of RGB (Red+Green+Blue) = 125+108+71=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6C47 is #8293B8. Grayscale: #6D6D6D. Windows color (decimal): -8557497 or 4680829. OLE color: 4680829.
HSL color Cylindrical-coordinate representation of color #7D6C47: hue angle of 41.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D6C47 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 108 | 71 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.51 |
| HSL | 41.11º | 0.28% | 0.38% | - |
| HSV(B) | 41.11º | 0.43% | 0.49% | - |
| XYZ | 14.96 | 15.54 | 8.17 | - |
| YUV | 108.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 71 | 0 | 0.14 | 0.43 | 0.51 | 41.11 | 0.28 | 0.38 |
| Hex | 7D | 6C | 47 | 0 | E | 2B | 33 | 29 | 1C | 26 |
| Octal | 175 | 154 | 107 | 0 | 16 | 53 | 63 | 51 | 34 | 46 |
| Binary | 1111101 | 1101100 | 1000111 | 0 | 1110 | 101011 | 110011 | 101001 | 11100 | 100110 |
Color Harmonies of #7D6C47
Complementary color
Monochromatic Colors of #7D6C47
Black with #7D6C47
Text Example
Text Example
White with #7D6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6C47; }
p { color: rgb(125,108,71); }
H1.HeaderClassName
{
color: #7D6C47;
}
.AnyTagClassName
{
color: #7D6C47;
}
</style>
background-color css
<style>
a { background-color: #7D6C47; }
a { background-color: rgb(125,108,71); }
div.DivClassName
{
background-color: #7D6C47;
}
.BgClassName
{
background-color: #7D6C47;
}
</style>
border-color css
<style>
span { border-color: #7D6C47; }
span { border-color: rgb(125,108,71); }
td.TdClassName
{
border-color: #7D6C47;
}
.TagClassName
{
border-color: #7D6C47;
}
</style>