#89778E

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

Shades of Amethyst Smoke #89778E

Tints of Amethyst Smoke #89778E

Color information

#89778E (or 0x89778E) is unknown color: approx Amethyst Smoke. HEX triplet: 89, 77 and 8E. RGB value is (137,119,142). Sum of RGB (Red+Green+Blue) = 137+119+142=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #89778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89778E is #768871. Grayscale: #7E7E7E. Windows color (decimal): -7768178 or 9336713. OLE color: 9336713.

HSL color Cylindrical-coordinate representation of color #89778E: hue angle of 286.96º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89778E is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137119142-
CMYK0.040.1600.44
HSL286.96º9.24%51.18%-
HSV(B)286.96º16.2%55.69%-
XYZ21.820.4728.39-
YUV127136.46135.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=34.42%
G=29.90%
B=35.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371191420.040.1600.44286.969.2451.18
Hex89778E41002C11f933
Octal2111672164200544371163
Binary100010011110111100011101001000001011001000111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89778E; }

 p { color: rgb(137,119,142); }

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

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

 a { background-color: rgb(137,119,142); }

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

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

 span { border-color: rgb(137,119,142); }

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