#87758A

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

Shades of Trendy Pink #87758A

Tints of Trendy Pink #87758A

Color information

#87758A (or 0x87758A) is unknown color: approx Trendy Pink. HEX triplet: 87, 75 and 8A. RGB value is (135,117,138). Sum of RGB (Red+Green+Blue) = 135+117+138=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #87758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87758A is #788A75. Grayscale: #7C7C7C. Windows color (decimal): -7899766 or 9074055. OLE color: 9074055.

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

Color convert

RGB135117138-
CMYK0.020.1500.46
HSL291.43º8.24%50%-
HSV(B)291.43º15.22%54.12%-
XYZ20.9419.7126.75-
YUV124.78135.46135.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=34.62%
G=30%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351171380.020.1500.46291.438.2450
Hex87758A2F02E123832
Octal2071652122170564431062
Binary1000011111101011000101010111101011101001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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