#7E454A

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

Shades of Solid Pink #7E454A

Tints of Solid Pink #7E454A

Color information

#7E454A (or 0x7E454A) is unknown color: approx Solid Pink. HEX triplet: 7E, 45 and 4A. RGB value is (126,69,74). Sum of RGB (Red+Green+Blue) = 126+69+74=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E454A is #81BAB5. Grayscale: #565656. Windows color (decimal): -8501942 or 4867454. OLE color: 4867454.

HSL color Cylindrical-coordinate representation of color #7E454A: hue angle of 354.74º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E454A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1266974-
CMYK00.450.410.51
HSL354.74º29.23%38.24%-
HSV(B)354.74º45.24%49.41%-
XYZ11.979.197.62-
YUV86.61120.88156.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=46.84%
G=25.65%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126697400.450.410.51354.7429.2338.24
Hex7E454A02D29331631d26
Octal17610511205551635433546
Binary111111010001011001010010110110100111001110110001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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