#874876

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

Shades of Trendy Pink #874876

Tints of Trendy Pink #874876

Color information

#874876 (or 0x874876) is unknown color: approx Trendy Pink. HEX triplet: 87, 48 and 76. RGB value is (135,72,118). Sum of RGB (Red+Green+Blue) = 135+72+118=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #874876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874876 is #78B789. Grayscale: #5F5F5F. Windows color (decimal): -7911306 or 7751815. OLE color: 7751815.

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

Color convert

RGB13572118-
CMYK00.470.130.47
HSL316.19º30.43%40.59%-
HSV(B)316.19º46.67%52.94%-
XYZ15.5811.0918.46-
YUV96.08140.37155.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=41.54%
G=22.15%
B=36.31%

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
Decimal1357211800.470.130.47316.1930.4340.59
Hex87487602FD2F13c1e29
Octal20711016605715574743651
Binary10000111100100011101100101111110110111110011110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874876; }

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

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

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

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

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

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

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

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