#87718B

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

Shades of Trendy Pink #87718B

Tints of Trendy Pink #87718B

Color information

#87718B (or 0x87718B) is unknown color: approx Trendy Pink. HEX triplet: 87, 71 and 8B. RGB value is (135,113,139). Sum of RGB (Red+Green+Blue) = 135+113+139=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #87718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87718B is #788E74. Grayscale: #7A7A7A. Windows color (decimal): -7900789 or 9138567. OLE color: 9138567.

HSL color Cylindrical-coordinate representation of color #87718B: hue angle of 290.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87718B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135113139-
CMYK0.030.1900.45
HSL290.77º10.32%49.41%-
HSV(B)290.77º18.71%54.51%-
XYZ20.5618.8326.98-
YUV122.54137.29136.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=34.88%
G=29.20%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351131390.030.1900.45290.7710.3249.41
Hex87718B31302D123a31
Octal2071612133230554431261
Binary10000111111000110001011111001101011011001000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87718B; }

 p { color: rgb(135,113,139); }

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

<style>
 a { background-color: #87718B; }

 a { background-color: rgb(135,113,139); }

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

<style>
 span { border-color: #87718B; }

 span { border-color: rgb(135,113,139); }

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