Shades of Go Ben #7D6E3F
Tints of Go Ben #7D6E3F
RGB
CMYK
RGB Variations
Color information
#7D6E3F (or 0x7D6E3F) is known color: Go Ben. HEX triplet: 7D, 6E and 3F. RGB value is (125,110,63). Sum of RGB (Red+Green+Blue) = 125+110+63=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E3F is #8291C0. Grayscale: #6D6D6D. Windows color (decimal): -8556993 or 4157053. OLE color: 4157053.
HSL color Cylindrical-coordinate representation of color #7D6E3F: hue angle of 45.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6E3F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 63 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.51 |
| HSL | 45.48º | 0.33% | 0.37% | - |
| HSV(B) | 45.48º | 0.5% | 0.49% | - |
| XYZ | 14.93 | 15.87 | 6.98 | - |
| YUV | 109.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 63 | 0 | 0.12 | 0.50 | 0.51 | 45.48 | 0.33 | 0.37 |
| Hex | 7D | 6E | 3F | 0 | C | 32 | 33 | 2D | 21 | 25 |
| Octal | 175 | 156 | 77 | 0 | 14 | 62 | 63 | 55 | 41 | 45 |
| Binary | 1111101 | 1101110 | 111111 | 0 | 1100 | 110010 | 110011 | 101101 | 100001 | 100101 |
Color Harmonies of #7D6E3F
Complementary color
Monochromatic Colors of #7D6E3F
Black with #7D6E3F
Text Example
Text Example
White with #7D6E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E3F; }
p { color: rgb(125,110,63); }
H1.HeaderClassName
{
color: #7D6E3F;
}
.AnyTagClassName
{
color: #7D6E3F;
}
</style>
background-color css
<style>
a { background-color: #7D6E3F; }
a { background-color: rgb(125,110,63); }
div.DivClassName
{
background-color: #7D6E3F;
}
.BgClassName
{
background-color: #7D6E3F;
}
</style>
border-color css
<style>
span { border-color: #7D6E3F; }
span { border-color: rgb(125,110,63); }
td.TdClassName
{
border-color: #7D6E3F;
}
.TagClassName
{
border-color: #7D6E3F;
}
</style>