#887E7D

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

Shades of Grey #887E7D

Tints of Grey #887E7D

Color information

#887E7D (or 0x887E7D) is unknown color: approx Grey. HEX triplet: 88, 7E and 7D. RGB value is (136,126,125). Sum of RGB (Red+Green+Blue) = 136+126+125=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E7D is #778182. Grayscale: #808080. Windows color (decimal): -7831939 or 8224392. OLE color: 8224392.

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

Color convert

RGB136126125-
CMYK00.070.080.47
HSL5.45º4.42%51.18%-
HSV(B)5.45º8.09%53.33%-
XYZ21.3221.6422.45-
YUV128.88125.81133.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=35.14%
G=32.56%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612612500.070.080.475.454.4251.18
Hex887E7D0782F5433
Octal2101761750710575463
Binary100010001111110111110101111000101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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