#87718A

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

Shades of Trendy Pink #87718A

Tints of Trendy Pink #87718A

Color information

#87718A (or 0x87718A) is unknown color: approx Trendy Pink. HEX triplet: 87, 71 and 8A. RGB value is (135,113,138). Sum of RGB (Red+Green+Blue) = 135+113+138=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #87718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87718A is #788E75. Grayscale: #7A7A7A. Windows color (decimal): -7900790 or 9073031. OLE color: 9073031.

HSL color Cylindrical-coordinate representation of color #87718A: hue angle of 292.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87718A is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB135113138-
CMYK0.020.1800.46
HSL292.8º9.96%49.22%-
HSV(B)292.8º18.12%54.12%-
XYZ20.4818.826.59-
YUV122.43136.79136.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=34.97%
G=29.27%
B=35.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351131380.020.1800.46292.89.9649.22
Hex87718A21202E125a31
Octal2071612122220564451261
Binary10000111111000110001010101001001011101001001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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