#878040

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

Shades of Highball #878040

Tints of Highball #878040

Color information

#878040 (or 0x878040) is unknown color: approx Highball. HEX triplet: 87, 80 and 40. RGB value is (135,128,64). Sum of RGB (Red+Green+Blue) = 135+128+64=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #878040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878040 is #787FBF. Grayscale: #7B7B7B. Windows color (decimal): -7897024 or 4227207. OLE color: 4227207.

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

Color convert

RGB13512864-
CMYK00.050.530.47
HSL54.08º35.68%39.02%-
HSV(B)54.08º52.59%52.94%-
XYZ18.6420.967.91-
YUV122.894.82136.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=41.28%
G=39.14%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351286400.050.530.4754.0835.6839.02
Hex87804005352F362427
Octal207200100056557664447
Binary100001111000000010000000101110101101111110110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878040; }

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

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

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

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

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

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

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

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