#7E494A

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

Shades of Solid Pink #7E494A

Tints of Solid Pink #7E494A

Color information

#7E494A (or 0x7E494A) is unknown color: approx Solid Pink. HEX triplet: 7E, 49 and 4A. RGB value is (126,73,74). Sum of RGB (Red+Green+Blue) = 126+73+74=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E494A is #81B6B5. Grayscale: #595959. Windows color (decimal): -8500918 or 4868478. OLE color: 4868478.

HSL color Cylindrical-coordinate representation of color #7E494A: hue angle of 358.87º 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 #7E494A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1267374-
CMYK00.420.410.51
HSL358.87º26.63%39.02%-
HSV(B)358.87º42.06%49.41%-
XYZ12.229.77.71-
YUV88.96119.56154.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=46.15%
G=26.74%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126737400.420.410.51358.8726.6339.02
Hex7E494A02A29331671b27
Octal17611111205251635473347
Binary111111010010011001010010101010100111001110110011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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