#877E88

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

Shades of Amethyst Smoke #877E88

Tints of Amethyst Smoke #877E88

Color information

#877E88 (or 0x877E88) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 7E and 88. RGB value is (135,126,136). Sum of RGB (Red+Green+Blue) = 135+126+136=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 136 - color contains mainly: blue. Hex color #877E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E88 is #788177. Grayscale: #818181. Windows color (decimal): -7897464 or 8945287. OLE color: 8945287.

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

Color convert

RGB135126136-
CMYK0.010.0700.47
HSL294º4.03%51.37%-
HSV(B)294º7.35%53.33%-
XYZ21.921.8526.36-
YUV129.83131.48131.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=34.01%
G=31.74%
B=34.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351261360.010.0700.472944.0351.37
Hex877E881702F126433
Octal20717621017057446463
Binary1000011111111101000100011110101111100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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