Shades of Go Ben #7F7550
Tints of Go Ben #7F7550
RGB
CMYK
RGB Variations
Color information
#7F7550 (or 0x7F7550) is known color: Go Ben. HEX triplet: 7F, 75 and 50. RGB value is (127,117,80). Sum of RGB (Red+Green+Blue) = 127+117+80=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7550 is #808AAF. Grayscale: #737373. Windows color (decimal): -8424112 or 5272959. OLE color: 5272959.
HSL color Cylindrical-coordinate representation of color #7F7550: hue angle of 47.23º 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 #7F7550 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 80 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.50 |
| HSL | 47.23º | 0.23% | 0.41% | - |
| HSV(B) | 47.23º | 0.37% | 0.5% | - |
| XYZ | 16.56 | 17.81 | 10.15 | - |
| YUV | 115.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 80 | 0 | 0.08 | 0.37 | 0.50 | 47.23 | 0.23 | 0.41 |
| Hex | 7F | 75 | 50 | 0 | 8 | 25 | 32 | 2F | 17 | 29 |
| Octal | 177 | 165 | 120 | 0 | 10 | 45 | 62 | 57 | 27 | 51 |
| Binary | 1111111 | 1110101 | 1010000 | 0 | 1000 | 100101 | 110010 | 101111 | 10111 | 101001 |
Color Harmonies of #7F7550
Complementary color
Monochromatic Colors of #7F7550
Black with #7F7550
Text Example
Text Example
White with #7F7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7550; }
p { color: rgb(127,117,80); }
H1.HeaderClassName
{
color: #7F7550;
}
.AnyTagClassName
{
color: #7F7550;
}
</style>
background-color css
<style>
a { background-color: #7F7550; }
a { background-color: rgb(127,117,80); }
div.DivClassName
{
background-color: #7F7550;
}
.BgClassName
{
background-color: #7F7550;
}
</style>
border-color css
<style>
span { border-color: #7F7550; }
span { border-color: rgb(127,117,80); }
td.TdClassName
{
border-color: #7F7550;
}
.TagClassName
{
border-color: #7F7550;
}
</style>