#88778E

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

Shades of Amethyst Smoke #88778E

Tints of Amethyst Smoke #88778E

Color information

#88778E (or 0x88778E) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 77 and 8E. RGB value is (136,119,142). Sum of RGB (Red+Green+Blue) = 136+119+142=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #88778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88778E is #778871. Grayscale: #7E7E7E. Windows color (decimal): -7833714 or 9336712. OLE color: 9336712.

HSL color Cylindrical-coordinate representation of color #88778E: hue angle of 284.35º 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 #88778E is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136119142-
CMYK0.040.1600.44
HSL284.35º9.24%51.18%-
HSV(B)284.35º16.2%55.69%-
XYZ21.6320.3828.38-
YUV126.7136.63134.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=34.26%
G=29.97%
B=35.77%

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
Decimal1361191420.040.1600.44284.359.2451.18
Hex88778E41002C11c933
Octal2101672164200544341163
Binary100010001110111100011101001000001011001000111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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