#887E8B

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

Shades of Amethyst Smoke #887E8B

Tints of Amethyst Smoke #887E8B

Color information

#887E8B (or 0x887E8B) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 7E and 8B. RGB value is (136,126,139). Sum of RGB (Red+Green+Blue) = 136+126+139=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #887E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E8B is #778174. Grayscale: #828282. Windows color (decimal): -7831925 or 9141896. OLE color: 9141896.

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

Color convert

RGB136126139-
CMYK0.020.0900.45
HSL286.15º5.31%51.96%-
HSV(B)286.15º9.35%54.51%-
XYZ22.2722.0227.5-
YUV130.47132.81131.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=33.92%
G=31.42%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361261390.020.0900.45286.155.3151.96
Hex887E8B2902D11e534
Octal210176213211055436564
Binary100010001111110100010111010010101101100011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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