#88788D

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

Shades of Amethyst Smoke #88788D

Tints of Amethyst Smoke #88788D

Color information

#88788D (or 0x88788D) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 78 and 8D. RGB value is (136,120,141). Sum of RGB (Red+Green+Blue) = 136+120+141=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: blue. Hex color #88788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88788D is #778772. Grayscale: #7F7F7F. Windows color (decimal): -7833459 or 9271432. OLE color: 9271432.

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

Color convert

RGB136120141-
CMYK0.040.1500.45
HSL285.71º8.43%51.18%-
HSV(B)285.71º14.89%55.29%-
XYZ21.6820.5928.03-
YUV127.18135.8134.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=34.26%
G=30.23%
B=35.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361201410.040.1500.45285.718.4351.18
Hex88788D4F02D11e833
Octal2101702154170554361063
Binary10001000111100010001101100111101011011000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88788D; }

 p { color: rgb(136,120,141); }

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

<style>
 a { background-color: #88788D; }

 a { background-color: rgb(136,120,141); }

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

<style>
 span { border-color: #88788D; }

 span { border-color: rgb(136,120,141); }

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