Shades of Go Ben #7F7351
Tints of Go Ben #7F7351
RGB
CMYK
RGB Variations
Color information
#7F7351 (or 0x7F7351) is known color: Go Ben. HEX triplet: 7F, 73 and 51. RGB value is (127,115,81). Sum of RGB (Red+Green+Blue) = 127+115+81=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7351 is #808CAE. Grayscale: #727272. Windows color (decimal): -8424623 or 5337983. OLE color: 5337983.
HSL color Cylindrical-coordinate representation of color #7F7351: hue angle of 44.35º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F7351 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 81 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.50 |
| HSL | 44.35º | 0.22% | 0.41% | - |
| HSV(B) | 44.35º | 0.36% | 0.5% | - |
| XYZ | 16.37 | 17.37 | 10.27 | - |
| YUV | 114.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 81 | 0 | 0.09 | 0.36 | 0.50 | 44.35 | 0.22 | 0.41 |
| Hex | 7F | 73 | 51 | 0 | 9 | 24 | 32 | 2C | 16 | 29 |
| Octal | 177 | 163 | 121 | 0 | 11 | 44 | 62 | 54 | 26 | 51 |
| Binary | 1111111 | 1110011 | 1010001 | 0 | 1001 | 100100 | 110010 | 101100 | 10110 | 101001 |
Color Harmonies of #7F7351
Complementary color
Monochromatic Colors of #7F7351
Black with #7F7351
Text Example
Text Example
White with #7F7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7351; }
p { color: rgb(127,115,81); }
H1.HeaderClassName
{
color: #7F7351;
}
.AnyTagClassName
{
color: #7F7351;
}
</style>
background-color css
<style>
a { background-color: #7F7351; }
a { background-color: rgb(127,115,81); }
div.DivClassName
{
background-color: #7F7351;
}
.BgClassName
{
background-color: #7F7351;
}
</style>
border-color css
<style>
span { border-color: #7F7351; }
span { border-color: rgb(127,115,81); }
td.TdClassName
{
border-color: #7F7351;
}
.TagClassName
{
border-color: #7F7351;
}
</style>