#874C7A

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

Shades of Trendy Pink #874C7A

Tints of Trendy Pink #874C7A

Color information

#874C7A (or 0x874C7A) is unknown color: approx Trendy Pink. HEX triplet: 87, 4C and 7A. RGB value is (135,76,122). Sum of RGB (Red+Green+Blue) = 135+76+122=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C7A is #78B385. Grayscale: #626262. Windows color (decimal): -7910278 or 8014983. OLE color: 8014983.

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

Color convert

RGB13576122-
CMYK00.440.100.47
HSL313.22º27.96%41.37%-
HSV(B)313.22º43.7%52.94%-
XYZ16.0911.7219.83-
YUV98.88141.05153.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=40.54%
G=22.82%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357612200.440.100.47313.2227.9641.37
Hex874C7A02CA2F1391c29
Octal20711417205412574713451
Binary10000111100110011110100101100101010111110011100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874C7A; }

 p { color: rgb(135,76,122); }

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

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

 a { background-color: rgb(135,76,122); }

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

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

 span { border-color: rgb(135,76,122); }

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