#88728D

Color #88728D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #88728D

Tints of Trendy Pink #88728D

Color information

#88728D (or 0x88728D) is unknown color: approx Trendy Pink. HEX triplet: 88, 72 and 8D. RGB value is (136,114,141). Sum of RGB (Red+Green+Blue) = 136+114+141=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #88728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88728D is #778D72. Grayscale: #7B7B7B. Windows color (decimal): -7834995 or 9269896. OLE color: 9269896.

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

Color convert

RGB136114141-
CMYK0.040.1900.45
HSL288.89º10.59%50%-
HSV(B)288.89º19.15%55.29%-
XYZ20.9819.1927.8-
YUV123.66137.79136.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=34.78%
G=29.16%
B=36.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361141410.040.1900.45288.8910.5950
Hex88728D41302D121b32
Octal2101622154230554411362
Binary100010001110010100011011001001101011011001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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