#88607F

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

Shades of Trendy Pink #88607F

Tints of Trendy Pink #88607F

Color information

#88607F (or 0x88607F) is unknown color: approx Trendy Pink. HEX triplet: 88, 60 and 7F. RGB value is (136,96,127). Sum of RGB (Red+Green+Blue) = 136+96+127=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88607F is #779F80. Grayscale: #6F6F6F. Windows color (decimal): -7839617 or 8347784. OLE color: 8347784.

HSL color Cylindrical-coordinate representation of color #88607F: hue angle of 313.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88607F is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13696127-
CMYK00.290.070.47
HSL313.5º17.24%45.49%-
HSV(B)313.5º29.41%53.33%-
XYZ18.1715.1322.04-
YUV111.49136.75145.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 127 (50% from 255) = 35.38%
R=37.88%
G=26.74%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369612700.290.070.47313.517.2445.49
Hex88607F01D72F13a112d
Octal2101401770357574722155
Binary100010001100000111111101110111110111110011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88607F; }

 p { color: rgb(136,96,127); }

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

<style>
 a { background-color: #88607F; }

 a { background-color: rgb(136,96,127); }

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

<style>
 span { border-color: #88607F; }

 span { border-color: rgb(136,96,127); }

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