#88768D

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

Shades of Amethyst Smoke #88768D

Tints of Amethyst Smoke #88768D

Color information

#88768D (or 0x88768D) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 76 and 8D. RGB value is (136,118,141). Sum of RGB (Red+Green+Blue) = 136+118+141=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #88768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88768D is #778972. Grayscale: #7D7D7D. Windows color (decimal): -7833971 or 9270920. OLE color: 9270920.

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

Color convert

RGB136118141-
CMYK0.040.1600.45
HSL286.96º9.16%50.78%-
HSV(B)286.96º16.31%55.29%-
XYZ21.4420.1127.95-
YUV126136.46135.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=34.43%
G=29.87%
B=35.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361181410.040.1600.45286.969.1650.78
Hex88768D41002D11f933
Octal2101662154200554371163
Binary100010001110110100011011001000001011011000111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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