#87798A

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

Shades of Amethyst Smoke #87798A

Tints of Amethyst Smoke #87798A

Color information

#87798A (or 0x87798A) is unknown color: approx Amethyst Smoke. HEX triplet: 87, 79 and 8A. RGB value is (135,121,138). Sum of RGB (Red+Green+Blue) = 135+121+138=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 138 - color contains mainly: blue. Hex color #87798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87798A is #788675. Grayscale: #7F7F7F. Windows color (decimal): -7898742 or 9075079. OLE color: 9075079.

HSL color Cylindrical-coordinate representation of color #87798A: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87798A is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB135121138-
CMYK0.020.1200.46
HSL289.41º6.77%50.78%-
HSV(B)289.41º12.32%54.12%-
XYZ21.4220.6626.9-
YUV127.12134.14133.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=34.26%
G=30.71%
B=35.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351211380.020.1200.46289.416.7750.78
Hex87798A2C02E121733
Octal207171212214056441763
Binary100001111111001100010101011000101110100100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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