#887E42

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

Shades of Highball #887E42

Tints of Highball #887E42

Color information

#887E42 (or 0x887E42) is unknown color: approx Highball. HEX triplet: 88, 7E and 42. RGB value is (136,126,66). Sum of RGB (Red+Green+Blue) = 136+126+66=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #887E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E42 is #7781BD. Grayscale: #7A7A7A. Windows color (decimal): -7831998 or 4357768. OLE color: 4357768.

HSL color Cylindrical-coordinate representation of color #887E42: hue angle of 51.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887E42 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13612666-
CMYK00.070.510.47
HSL51.43º34.65%39.61%-
HSV(B)51.43º51.47%53.33%-
XYZ18.620.558.14-
YUV122.1596.31137.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=41.46%
G=38.41%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361266600.070.510.4751.4334.6539.61
Hex887E4207332F332328
Octal210176102076357634350
Binary10001000111111010000100111110011101111110011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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