#87798B

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

Shades of Amethyst Smoke #87798B

Tints of Amethyst Smoke #87798B

Color information

#87798B (or 0x87798B) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 79 and 8B. RGB value is (135,121,139). Sum of RGB (Red+Green+Blue) = 135+121+139=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #87798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87798B is #788674. Grayscale: #7F7F7F. Windows color (decimal): -7898741 or 9140615. OLE color: 9140615.

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

Color convert

RGB135121139-
CMYK0.030.1300.45
HSL286.67º7.2%50.98%-
HSV(B)286.67º12.95%54.51%-
XYZ21.4920.6927.29-
YUV127.24134.64133.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=34.18%
G=30.63%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351211390.030.1300.45286.677.250.98
Hex87798B3D02D11f733
Octal207171213315055437763
Binary100001111111001100010111111010101101100011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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