#7E484C

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

Shades of Solid Pink #7E484C

Tints of Solid Pink #7E484C

Color information

#7E484C (or 0x7E484C) is unknown color: approx Solid Pink. HEX triplet: 7E, 48 and 4C. RGB value is (126,72,76). Sum of RGB (Red+Green+Blue) = 126+72+76=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E484C is #81B7B3. Grayscale: #585858. Windows color (decimal): -8501172 or 4999294. OLE color: 4999294.

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

Color convert

RGB1267276-
CMYK00.430.400.51
HSL355.56º27.27%38.82%-
HSV(B)355.56º42.86%49.41%-
XYZ12.239.598.04-
YUV88.6120.89154.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=45.99%
G=26.28%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126727600.430.400.51355.5627.2738.82
Hex7E484C02B28331641b27
Octal17611011405350635443347
Binary111111010010001001100010101110100011001110110010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,76); }

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

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

 a { background-color: rgb(126,72,76); }

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

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

 span { border-color: rgb(126,72,76); }

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