Shades of Go Ben #877945
Tints of Go Ben #877945
RGB
CMYK
RGB Variations
Color information
#877945 (or 0x877945) is known color: Go Ben. HEX triplet: 87, 79 and 45. RGB value is (135,121,69). Sum of RGB (Red+Green+Blue) = 135+121+69=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #877945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877945 is #7886BA. Grayscale: #777777. Windows color (decimal): -7898811 or 4553095. OLE color: 4553095.
HSL color Cylindrical-coordinate representation of color #877945: hue angle of 47.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #877945 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 121 | 69 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.47 |
| HSL | 47.27º | 0.32% | 0.4% | - |
| HSV(B) | 47.27º | 0.49% | 0.53% | - |
| XYZ | 17.9 | 19.26 | 8.4 | - |
| YUV | 119.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 69 | 0 | 0.10 | 0.49 | 0.47 | 47.27 | 0.32 | 0.4 |
| Hex | 87 | 79 | 45 | 0 | A | 31 | 2F | 2F | 20 | 28 |
| Octal | 207 | 171 | 105 | 0 | 12 | 61 | 57 | 57 | 40 | 50 |
| Binary | 10000111 | 1111001 | 1000101 | 0 | 1010 | 110001 | 101111 | 101111 | 100000 | 101000 |
Color Harmonies of #877945
Complementary color
Monochromatic Colors of #877945
Black with #877945
Text Example
Text Example
White with #877945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877945; }
p { color: rgb(135,121,69); }
H1.HeaderClassName
{
color: #877945;
}
.AnyTagClassName
{
color: #877945;
}
</style>
background-color css
<style>
a { background-color: #877945; }
a { background-color: rgb(135,121,69); }
div.DivClassName
{
background-color: #877945;
}
.BgClassName
{
background-color: #877945;
}
</style>
border-color css
<style>
span { border-color: #877945; }
span { border-color: rgb(135,121,69); }
td.TdClassName
{
border-color: #877945;
}
.TagClassName
{
border-color: #877945;
}
</style>