#878640

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

Shades of Highball #878640

Tints of Highball #878640

Color information

#878640 (or 0x878640) is unknown color: approx Highball. HEX triplet: 87, 86 and 40. RGB value is (135,134,64). Sum of RGB (Red+Green+Blue) = 135+134+64=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #878640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878640 is #7879BF. Grayscale: #7E7E7E. Windows color (decimal): -7895488 or 4228743. OLE color: 4228743.

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

Color convert

RGB13513464-
CMYK00.010.530.47
HSL59.15º35.68%39.02%-
HSV(B)59.15º52.59%52.94%-
XYZ19.4422.578.18-
YUV126.3292.83134.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=40.54%
G=40.24%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351346400.010.530.4759.1535.6839.02
Hex87864001352F3b2427
Octal207206100016557734447
Binary1000011110000110100000001110101101111111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878640; }

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

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

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

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

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

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

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

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