#887C8B

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

Shades of Amethyst Smoke #887C8B

Tints of Amethyst Smoke #887C8B

Color information

#887C8B (or 0x887C8B) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 7C and 8B. RGB value is (136,124,139). Sum of RGB (Red+Green+Blue) = 136+124+139=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 139 - color contains mainly: blue. Hex color #887C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C8B is #778374. Grayscale: #818181. Windows color (decimal): -7832437 or 9141384. OLE color: 9141384.

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

Color convert

RGB136124139-
CMYK0.020.1100.45
HSL288º6.07%51.57%-
HSV(B)288º10.79%54.51%-
XYZ22.0221.5127.42-
YUV129.3133.48132.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=34.09%
G=31.08%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361241390.020.1100.452886.0751.57
Hex887C8B2B02D120634
Octal210174213213055440664
Binary100010001111100100010111010110101101100100000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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