#877A40

Color #877A40 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #877A40

Tints of Go Ben #877A40

Color information

#877A40 (or 0x877A40) is unknown color: approx 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

RGB13512264-
CMYK00.100.530.47
HSL49.01º35.68%39.02%-
HSV(B)49.01º52.59%52.94%-
XYZ17.8819.447.66-
YUV119.2896.81139.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=42.06%
G=38.01%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351226400.100.530.4749.0135.6839.02
Hex877A400A352F312427
Octal2071721000126557614447
Binary100001111111010100000001010110101101111110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>