#87748B

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

Shades of Trendy Pink #87748B

Tints of Trendy Pink #87748B

Color information

#87748B (or 0x87748B) is unknown color: approx Trendy Pink. HEX triplet: 87, 74 and 8B. RGB value is (135,116,139). Sum of RGB (Red+Green+Blue) = 135+116+139=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #87748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87748B is #788B74. Grayscale: #7C7C7C. Windows color (decimal): -7900021 or 9139335. OLE color: 9139335.

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

Color convert

RGB135116139-
CMYK0.030.1700.45
HSL289.57º9.02%50%-
HSV(B)289.57º16.55%54.51%-
XYZ20.919.5127.09-
YUV124.3136.29135.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=34.62%
G=29.74%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351161390.030.1700.45289.579.0250
Hex87748B31102D122932
Octal2071642133210554421162
Binary10000111111010010001011111000101011011001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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