#887E40

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

Shades of Highball #887E40

Tints of Highball #887E40

Color information

#887E40 (or 0x887E40) is unknown color: approx Highball. HEX triplet: 88, 7E and 40. RGB value is (136,126,64). Sum of RGB (Red+Green+Blue) = 136+126+64=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #887E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E40 is #7781BF. Grayscale: #7A7A7A. Windows color (decimal): -7832000 or 4226696. OLE color: 4226696.

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

Color convert

RGB13612664-
CMYK00.070.530.47
HSL51.67º36%39.22%-
HSV(B)51.67º52.94%53.33%-
XYZ18.5420.537.84-
YUV121.9295.31138.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=41.72%
G=38.65%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361266400.070.530.4751.673639.22
Hex887E4007352F342427
Octal210176100076557644447
Binary10001000111111010000000111110101101111110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887E40; }

 p { color: rgb(136,126,64); }

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

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

 a { background-color: rgb(136,126,64); }

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

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

 span { border-color: rgb(136,126,64); }

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