#88778B

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

Shades of Amethyst Smoke #88778B

Tints of Amethyst Smoke #88778B

Color information

#88778B (or 0x88778B) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 77 and 8B. RGB value is (136,119,139). Sum of RGB (Red+Green+Blue) = 136+119+139=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #88778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88778B is #778874. Grayscale: #7E7E7E. Windows color (decimal): -7833717 or 9140104. OLE color: 9140104.

HSL color Cylindrical-coordinate representation of color #88778B: hue angle of 291º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88778B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136119139-
CMYK0.020.1400.45
HSL291º7.94%50.59%-
HSV(B)291º14.39%54.51%-
XYZ21.4120.2927.21-
YUV126.36135.13134.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.52%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=34.52%
G=30.20%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361191390.020.1400.452917.9450.59
Hex88778B2E02D123833
Octal2101672132160554431063
Binary1000100011101111000101110111001011011001000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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