Shades of Go Ben #7F774F
Tints of Go Ben #7F774F
RGB
CMYK
RGB Variations
Color information
#7F774F (or 0x7F774F) is known color: Go Ben. HEX triplet: 7F, 77 and 4F. RGB value is (127,119,79). Sum of RGB (Red+Green+Blue) = 127+119+79=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F774F is #8088B0. Grayscale: #757575. Windows color (decimal): -8423601 or 5207935. OLE color: 5207935.
HSL color Cylindrical-coordinate representation of color #7F774F: hue angle of 50º 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 #7F774F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 119 | 79 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.50 |
| HSL | 50º | 0.23% | 0.4% | - |
| HSV(B) | 50º | 0.38% | 0.5% | - |
| XYZ | 16.76 | 18.27 | 10.04 | - |
| YUV | 116.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 79 | 0 | 0.06 | 0.38 | 0.50 | 50 | 0.23 | 0.4 |
| Hex | 7F | 77 | 4F | 0 | 6 | 26 | 32 | 32 | 17 | 28 |
| Octal | 177 | 167 | 117 | 0 | 6 | 46 | 62 | 62 | 27 | 50 |
| Binary | 1111111 | 1110111 | 1001111 | 0 | 110 | 100110 | 110010 | 110010 | 10111 | 101000 |
Color Harmonies of #7F774F
Complementary color
Monochromatic Colors of #7F774F
Black with #7F774F
Text Example
Text Example
White with #7F774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F774F; }
p { color: rgb(127,119,79); }
H1.HeaderClassName
{
color: #7F774F;
}
.AnyTagClassName
{
color: #7F774F;
}
</style>
background-color css
<style>
a { background-color: #7F774F; }
a { background-color: rgb(127,119,79); }
div.DivClassName
{
background-color: #7F774F;
}
.BgClassName
{
background-color: #7F774F;
}
</style>
border-color css
<style>
span { border-color: #7F774F; }
span { border-color: rgb(127,119,79); }
td.TdClassName
{
border-color: #7F774F;
}
.TagClassName
{
border-color: #7F774F;
}
</style>