#874C81

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

Shades of Trendy Pink #874C81

Tints of Trendy Pink #874C81

Color information

#874C81 (or 0x874C81) is unknown color: approx Trendy Pink. HEX triplet: 87, 4C and 81. RGB value is (135,76,129). Sum of RGB (Red+Green+Blue) = 135+76+129=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #874C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874C81 is #78B37E. Grayscale: #636363. Windows color (decimal): -7910271 or 8473735. OLE color: 8473735.

HSL color Cylindrical-coordinate representation of color #874C81: hue angle of 306.1º 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 #874C81 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13576129-
CMYK00.440.040.47
HSL306.1º27.96%41.37%-
HSV(B)306.1º43.7%52.94%-
XYZ16.5411.922.2-
YUV99.68144.55153.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 76 (30.08% from 255) = 22.35%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=39.71%
G=22.35%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357612900.440.040.47306.127.9641.37
Hex874C8102C42F1321c29
Octal2071142010544574623451
Binary10000111100110010000001010110010010111110011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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