#887E8A

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

Shades of Amethyst Smoke #887E8A

Tints of Amethyst Smoke #887E8A

Color information

#887E8A (or 0x887E8A) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 7E and 8A. RGB value is (136,126,138). Sum of RGB (Red+Green+Blue) = 136+126+138=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 138 - color contains mainly: blue. Hex color #887E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E8A is #778175. Grayscale: #828282. Windows color (decimal): -7831926 or 9076360. OLE color: 9076360.

HSL color Cylindrical-coordinate representation of color #887E8A: hue angle of 290º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887E8A is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB136126138-
CMYK0.010.0900.46
HSL290º4.88%51.76%-
HSV(B)290º8.7%54.12%-
XYZ22.221.9927.12-
YUV130.36132.31132.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=34%
G=31.5%
B=34.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361261380.010.0900.462904.8851.76
Hex887E8A1902E122534
Octal210176212111056442564
Binary10001000111111010001010110010101110100100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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