#7E4F57

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

Shades of Solid Pink #7E4F57

Tints of Solid Pink #7E4F57

Color information

#7E4F57 (or 0x7E4F57) is unknown color: approx Solid Pink. HEX triplet: 7E, 4F and 57. RGB value is (126,79,87). Sum of RGB (Red+Green+Blue) = 126+79+87=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4F57 is #81B0A8. Grayscale: #5D5D5D. Windows color (decimal): -8499369 or 5721982. OLE color: 5721982.

HSL color Cylindrical-coordinate representation of color #7E4F57: hue angle of 349.79º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E4F57 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB1267987-
CMYK00.370.310.51
HSL349.79º22.93%40.2%-
HSV(B)349.79º37.3%49.41%-
XYZ13.1210.7210.39-
YUV93.96124.07150.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.15%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=43.15%
G=27.05%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126798700.370.310.51349.7922.9340.2
Hex7E4F570251F3315e1728
Octal17611712704537635362750
Binary11111101001111101011101001011111111001110101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E4F57; }

 p { color: rgb(126,79,87); }

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

<style>
 a { background-color: #7E4F57; }

 a { background-color: rgb(126,79,87); }

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

<style>
 span { border-color: #7E4F57; }

 span { border-color: rgb(126,79,87); }

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