#877A8B

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

Shades of Amethyst Smoke #877A8B

Tints of Amethyst Smoke #877A8B

Color information

#877A8B (or 0x877A8B) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 7A and 8B. RGB value is (135,122,139). Sum of RGB (Red+Green+Blue) = 135+122+139=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #877A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A8B is #788574. Grayscale: #7F7F7F. Windows color (decimal): -7898485 or 9140871. OLE color: 9140871.

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

Color convert

RGB135122139-
CMYK0.030.1200.45
HSL285.88º6.83%51.18%-
HSV(B)285.88º12.23%54.51%-
XYZ21.6120.9327.33-
YUV127.82134.31133.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.09%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=34.09%
G=30.81%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351221390.030.1200.45285.886.8351.18
Hex877A8B3C02D11e733
Octal207172213314055436763
Binary100001111111010100010111111000101101100011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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