#88768E

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

Shades of Amethyst Smoke #88768E

Tints of Amethyst Smoke #88768E

Color information

#88768E (or 0x88768E) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 76 and 8E. RGB value is (136,118,142). Sum of RGB (Red+Green+Blue) = 136+118+142=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #88768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88768E is #778971. Grayscale: #7E7E7E. Windows color (decimal): -7833970 or 9336456. OLE color: 9336456.

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

Color convert

RGB136118142-
CMYK0.040.1700.44
HSL285º9.6%50.98%-
HSV(B)285º16.9%55.69%-
XYZ21.5120.1428.35-
YUV126.12136.96135.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.34%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=34.34%
G=29.80%
B=35.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361181420.040.1700.442859.650.98
Hex88768E41102C11da33
Octal2101662164210544351263
Binary100010001110110100011101001000101011001000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,118,142); }

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

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

 a { background-color: rgb(136,118,142); }

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

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

 span { border-color: rgb(136,118,142); }

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