Shades of Go Ben #7F713D
Tints of Go Ben #7F713D
RGB
CMYK
RGB Variations
Color information
#7F713D (or 0x7F713D) is known color: Go Ben. HEX triplet: 7F, 71 and 3D. RGB value is (127,113,61). Sum of RGB (Red+Green+Blue) = 127+113+61=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F713D is #808EC2. Grayscale: #6F6F6F. Windows color (decimal): -8425155 or 4026751. OLE color: 4026751.
HSL color Cylindrical-coordinate representation of color #7F713D: hue angle of 47.27º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F713D is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 61 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.50 |
| HSL | 47.27º | 0.35% | 0.37% | - |
| HSV(B) | 47.27º | 0.52% | 0.5% | - |
| XYZ | 15.5 | 16.66 | 6.81 | - |
| YUV | 111.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 61 | 0 | 0.11 | 0.52 | 0.50 | 47.27 | 0.35 | 0.37 |
| Hex | 7F | 71 | 3D | 0 | B | 34 | 32 | 2F | 23 | 25 |
| Octal | 177 | 161 | 75 | 0 | 13 | 64 | 62 | 57 | 43 | 45 |
| Binary | 1111111 | 1110001 | 111101 | 0 | 1011 | 110100 | 110010 | 101111 | 100011 | 100101 |
Color Harmonies of #7F713D
Complementary color
Monochromatic Colors of #7F713D
Black with #7F713D
Text Example
Text Example
White with #7F713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F713D; }
p { color: rgb(127,113,61); }
H1.HeaderClassName
{
color: #7F713D;
}
.AnyTagClassName
{
color: #7F713D;
}
</style>
background-color css
<style>
a { background-color: #7F713D; }
a { background-color: rgb(127,113,61); }
div.DivClassName
{
background-color: #7F713D;
}
.BgClassName
{
background-color: #7F713D;
}
</style>
border-color css
<style>
span { border-color: #7F713D; }
span { border-color: rgb(127,113,61); }
td.TdClassName
{
border-color: #7F713D;
}
.TagClassName
{
border-color: #7F713D;
}
</style>