#7E4D4F

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

Shades of Solid Pink #7E4D4F

Tints of Solid Pink #7E4D4F

Color information

#7E4D4F (or 0x7E4D4F) is unknown color: approx Solid Pink. HEX triplet: 7E, 4D and 4F. RGB value is (126,77,79). Sum of RGB (Red+Green+Blue) = 126+77+79=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4D4F is #81B2B0. Grayscale: #5B5B5B. Windows color (decimal): -8499889 or 5197182. OLE color: 5197182.

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

Color convert

RGB1267779-
CMYK00.390.370.51
HSL357.55º24.14%39.8%-
HSV(B)357.55º38.89%49.41%-
XYZ12.6710.318.72-
YUV91.88120.73152.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=44.68%
G=27.30%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126777900.390.370.51357.5524.1439.8
Hex7E4D4F02725331661828
Octal17611511704745635463050
Binary111111010011011001111010011110010111001110110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,77,79); }

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

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

 a { background-color: rgb(126,77,79); }

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

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

 span { border-color: rgb(126,77,79); }

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