#877F40

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

Shades of Highball #877F40

Tints of Highball #877F40

Color information

#877F40 (or 0x877F40) is unknown color: approx Highball. HEX triplet: 87, 7F and 40. RGB value is (135,127,64). Sum of RGB (Red+Green+Blue) = 135+127+64=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #877F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F40 is #7880BF. Grayscale: #7A7A7A. Windows color (decimal): -7897280 or 4226951. OLE color: 4226951.

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

Color convert

RGB13512764-
CMYK00.060.530.47
HSL53.24º35.68%39.02%-
HSV(B)53.24º52.59%52.94%-
XYZ18.5120.77.87-
YUV122.2195.15137.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=41.41%
G=38.96%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351276400.060.530.4753.2435.6839.02
Hex877F4006352F352427
Octal207177100066557654447
Binary10000111111111110000000110110101101111110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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