#874C4E

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

Shades of Solid Pink #874C4E

Tints of Solid Pink #874C4E

Color information

#874C4E (or 0x874C4E) is unknown color: approx Solid Pink. HEX triplet: 87, 4C and 4E. RGB value is (135,76,78). Sum of RGB (Red+Green+Blue) = 135+76+78=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C4E is #78B3B1. Grayscale: #5D5D5D. Windows color (decimal): -7910322 or 5131399. OLE color: 5131399.

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

Color convert

RGB1357678-
CMYK00.440.420.47
HSL357.97º27.96%41.37%-
HSV(B)357.97º43.7%52.94%-
XYZ13.9510.878.57-
YUV93.87119.05157.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=46.71%
G=26.30%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135767800.440.420.47357.9727.9641.37
Hex874C4E02C2A2F1661c29
Octal20711411605452575463451
Binary1000011110011001001110010110010101010111110110011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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