#7E444A

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

Shades of Solid Pink #7E444A

Tints of Solid Pink #7E444A

Color information

#7E444A (or 0x7E444A) is unknown color: approx Solid Pink. HEX triplet: 7E, 44 and 4A. RGB value is (126,68,74). Sum of RGB (Red+Green+Blue) = 126+68+74=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E444A is #81BBB5. Grayscale: #565656. Windows color (decimal): -8502198 or 4867198. OLE color: 4867198.

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

Color convert

RGB1266874-
CMYK00.460.410.51
HSL353.79º29.9%38.04%-
HSV(B)353.79º46.03%49.41%-
XYZ11.919.067.6-
YUV86.03121.22156.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.01%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=47.01%
G=25.37%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126687400.460.410.51353.7929.938.04
Hex7E444A02E29331621e26
Octal17610411205651635423646
Binary111111010001001001010010111010100111001110110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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