#87607D

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

Shades of Trendy Pink #87607D

Tints of Trendy Pink #87607D

Color information

#87607D (or 0x87607D) is unknown color: approx Trendy Pink. HEX triplet: 87, 60 and 7D. RGB value is (135,96,125). Sum of RGB (Red+Green+Blue) = 135+96+125=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87607D is #789F82. Grayscale: #6E6E6E. Windows color (decimal): -7905155 or 8216711. OLE color: 8216711.

HSL color Cylindrical-coordinate representation of color #87607D: hue angle of 315.38º 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 #87607D is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13596125-
CMYK00.290.070.47
HSL315.38º16.88%45.29%-
HSV(B)315.38º28.89%52.94%-
XYZ17.881521.35-
YUV110.97135.92145.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=37.92%
G=26.97%
B=35.11%

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
Decimal1359612500.290.070.47315.3816.8845.29
Hex87607D01D72F13b112d
Octal2071401750357574732155
Binary100001111100000111110101110111110111110011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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