#7A4951

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

Shades of Solid Pink #7A4951

Tints of Solid Pink #7A4951

Color information

#7A4951 (or 0x7A4951) is unknown color: approx Solid Pink. HEX triplet: 7A, 49 and 51. RGB value is (122,73,81). Sum of RGB (Red+Green+Blue) = 122+73+81=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4951 is #85B6AE. Grayscale: #585858. Windows color (decimal): -8763055 or 5327226. OLE color: 5327226.

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

Color convert

RGB1227381-
CMYK00.400.340.52
HSL350.2º25.13%38.24%-
HSV(B)350.2º40.16%47.84%-
XYZ11.899.58.99-
YUV88.56123.73151.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.20%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=44.20%
G=26.45%
B=29.35%

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
Decimal122738100.400.340.52350.225.1338.24
Hex7A4951028223415e1926
Octal17211112105042645363146
Binary111101010010011010001010100010001011010010101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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