#877E8A

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

Shades of Amethyst Smoke #877E8A

Tints of Amethyst Smoke #877E8A

Color information

#877E8A (or 0x877E8A) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 7E and 8A. RGB value is (135,126,138). Sum of RGB (Red+Green+Blue) = 135+126+138=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #877E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E8A is #788175. Grayscale: #828282. Windows color (decimal): -7897462 or 9076359. OLE color: 9076359.

HSL color Cylindrical-coordinate representation of color #877E8A: hue angle of 285º 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 #877E8A is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB135126138-
CMYK0.020.0900.46
HSL285º4.88%51.76%-
HSV(B)285º8.7%54.12%-
XYZ22.0421.9127.11-
YUV130.06132.48131.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=33.83%
G=31.58%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351261380.020.0900.462854.8851.76
Hex877E8A2902E11d534
Octal207176212211056435564
Binary100001111111110100010101010010101110100011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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