#874C78

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

Shades of Trendy Pink #874C78

Tints of Trendy Pink #874C78

Color information

#874C78 (or 0x874C78) is unknown color: approx Trendy Pink. HEX triplet: 87, 4C and 78. RGB value is (135,76,120). Sum of RGB (Red+Green+Blue) = 135+76+120=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #874C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C78 is #78B387. Grayscale: #626262. Windows color (decimal): -7910280 or 7883911. OLE color: 7883911.

HSL color Cylindrical-coordinate representation of color #874C78: hue angle of 315.25º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C78 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13576120-
CMYK00.440.110.47
HSL315.25º27.96%41.37%-
HSV(B)315.25º43.7%52.94%-
XYZ15.9711.6819.18-
YUV98.66140.05153.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=40.79%
G=22.96%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357612000.440.110.47315.2527.9641.37
Hex874C7802CB2F13b1c29
Octal20711417005413574733451
Binary10000111100110011110000101100101110111110011101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874C78; }

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

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

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

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

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

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

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

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