#874476

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

Shades of Trendy Pink #874476

Tints of Trendy Pink #874476

Color information

#874476 (or 0x874476) is unknown color: approx Trendy Pink. HEX triplet: 87, 44 and 76. RGB value is (135,68,118). Sum of RGB (Red+Green+Blue) = 135+68+118=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874476 is #78BB89. Grayscale: #5D5D5D. Windows color (decimal): -7912330 or 7750791. OLE color: 7750791.

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

Color convert

RGB13568118-
CMYK00.500.130.47
HSL315.22º33%39.8%-
HSV(B)315.22º49.63%52.94%-
XYZ15.3310.5918.38-
YUV93.73141.7157.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=42.06%
G=21.18%
B=36.76%

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
Decimal1356811800.500.130.47315.223339.8
Hex874476032D2F13b2128
Octal20710416606215574734150
Binary100001111000100111011001100101101101111100111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874476; }

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

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

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

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

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

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

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

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