#7c494c

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

Shades of Solid Pink #7C494C

Tints of Solid Pink #7C494C

Color information

#7C494C (or 0x7C494C) is unknown color: approx Solid Pink. HEX triplet: 7C, 49 and 4C. RGB value is (124,73,76). Sum of RGB (Red+Green+Blue) = 124+73+76=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C494C is #83B6B3. Grayscale: #585858. Windows color (decimal): -8631988 or 4999548. OLE color: 4999548.

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

Color convert

RGB1247376-
CMYK00.410.390.51
HSL356.47º25.89%38.63%-
HSV(B)356.47º41.13%48.63%-
XYZ129.578.05-
YUV88.59120.9153.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=45.42%
G=26.74%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124737600.410.390.51356.4725.8938.63
Hex7C494C02927331641a27
Octal17411111405147635443247
Binary111110010010011001100010100110011111001110110010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c494c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,76); }

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

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

 a { background-color: rgb(124,73,76); }

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

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

 span { border-color: rgb(124,73,76); }

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