#7e474a

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

Shades of Solid Pink #7E474A

Tints of Solid Pink #7E474A

Color information

#7E474A (or 0x7E474A) is unknown color: approx Solid Pink. HEX triplet: 7E, 47 and 4A. RGB value is (126,71,74). Sum of RGB (Red+Green+Blue) = 126+71+74=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E474A is #81B8B5. Grayscale: #575757. Windows color (decimal): -8501430 or 4867966. OLE color: 4867966.

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

Color convert

RGB1267174-
CMYK00.440.410.51
HSL356.73º27.92%38.63%-
HSV(B)356.73º43.65%49.41%-
XYZ12.099.447.66-
YUV87.79120.22155.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.49%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=46.49%
G=26.20%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126717400.440.410.51356.7327.9238.63
Hex7E474A02C29331651c27
Octal17610711205451635453447
Binary111111010001111001010010110010100111001110110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e474a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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