Shades of Go Ben #7D754F
Tints of Go Ben #7D754F
RGB
CMYK
RGB Variations
Color information
#7D754F (or 0x7D754F) is known color: Go Ben. HEX triplet: 7D, 75 and 4F. RGB value is (125,117,79). Sum of RGB (Red+Green+Blue) = 125+117+79=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D754F is #828AB0. Grayscale: #737373. Windows color (decimal): -8555185 or 5207421. OLE color: 5207421.
HSL color Cylindrical-coordinate representation of color #7D754F: hue angle of 49.57º 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 #7D754F is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 79 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.51 |
| HSL | 49.57º | 0.23% | 0.4% | - |
| HSV(B) | 49.57º | 0.37% | 0.49% | - |
| XYZ | 16.23 | 17.65 | 9.95 | - |
| YUV | 115.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 79 | 0 | 0.06 | 0.37 | 0.51 | 49.57 | 0.23 | 0.4 |
| Hex | 7D | 75 | 4F | 0 | 6 | 25 | 33 | 32 | 17 | 28 |
| Octal | 175 | 165 | 117 | 0 | 6 | 45 | 63 | 62 | 27 | 50 |
| Binary | 1111101 | 1110101 | 1001111 | 0 | 110 | 100101 | 110011 | 110010 | 10111 | 101000 |
Color Harmonies of #7D754F
Complementary color
Monochromatic Colors of #7D754F
Black with #7D754F
Text Example
Text Example
White with #7D754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D754F; }
p { color: rgb(125,117,79); }
H1.HeaderClassName
{
color: #7D754F;
}
.AnyTagClassName
{
color: #7D754F;
}
</style>
background-color css
<style>
a { background-color: #7D754F; }
a { background-color: rgb(125,117,79); }
div.DivClassName
{
background-color: #7D754F;
}
.BgClassName
{
background-color: #7D754F;
}
</style>
border-color css
<style>
span { border-color: #7D754F; }
span { border-color: rgb(125,117,79); }
td.TdClassName
{
border-color: #7D754F;
}
.TagClassName
{
border-color: #7D754F;
}
</style>