#88788B

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

Shades of Amethyst Smoke #88788B

Tints of Amethyst Smoke #88788B

Color information

#88788B (or 0x88788B) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 78 and 8B. RGB value is (136,120,139). Sum of RGB (Red+Green+Blue) = 136+120+139=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #88788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88788B is #778774. Grayscale: #7E7E7E. Windows color (decimal): -7833461 or 9140360. OLE color: 9140360.

HSL color Cylindrical-coordinate representation of color #88788B: hue angle of 290.53º 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 #88788B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136120139-
CMYK0.020.1400.45
HSL290.53º7.57%50.78%-
HSV(B)290.53º13.67%54.51%-
XYZ21.5320.5327.25-
YUV126.95134.8134.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=34.43%
G=30.38%
B=35.19%

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
Decimal1361201390.020.1400.45290.537.5750.78
Hex88788B2E02D123833
Octal2101702132160554431063
Binary1000100011110001000101110111001011011001000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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