#87577D

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

Shades of Trendy Pink #87577D

Tints of Trendy Pink #87577D

Color information

#87577D (or 0x87577D) is unknown color: approx Trendy Pink. HEX triplet: 87, 57 and 7D. RGB value is (135,87,125). Sum of RGB (Red+Green+Blue) = 135+87+125=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87577D is #78A882. Grayscale: #696969. Windows color (decimal): -7907459 or 8214407. OLE color: 8214407.

HSL color Cylindrical-coordinate representation of color #87577D: hue angle of 312.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87577D is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13587125-
CMYK00.360.070.47
HSL312.5º21.62%43.53%-
HSV(B)312.5º35.56%52.94%-
XYZ17.113.4521.1-
YUV105.68138.9148.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=38.90%
G=25.07%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358712500.360.070.47312.521.6243.53
Hex87577D02472F138162c
Octal2071271750447574702654
Binary1000011110101111111101010010011110111110011100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,87,125); }

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

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

 a { background-color: rgb(135,87,125); }

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

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

 span { border-color: rgb(135,87,125); }

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