#878288

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

Shades of Amethyst Smoke #878288

Tints of Amethyst Smoke #878288

Color information

#878288 (or 0x878288) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 82 and 88. RGB value is (135,130,136). Sum of RGB (Red+Green+Blue) = 135+130+136=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 136 - color contains mainly: blue. Hex color #878288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878288 is #787D77. Grayscale: #848484. Windows color (decimal): -7896440 or 8946311. OLE color: 8946311.

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

Color convert

RGB135130136-
CMYK0.010.0400.47
HSL290º2.46%52.16%-
HSV(B)290º4.41%53.33%-
XYZ22.4222.8926.53-
YUV132.18130.16130.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=33.67%
G=32.42%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351301360.010.0400.472902.4652.16
Hex8782881402F122234
Octal20720221014057442264
Binary1000011110000010100010001100010111110010001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878288; }

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

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

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

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

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

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

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

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