#874F7D

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

Shades of Trendy Pink #874F7D

Tints of Trendy Pink #874F7D

Color information

#874F7D (or 0x874F7D) is unknown color: approx Trendy Pink. HEX triplet: 87, 4F and 7D. RGB value is (135,79,125). Sum of RGB (Red+Green+Blue) = 135+79+125=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #874F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F7D is #78B082. Grayscale: #646464. Windows color (decimal): -7909507 or 8212359. OLE color: 8212359.

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

Color convert

RGB13579125-
CMYK00.410.070.47
HSL310.71º26.17%41.96%-
HSV(B)310.71º41.48%52.94%-
XYZ16.4912.2220.89-
YUV100.99141.55152.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=39.82%
G=23.30%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357912500.410.070.47310.7126.1741.96
Hex874F7D02972F1371a2a
Octal2071171750517574673252
Binary1000011110011111111101010100111110111110011011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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