#874477

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

Shades of Trendy Pink #874477

Tints of Trendy Pink #874477

Color information

#874477 (or 0x874477) is unknown color: approx Trendy Pink. HEX triplet: 87, 44 and 77. RGB value is (135,68,119). Sum of RGB (Red+Green+Blue) = 135+68+119=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874477 is #78BB88. Grayscale: #5D5D5D. Windows color (decimal): -7912329 or 7816327. OLE color: 7816327.

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

Color convert

RGB13568119-
CMYK00.500.120.47
HSL314.33º33%39.8%-
HSV(B)314.33º49.63%52.94%-
XYZ15.3910.6218.69-
YUV93.85142.2157.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=41.93%
G=21.12%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356811900.500.120.47314.333339.8
Hex874477032C2F13a2128
Octal20710416706214574724150
Binary100001111000100111011101100101100101111100111010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874477; }

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

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

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

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

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

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

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

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