Shades of Go Ben #7D714C
Tints of Go Ben #7D714C
RGB
CMYK
RGB Variations
Color information
#7D714C (or 0x7D714C) is known color: Go Ben. HEX triplet: 7D, 71 and 4C. RGB value is (125,113,76). Sum of RGB (Red+Green+Blue) = 125+113+76=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D714C is #828EB3. Grayscale: #707070. Windows color (decimal): -8556212 or 5009789. OLE color: 5009789.
HSL color Cylindrical-coordinate representation of color #7D714C: hue angle of 45.31º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D714C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 113 | 76 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.51 |
| HSL | 45.31º | 0.24% | 0.39% | - |
| HSV(B) | 45.31º | 0.39% | 0.49% | - |
| XYZ | 15.67 | 16.69 | 9.23 | - |
| YUV | 112.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 76 | 0 | 0.10 | 0.39 | 0.51 | 45.31 | 0.24 | 0.39 |
| Hex | 7D | 71 | 4C | 0 | A | 27 | 33 | 2D | 18 | 27 |
| Octal | 175 | 161 | 114 | 0 | 12 | 47 | 63 | 55 | 30 | 47 |
| Binary | 1111101 | 1110001 | 1001100 | 0 | 1010 | 100111 | 110011 | 101101 | 11000 | 100111 |
Color Harmonies of #7D714C
Complementary color
Monochromatic Colors of #7D714C
Black with #7D714C
Text Example
Text Example
White with #7D714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D714C; }
p { color: rgb(125,113,76); }
H1.HeaderClassName
{
color: #7D714C;
}
.AnyTagClassName
{
color: #7D714C;
}
</style>
background-color css
<style>
a { background-color: #7D714C; }
a { background-color: rgb(125,113,76); }
div.DivClassName
{
background-color: #7D714C;
}
.BgClassName
{
background-color: #7D714C;
}
</style>
border-color css
<style>
span { border-color: #7D714C; }
span { border-color: rgb(125,113,76); }
td.TdClassName
{
border-color: #7D714C;
}
.TagClassName
{
border-color: #7D714C;
}
</style>