#874D7F

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

Shades of Trendy Pink #874D7F

Tints of Trendy Pink #874D7F

Color information

#874D7F (or 0x874D7F) is unknown color: approx Trendy Pink. HEX triplet: 87, 4D and 7F. RGB value is (135,77,127). Sum of RGB (Red+Green+Blue) = 135+77+127=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #874D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D7F is #78B280. Grayscale: #636363. Windows color (decimal): -7910017 or 8342919. OLE color: 8342919.

HSL color Cylindrical-coordinate representation of color #874D7F: hue angle of 308.28º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D7F is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13577127-
CMYK00.430.060.47
HSL308.28º27.36%41.57%-
HSV(B)308.28º42.96%52.94%-
XYZ16.4811.9921.52-
YUV100.04143.22152.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 127 (50% from 255) = 37.46%
R=39.82%
G=22.71%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357712700.430.060.47308.2827.3641.57
Hex874D7F02B62F1341b2a
Octal2071151770536574643352
Binary1000011110011011111111010101111010111110011010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,127); }

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

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

 a { background-color: rgb(135,77,127); }

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

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

 span { border-color: rgb(135,77,127); }

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