Shades of Go Ben #7F724F
Tints of Go Ben #7F724F
RGB
CMYK
RGB Variations
Color information
#7F724F (or 0x7F724F) is known color: Go Ben. HEX triplet: 7F, 72 and 4F. RGB value is (127,114,79). Sum of RGB (Red+Green+Blue) = 127+114+79=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F724F is #808DB0. Grayscale: #727272. Windows color (decimal): -8424881 or 5206655. OLE color: 5206655.
HSL color Cylindrical-coordinate representation of color #7F724F: hue angle of 43.75º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F724F is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 114 | 79 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.50 |
| HSL | 43.75º | 0.23% | 0.4% | - |
| HSV(B) | 43.75º | 0.38% | 0.5% | - |
| XYZ | 16.18 | 17.11 | 9.85 | - |
| YUV | 113.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 79 | 0 | 0.10 | 0.38 | 0.50 | 43.75 | 0.23 | 0.4 |
| Hex | 7F | 72 | 4F | 0 | A | 26 | 32 | 2C | 17 | 28 |
| Octal | 177 | 162 | 117 | 0 | 12 | 46 | 62 | 54 | 27 | 50 |
| Binary | 1111111 | 1110010 | 1001111 | 0 | 1010 | 100110 | 110010 | 101100 | 10111 | 101000 |
Color Harmonies of #7F724F
Complementary color
Monochromatic Colors of #7F724F
Black with #7F724F
Text Example
Text Example
White with #7F724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F724F; }
p { color: rgb(127,114,79); }
H1.HeaderClassName
{
color: #7F724F;
}
.AnyTagClassName
{
color: #7F724F;
}
</style>
background-color css
<style>
a { background-color: #7F724F; }
a { background-color: rgb(127,114,79); }
div.DivClassName
{
background-color: #7F724F;
}
.BgClassName
{
background-color: #7F724F;
}
</style>
border-color css
<style>
span { border-color: #7F724F; }
span { border-color: rgb(127,114,79); }
td.TdClassName
{
border-color: #7F724F;
}
.TagClassName
{
border-color: #7F724F;
}
</style>