#874578

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

Shades of Trendy Pink #874578

Tints of Trendy Pink #874578

Color information

#874578 (or 0x874578) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 78. RGB value is (135,69,120). Sum of RGB (Red+Green+Blue) = 135+69+120=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874578 is #78BA87. Grayscale: #5E5E5E. Windows color (decimal): -7912072 or 7882119. OLE color: 7882119.

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

Color convert

RGB13569120-
CMYK00.490.110.47
HSL313.64º32.35%40%-
HSV(B)313.64º48.89%52.94%-
XYZ15.5110.7619.03-
YUV94.55142.37156.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=41.67%
G=21.30%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356912000.490.110.47313.6432.3540
Hex874578031B2F13a2028
Octal20710517006113574724050
Binary100001111000101111100001100011011101111100111010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874578; }

 p { color: rgb(135,69,120); }

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

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

 a { background-color: rgb(135,69,120); }

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

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

 span { border-color: rgb(135,69,120); }

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