#878440

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

Shades of Highball #878440

Tints of Highball #878440

Color information

#878440 (or 0x878440) is unknown color: approx Highball. HEX triplet: 87, 84 and 40. RGB value is (135,132,64). Sum of RGB (Red+Green+Blue) = 135+132+64=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #878440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878440 is #787BBF. Grayscale: #7D7D7D. Windows color (decimal): -7896000 or 4228231. OLE color: 4228231.

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

Color convert

RGB13513264-
CMYK00.020.530.47
HSL57.46º35.68%39.02%-
HSV(B)57.46º52.59%52.94%-
XYZ19.1722.028.09-
YUV125.1493.49135.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=40.79%
G=39.88%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351326400.020.530.4757.4635.6839.02
Hex87844002352F392427
Octal207204100026557714447
Binary10000111100001001000000010110101101111111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878440; }

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

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

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

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

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

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

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

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