#874A4E

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

Shades of Solid Pink #874A4E

Tints of Solid Pink #874A4E

Color information

#874A4E (or 0x874A4E) is unknown color: approx Solid Pink. HEX triplet: 87, 4A and 4E. RGB value is (135,74,78). Sum of RGB (Red+Green+Blue) = 135+74+78=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A4E is #78B5B1. Grayscale: #5C5C5C. Windows color (decimal): -7910834 or 5130887. OLE color: 5130887.

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

Color convert

RGB1357478-
CMYK00.450.420.47
HSL356.07º29.19%40.98%-
HSV(B)356.07º45.19%52.94%-
XYZ13.8210.68.53-
YUV92.7119.71158.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=47.04%
G=25.78%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135747800.450.420.47356.0729.1940.98
Hex874A4E02D2A2F1641d29
Octal20711211605552575443551
Binary1000011110010101001110010110110101010111110110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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