Shades of Go Ben #7F7553
Tints of Go Ben #7F7553
RGB
CMYK
RGB Variations
Color information
#7F7553 (or 0x7F7553) is known color: Go Ben. HEX triplet: 7F, 75 and 53. RGB value is (127,117,83). Sum of RGB (Red+Green+Blue) = 127+117+83=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7553 is #808AAC. Grayscale: #747474. Windows color (decimal): -8424109 or 5469567. OLE color: 5469567.
HSL color Cylindrical-coordinate representation of color #7F7553: hue angle of 46.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F7553 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 83 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.50 |
| HSL | 46.36º | 0.21% | 0.41% | - |
| HSV(B) | 46.36º | 0.35% | 0.5% | - |
| XYZ | 16.68 | 17.86 | 10.75 | - |
| YUV | 116.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 83 | 0 | 0.08 | 0.35 | 0.50 | 46.36 | 0.21 | 0.41 |
| Hex | 7F | 75 | 53 | 0 | 8 | 23 | 32 | 2E | 15 | 29 |
| Octal | 177 | 165 | 123 | 0 | 10 | 43 | 62 | 56 | 25 | 51 |
| Binary | 1111111 | 1110101 | 1010011 | 0 | 1000 | 100011 | 110010 | 101110 | 10101 | 101001 |
Color Harmonies of #7F7553
Complementary color
Monochromatic Colors of #7F7553
Black with #7F7553
Text Example
Text Example
White with #7F7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7553; }
p { color: rgb(127,117,83); }
H1.HeaderClassName
{
color: #7F7553;
}
.AnyTagClassName
{
color: #7F7553;
}
</style>
background-color css
<style>
a { background-color: #7F7553; }
a { background-color: rgb(127,117,83); }
div.DivClassName
{
background-color: #7F7553;
}
.BgClassName
{
background-color: #7F7553;
}
</style>
border-color css
<style>
span { border-color: #7F7553; }
span { border-color: rgb(127,117,83); }
td.TdClassName
{
border-color: #7F7553;
}
.TagClassName
{
border-color: #7F7553;
}
</style>