#874782

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

Shades of Trendy Pink #874782

Tints of Trendy Pink #874782

Color information

#874782 (or 0x874782) is unknown color: approx Trendy Pink. HEX triplet: 87, 47 and 82. RGB value is (135,71,130). Sum of RGB (Red+Green+Blue) = 135+71+130=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #874782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874782 is #78B87D. Grayscale: #606060. Windows color (decimal): -7911550 or 8537991. OLE color: 8537991.

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

Color convert

RGB13571130-
CMYK00.470.040.47
HSL304.69º31.07%40.39%-
HSV(B)304.69º47.41%52.94%-
XYZ16.2711.2722.44-
YUV96.86146.7155.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=40.18%
G=21.13%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357113000.470.040.47304.6931.0740.39
Hex87478202F42F1311f28
Octal2071072020574574613750
Binary10000111100011110000010010111110010111110011000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874782; }

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

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

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

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

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

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

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

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