#7A494C

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

Shades of Solid Pink #7A494C

Tints of Solid Pink #7A494C

Color information

#7A494C (or 0x7A494C) is unknown color: approx Solid Pink. HEX triplet: 7A, 49 and 4C. RGB value is (122,73,76). Sum of RGB (Red+Green+Blue) = 122+73+76=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A494C is #85B6B3. Grayscale: #585858. Windows color (decimal): -8763060 or 4999546. OLE color: 4999546.

HSL color Cylindrical-coordinate representation of color #7A494C: hue angle of 356.33º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A494C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB1227376-
CMYK00.400.380.52
HSL356.33º25.13%38.24%-
HSV(B)356.33º40.16%47.84%-
XYZ11.719.428.04-
YUV87.99121.23152.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=45.02%
G=26.94%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122737600.400.380.52356.3325.1338.24
Hex7A494C02826341641926
Octal17211111405046645443146
Binary111101010010011001100010100010011011010010110010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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