#874E54

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

Shades of Solid Pink #874E54

Tints of Solid Pink #874E54

Color information

#874E54 (or 0x874E54) is unknown color: approx Solid Pink. HEX triplet: 87, 4E and 54. RGB value is (135,78,84). Sum of RGB (Red+Green+Blue) = 135+78+84=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #874E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E54 is #78B1AB. Grayscale: #5F5F5F. Windows color (decimal): -7909804 or 5525127. OLE color: 5525127.

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

Color convert

RGB1357884-
CMYK00.420.380.47
HSL353.68º26.76%41.76%-
HSV(B)353.68º42.22%52.94%-
XYZ14.3211.249.8-
YUV95.73121.38156.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=45.45%
G=26.26%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135788400.420.380.47353.6826.7641.76
Hex874E5402A262F1621b2a
Octal20711612405246575423352
Binary1000011110011101010100010101010011010111110110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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