#7E454E

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

Shades of Solid Pink #7E454E

Tints of Solid Pink #7E454E

Color information

#7E454E (or 0x7E454E) is unknown color: approx Solid Pink. HEX triplet: 7E, 45 and 4E. RGB value is (126,69,78). Sum of RGB (Red+Green+Blue) = 126+69+78=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E454E is #81BAB1. Grayscale: #575757. Windows color (decimal): -8501938 or 5129598. OLE color: 5129598.

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

Color convert

RGB1266978-
CMYK00.450.380.51
HSL350.53º29.23%38.24%-
HSV(B)350.53º45.24%49.41%-
XYZ12.119.248.35-
YUV87.07122.88155.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=46.15%
G=25.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126697800.450.380.51350.5329.2338.24
Hex7E454E02D263315f1d26
Octal17610511605546635373546
Binary111111010001011001110010110110011011001110101111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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