Shades of Go Ben #7D714F
Tints of Go Ben #7D714F
RGB
CMYK
RGB Variations
Color information
#7D714F (or 0x7D714F) is known color: Go Ben. HEX triplet: 7D, 71 and 4F. RGB value is (125,113,79). Sum of RGB (Red+Green+Blue) = 125+113+79=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D714F is #828EB0. Grayscale: #707070. Windows color (decimal): -8556209 or 5206397. OLE color: 5206397.
HSL color Cylindrical-coordinate representation of color #7D714F: hue angle of 44.35º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D714F is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 113 | 79 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.51 |
| HSL | 44.35º | 0.23% | 0.4% | - |
| HSV(B) | 44.35º | 0.37% | 0.49% | - |
| XYZ | 15.77 | 16.73 | 9.8 | - |
| YUV | 112.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 79 | 0 | 0.10 | 0.37 | 0.51 | 44.35 | 0.23 | 0.4 |
| Hex | 7D | 71 | 4F | 0 | A | 25 | 33 | 2C | 17 | 28 |
| Octal | 175 | 161 | 117 | 0 | 12 | 45 | 63 | 54 | 27 | 50 |
| Binary | 1111101 | 1110001 | 1001111 | 0 | 1010 | 100101 | 110011 | 101100 | 10111 | 101000 |
Color Harmonies of #7D714F
Complementary color
Monochromatic Colors of #7D714F
Black with #7D714F
Text Example
Text Example
White with #7D714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D714F; }
p { color: rgb(125,113,79); }
H1.HeaderClassName
{
color: #7D714F;
}
.AnyTagClassName
{
color: #7D714F;
}
</style>
background-color css
<style>
a { background-color: #7D714F; }
a { background-color: rgb(125,113,79); }
div.DivClassName
{
background-color: #7D714F;
}
.BgClassName
{
background-color: #7D714F;
}
</style>
border-color css
<style>
span { border-color: #7D714F; }
span { border-color: rgb(125,113,79); }
td.TdClassName
{
border-color: #7D714F;
}
.TagClassName
{
border-color: #7D714F;
}
</style>