#874F79

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

Shades of Trendy Pink #874F79

Tints of Trendy Pink #874F79

Color information

#874F79 (or 0x874F79) is unknown color: approx Trendy Pink. HEX triplet: 87, 4F and 79. RGB value is (135,79,121). Sum of RGB (Red+Green+Blue) = 135+79+121=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #874F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F79 is #78B086. Grayscale: #646464. Windows color (decimal): -7909511 or 7950215. OLE color: 7950215.

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

Color convert

RGB13579121-
CMYK00.410.100.47
HSL315º26.17%41.96%-
HSV(B)315º41.48%52.94%-
XYZ16.2412.1219.57-
YUV100.53139.55152.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=40.30%
G=23.58%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357912100.410.100.4731526.1741.96
Hex874F79029A2F13b1a2a
Octal20711717105112574733252
Binary10000111100111111110010101001101010111110011101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,121); }

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

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

 a { background-color: rgb(135,79,121); }

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

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

 span { border-color: rgb(135,79,121); }

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