#874776

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

Shades of Trendy Pink #874776

Tints of Trendy Pink #874776

Color information

#874776 (or 0x874776) is unknown color: approx Trendy Pink. HEX triplet: 87, 47 and 76. RGB value is (135,71,118). Sum of RGB (Red+Green+Blue) = 135+71+118=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874776 is #78B889. Grayscale: #5F5F5F. Windows color (decimal): -7911562 or 7751559. OLE color: 7751559.

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

Color convert

RGB13571118-
CMYK00.470.130.47
HSL315.94º31.07%40.39%-
HSV(B)315.94º47.41%52.94%-
XYZ15.5110.9718.44-
YUV95.49140.7156.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=41.67%
G=21.91%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357111800.470.130.47315.9431.0740.39
Hex87477602FD2F13c1f28
Octal20710716605715574743750
Binary10000111100011111101100101111110110111110011110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874776; }

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

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

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

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

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

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

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

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