#874D4E

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

Shades of Solid Pink #874D4E

Tints of Solid Pink #874D4E

Color information

#874D4E (or 0x874D4E) is unknown color: approx Solid Pink. HEX triplet: 87, 4D and 4E. RGB value is (135,77,78). Sum of RGB (Red+Green+Blue) = 135+77+78=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D4E is #78B2B1. Grayscale: #5E5E5E. Windows color (decimal): -7910066 or 5131655. OLE color: 5131655.

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

Color convert

RGB1357778-
CMYK00.430.420.47
HSL358.97º27.36%41.57%-
HSV(B)358.97º42.96%52.94%-
XYZ14.0211.018.59-
YUV94.46118.72156.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=46.55%
G=26.55%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135777800.430.420.47358.9727.3641.57
Hex874D4E02B2A2F1671b2a
Octal20711511605352575473352
Binary1000011110011011001110010101110101010111110110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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