#87788B

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

Shades of Amethyst Smoke #87788B

Tints of Amethyst Smoke #87788B

Color information

#87788B (or 0x87788B) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 78 and 8B. RGB value is (135,120,139). Sum of RGB (Red+Green+Blue) = 135+120+139=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #87788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87788B is #788774. Grayscale: #7E7E7E. Windows color (decimal): -7898997 or 9140359. OLE color: 9140359.

HSL color Cylindrical-coordinate representation of color #87788B: hue angle of 287.37º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87788B is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135120139-
CMYK0.030.1400.45
HSL287.37º7.57%50.78%-
HSV(B)287.37º13.67%54.51%-
XYZ21.3720.4527.25-
YUV126.65134.97133.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=34.26%
G=30.46%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351201390.030.1400.45287.377.5750.78
Hex87788B3E02D11f833
Octal2071702133160554371063
Binary1000011111110001000101111111001011011000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87788B; }

 p { color: rgb(135,120,139); }

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

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

 a { background-color: rgb(135,120,139); }

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

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

 span { border-color: rgb(135,120,139); }

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