#874E7B

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

Shades of Trendy Pink #874E7B

Tints of Trendy Pink #874E7B

Color information

#874E7B (or 0x874E7B) is unknown color: approx Trendy Pink. HEX triplet: 87, 4E and 7B. RGB value is (135,78,123). Sum of RGB (Red+Green+Blue) = 135+78+123=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #874E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E7B is #78B184. Grayscale: #646464. Windows color (decimal): -7909765 or 8081031. OLE color: 8081031.

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

Color convert

RGB13578123-
CMYK00.420.090.47
HSL312.63º26.76%41.76%-
HSV(B)312.63º42.22%52.94%-
XYZ16.2912.0320.2-
YUV100.17140.88152.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=40.18%
G=23.21%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357812300.420.090.47312.6326.7641.76
Hex874E7B02A92F1391b2a
Octal20711617305211574713352
Binary10000111100111011110110101010100110111110011100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,78,123); }

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

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

 a { background-color: rgb(135,78,123); }

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

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

 span { border-color: rgb(135,78,123); }

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