#874376

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

Shades of Trendy Pink #874376

Tints of Trendy Pink #874376

Color information

#874376 (or 0x874376) is unknown color: approx Trendy Pink. HEX triplet: 87, 43 and 76. RGB value is (135,67,118). Sum of RGB (Red+Green+Blue) = 135+67+118=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874376 is #78BC89. Grayscale: #5D5D5D. Windows color (decimal): -7912586 or 7750535. OLE color: 7750535.

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

Color convert

RGB13567118-
CMYK00.500.130.47
HSL315º33.66%39.61%-
HSV(B)315º50.37%52.94%-
XYZ15.2710.4718.36-
YUV93.15142.03157.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=42.19%
G=20.94%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356711800.500.130.4731533.6639.61
Hex874376032D2F13b2228
Octal20710316606215574734250
Binary100001111000011111011001100101101101111100111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874376; }

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

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

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

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

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

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

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

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