#88748D

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

Shades of Amethyst Smoke #88748D

Tints of Amethyst Smoke #88748D

Color information

#88748D (or 0x88748D) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 74 and 8D. RGB value is (136,116,141). Sum of RGB (Red+Green+Blue) = 136+116+141=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #88748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88748D is #778B72. Grayscale: #7C7C7C. Windows color (decimal): -7834483 or 9270408. OLE color: 9270408.

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

Color convert

RGB136116141-
CMYK0.040.1800.45
HSL288º9.88%50.39%-
HSV(B)288º17.73%55.29%-
XYZ21.2119.6527.87-
YUV124.83137.13135.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=34.61%
G=29.52%
B=35.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361161410.040.1800.452889.8850.39
Hex88748D41202D120a32
Octal2101642154220554401262
Binary100010001110100100011011001001001011011001000001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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