Shades of Go Ben #7F6F49
Tints of Go Ben #7F6F49
RGB
CMYK
RGB Variations
Color information
#7F6F49 (or 0x7F6F49) is known color: Go Ben. HEX triplet: 7F, 6F and 49. RGB value is (127,111,73). Sum of RGB (Red+Green+Blue) = 127+111+73=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6F49 is #8090B6. Grayscale: #6F6F6F. Windows color (decimal): -8425655 or 4812671. OLE color: 4812671.
HSL color Cylindrical-coordinate representation of color #7F6F49: hue angle of 42.22º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F6F49 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 111 | 73 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.50 |
| HSL | 42.22º | 0.27% | 0.39% | - |
| HSV(B) | 42.22º | 0.43% | 0.5% | - |
| XYZ | 15.64 | 16.36 | 8.64 | - |
| YUV | 111.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 111 | 73 | 0 | 0.13 | 0.43 | 0.50 | 42.22 | 0.27 | 0.39 |
| Hex | 7F | 6F | 49 | 0 | D | 2B | 32 | 2A | 1B | 27 |
| Octal | 177 | 157 | 111 | 0 | 15 | 53 | 62 | 52 | 33 | 47 |
| Binary | 1111111 | 1101111 | 1001001 | 0 | 1101 | 101011 | 110010 | 101010 | 11011 | 100111 |
Color Harmonies of #7F6F49
Complementary color
Monochromatic Colors of #7F6F49
Black with #7F6F49
Text Example
Text Example
White with #7F6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6F49; }
p { color: rgb(127,111,73); }
H1.HeaderClassName
{
color: #7F6F49;
}
.AnyTagClassName
{
color: #7F6F49;
}
</style>
background-color css
<style>
a { background-color: #7F6F49; }
a { background-color: rgb(127,111,73); }
div.DivClassName
{
background-color: #7F6F49;
}
.BgClassName
{
background-color: #7F6F49;
}
</style>
border-color css
<style>
span { border-color: #7F6F49; }
span { border-color: rgb(127,111,73); }
td.TdClassName
{
border-color: #7F6F49;
}
.TagClassName
{
border-color: #7F6F49;
}
</style>