#88738E

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

Shades of Amethyst Smoke #88738E

Tints of Amethyst Smoke #88738E

Color information

#88738E (or 0x88738E) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 73 and 8E. RGB value is (136,115,142). Sum of RGB (Red+Green+Blue) = 136+115+142=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #88738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88738E is #778C71. Grayscale: #7C7C7C. Windows color (decimal): -7834738 or 9335688. OLE color: 9335688.

HSL color Cylindrical-coordinate representation of color #88738E: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88738E is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136115142-
CMYK0.040.1900.44
HSL286.67º10.67%50.39%-
HSV(B)286.67º19.01%55.69%-
XYZ21.1719.4528.23-
YUV124.36137.96136.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=34.61%
G=29.26%
B=36.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361151420.040.1900.44286.6710.6750.39
Hex88738E41302C11fb32
Octal2101632164230544371362
Binary100010001110011100011101001001101011001000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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