#7A4950

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

Shades of Solid Pink #7A4950

Tints of Solid Pink #7A4950

Color information

#7A4950 (or 0x7A4950) is unknown color: approx Solid Pink. HEX triplet: 7A, 49 and 50. RGB value is (122,73,80). Sum of RGB (Red+Green+Blue) = 122+73+80=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4950 is #85B6AF. Grayscale: #585858. Windows color (decimal): -8763056 or 5261690. OLE color: 5261690.

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

Color convert

RGB1227380-
CMYK00.400.340.52
HSL351.43º25.13%38.24%-
HSV(B)351.43º40.16%47.84%-
XYZ11.869.488.79-
YUV88.45123.23151.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=44.36%
G=26.55%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122738000.400.340.52351.4325.1338.24
Hex7A4950028223415f1926
Octal17211112005042645373146
Binary111101010010011010000010100010001011010010101111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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