#877740

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

Shades of Go Ben #877740

Tints of Go Ben #877740

Color information

#877740 (or 0x877740) is unknown color: approx Go Ben. HEX triplet: 87, 77 and 40. RGB value is (135,119,64). Sum of RGB (Red+Green+Blue) = 135+119+64=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #877740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877740 is #7888BF. Grayscale: #757575. Windows color (decimal): -7899328 or 4224903. OLE color: 4224903.

HSL color Cylindrical-coordinate representation of color #877740: hue angle of 46.48º 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 #877740 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13511964-
CMYK00.120.530.47
HSL46.48º35.68%39.02%-
HSV(B)46.48º52.59%52.94%-
XYZ17.5118.717.54-
YUV117.5197.8140.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=42.45%
G=37.42%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351196400.120.530.4746.4835.6839.02
Hex8777400C352F2e2427
Octal2071671000146557564447
Binary100001111110111100000001100110101101111101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877740; }

 p { color: rgb(135,119,64); }

 H1.HeaderClassName
 {
   color: #877740;
 }
 .AnyTagClassName
 {
   color: #877740;
 }
</style>
background-color css

<style>
 a { background-color: #877740; }

 a { background-color: rgb(135,119,64); }

 div.DivClassName
 {
   background-color: #877740;
 }
 .BgClassName
 {
   background-color: #877740;
 }
</style>
border-color css

<style>
 span { border-color: #877740; }

 span { border-color: rgb(135,119,64); }

 td.TdClassName
 {
   border-color: #877740;
 }
 .TagClassName
 {
   border-color: #877740;
 }
</style>