#874780

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

Shades of Trendy Pink #874780

Tints of Trendy Pink #874780

Color information

#874780 (or 0x874780) is unknown color: approx Trendy Pink. HEX triplet: 87, 47 and 80. RGB value is (135,71,128). Sum of RGB (Red+Green+Blue) = 135+71+128=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #874780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874780 is #78B87F. Grayscale: #606060. Windows color (decimal): -7911552 or 8406919. OLE color: 8406919.

HSL color Cylindrical-coordinate representation of color #874780: hue angle of 306.56º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874780 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13571128-
CMYK00.470.050.47
HSL306.56º31.07%40.39%-
HSV(B)306.56º47.41%52.94%-
XYZ16.1411.2221.74-
YUV96.63145.7155.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=40.42%
G=21.26%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357112800.470.050.47306.5631.0740.39
Hex87478002F52F1331f28
Octal2071072000575574633750
Binary10000111100011110000000010111110110111110011001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874780; }

 p { color: rgb(135,71,128); }

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

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

 a { background-color: rgb(135,71,128); }

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

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

 span { border-color: rgb(135,71,128); }

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