#877B40

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

Shades of Highball #877B40

Tints of Highball #877B40

Color information

#877B40 (or 0x877B40) is unknown color: approx Highball. HEX triplet: 87, 7B and 40. RGB value is (135,123,64). Sum of RGB (Red+Green+Blue) = 135+123+64=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #877B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B40 is #7884BF. Grayscale: #787878. Windows color (decimal): -7898304 or 4225927. OLE color: 4225927.

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

Color convert

RGB13512364-
CMYK00.090.530.47
HSL49.86º35.68%39.02%-
HSV(B)49.86º52.59%52.94%-
XYZ1819.697.7-
YUV119.8696.48138.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=41.93%
G=38.20%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351236400.090.530.4749.8635.6839.02
Hex877B4009352F322427
Octal2071731000116557624447
Binary100001111111011100000001001110101101111110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877B40; }

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

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

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

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

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

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

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

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