Shades of Go Ben #7D714D
Tints of Go Ben #7D714D
RGB
CMYK
RGB Variations
Color information
#7D714D (or 0x7D714D) is known color: Go Ben. HEX triplet: 7D, 71 and 4D. RGB value is (125,113,77). Sum of RGB (Red+Green+Blue) = 125+113+77=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D714D is #828EB2. Grayscale: #707070. Windows color (decimal): -8556211 or 5075325. OLE color: 5075325.
HSL color Cylindrical-coordinate representation of color #7D714D: hue angle of 45º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D714D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
RGB | 125 | 113 | 77 | - |
CMYK | 0 | 0.10 | 0.38 | 0.51 |
HSL | 45º | 0.24% | 0.4% | - |
HSV(B) | 45º | 0.38% | 0.49% | - |
XYZ | 15.7 | 16.71 | 9.42 | - |
YUV | 112.48 | 107.98 | 136.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 113 | 77 | 0 | 0.10 | 0.38 | 0.51 | 45 | 0.24 | 0.4 |
Hex | 7D | 71 | 4D | 0 | A | 26 | 33 | 2D | 18 | 28 |
Octal | 175 | 161 | 115 | 0 | 12 | 46 | 63 | 55 | 30 | 50 |
Binary | 1111101 | 1110001 | 1001101 | 0 | 1010 | 100110 | 110011 | 101101 | 11000 | 101000 |
Color Harmonies of #7D714D
Complementary color
Monochromatic Colors of #7D714D
Black with #7D714D
Text Example
Text Example
White with #7D714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D714D; }
p { color: rgb(125,113,77); }
H1.HeaderClassName
{
color: #7D714D;
}
.AnyTagClassName
{
color: #7D714D;
}
</style>
background-color css
<style>
a { background-color: #7D714D; }
a { background-color: rgb(125,113,77); }
div.DivClassName
{
background-color: #7D714D;
}
.BgClassName
{
background-color: #7D714D;
}
</style>
border-color css
<style>
span { border-color: #7D714D; }
span { border-color: rgb(125,113,77); }
td.TdClassName
{
border-color: #7D714D;
}
.TagClassName
{
border-color: #7D714D;
}
</style>