#7A494D

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

Shades of Solid Pink #7A494D

Tints of Solid Pink #7A494D

Color information

#7A494D (or 0x7A494D) is unknown color: approx Solid Pink. HEX triplet: 7A, 49 and 4D. RGB value is (122,73,77). Sum of RGB (Red+Green+Blue) = 122+73+77=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A494D is #85B6B2. Grayscale: #585858. Windows color (decimal): -8763059 or 5065082. OLE color: 5065082.

HSL color Cylindrical-coordinate representation of color #7A494D: hue angle of 355.1º 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 #7A494D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB1227377-
CMYK00.400.370.52
HSL355.1º25.13%38.24%-
HSV(B)355.1º40.16%47.84%-
XYZ11.759.448.22-
YUV88.11121.73152.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=44.85%
G=26.84%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122737700.400.370.52355.125.1338.24
Hex7A494D02825341631926
Octal17211111505045645433146
Binary111101010010011001101010100010010111010010110001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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