#7E494C

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

Shades of Solid Pink #7E494C

Tints of Solid Pink #7E494C

Color information

#7E494C (or 0x7E494C) is unknown color: approx Solid Pink. HEX triplet: 7E, 49 and 4C. RGB value is (126,73,76). Sum of RGB (Red+Green+Blue) = 126+73+76=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E494C is #81B6B3. Grayscale: #595959. Windows color (decimal): -8500916 or 4999550. OLE color: 4999550.

HSL color Cylindrical-coordinate representation of color #7E494C: hue angle of 356.6º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E494C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1267376-
CMYK00.420.400.51
HSL356.6º26.63%39.02%-
HSV(B)356.6º42.06%49.41%-
XYZ12.299.728.07-
YUV89.19120.56154.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=45.82%
G=26.55%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126737600.420.400.51356.626.6339.02
Hex7E494C02A28331651b27
Octal17611111405250635453347
Binary111111010010011001100010101010100011001110110010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,73,76); }

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

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

 a { background-color: rgb(126,73,76); }

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

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

 span { border-color: rgb(126,73,76); }

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