#878488

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

Shades of Amethyst Smoke #878488

Tints of Amethyst Smoke #878488

Color information

#878488 (or 0x878488) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 84 and 88. RGB value is (135,132,136). Sum of RGB (Red+Green+Blue) = 135+132+136=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 136 - color contains mainly: blue. Hex color #878488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878488 is #787B77. Grayscale: #858585. Windows color (decimal): -7895928 or 8946823. OLE color: 8946823.

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

Color convert

RGB135132136-
CMYK0.010.0300.47
HSL285º1.65%52.55%-
HSV(B)285º2.94%53.33%-
XYZ22.6923.4326.62-
YUV133.35129.49129.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=33.50%
G=32.75%
B=33.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351321360.010.0300.472851.6552.55
Hex8784881302F11d235
Octal20720421013057435265
Binary100001111000010010001000111010111110001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878488; }

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

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

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

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

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

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

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

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