Shades of Go Ben #7F7650
Tints of Go Ben #7F7650
RGB
CMYK
RGB Variations
Color information
#7F7650 (or 0x7F7650) is known color: Go Ben. HEX triplet: 7F, 76 and 50. RGB value is (127,118,80). Sum of RGB (Red+Green+Blue) = 127+118+80=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7650 is #8089AF. Grayscale: #747474. Windows color (decimal): -8423856 or 5273215. OLE color: 5273215.
HSL color Cylindrical-coordinate representation of color #7F7650: hue angle of 48.51º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7650 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 80 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.50 |
| HSL | 48.51º | 0.23% | 0.41% | - |
| HSV(B) | 48.51º | 0.37% | 0.5% | - |
| XYZ | 16.68 | 18.05 | 10.19 | - |
| YUV | 116.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 80 | 0 | 0.07 | 0.37 | 0.50 | 48.51 | 0.23 | 0.41 |
| Hex | 7F | 76 | 50 | 0 | 7 | 25 | 32 | 31 | 17 | 29 |
| Octal | 177 | 166 | 120 | 0 | 7 | 45 | 62 | 61 | 27 | 51 |
| Binary | 1111111 | 1110110 | 1010000 | 0 | 111 | 100101 | 110010 | 110001 | 10111 | 101001 |
Color Harmonies of #7F7650
Complementary color
Monochromatic Colors of #7F7650
Black with #7F7650
Text Example
Text Example
White with #7F7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7650; }
p { color: rgb(127,118,80); }
H1.HeaderClassName
{
color: #7F7650;
}
.AnyTagClassName
{
color: #7F7650;
}
</style>
background-color css
<style>
a { background-color: #7F7650; }
a { background-color: rgb(127,118,80); }
div.DivClassName
{
background-color: #7F7650;
}
.BgClassName
{
background-color: #7F7650;
}
</style>
border-color css
<style>
span { border-color: #7F7650; }
span { border-color: rgb(127,118,80); }
td.TdClassName
{
border-color: #7F7650;
}
.TagClassName
{
border-color: #7F7650;
}
</style>