Shades of Go Ben #877A40
Tints of Go Ben #877A40
RGB
CMYK
RGB Variations
Color information
#877A40 (or 0x877A40) is known color: Go Ben. HEX triplet: 87, 7A and 40. RGB value is (135,122,64). Sum of RGB (Red+Green+Blue) = 135+122+64=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #877A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A40 is #7885BF. Grayscale: #777777. Windows color (decimal): -7898560 or 4225671. OLE color: 4225671.
HSL color Cylindrical-coordinate representation of color #877A40: hue angle of 49.01º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #877A40 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 64 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.47 |
| HSL | 49.01º | 0.36% | 0.39% | - |
| HSV(B) | 49.01º | 0.53% | 0.53% | - |
| XYZ | 17.88 | 19.44 | 7.66 | - |
| YUV | 119.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 64 | 0 | 0.10 | 0.53 | 0.47 | 49.01 | 0.36 | 0.39 |
| Hex | 87 | 7A | 40 | 0 | A | 35 | 2F | 31 | 24 | 27 |
| Octal | 207 | 172 | 100 | 0 | 12 | 65 | 57 | 61 | 44 | 47 |
| Binary | 10000111 | 1111010 | 1000000 | 0 | 1010 | 110101 | 101111 | 110001 | 100100 | 100111 |
Color Harmonies of #877A40
Complementary color
Monochromatic Colors of #877A40
Black with #877A40
Text Example
Text Example
White with #877A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A40; }
p { color: rgb(135,122,64); }
H1.HeaderClassName
{
color: #877A40;
}
.AnyTagClassName
{
color: #877A40;
}
</style>
background-color css
<style>
a { background-color: #877A40; }
a { background-color: rgb(135,122,64); }
div.DivClassName
{
background-color: #877A40;
}
.BgClassName
{
background-color: #877A40;
}
</style>
border-color css
<style>
span { border-color: #877A40; }
span { border-color: rgb(135,122,64); }
td.TdClassName
{
border-color: #877A40;
}
.TagClassName
{
border-color: #877A40;
}
</style>