#7A4D50

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

Shades of Solid Pink #7A4D50

Tints of Solid Pink #7A4D50

Color information

#7A4D50 (or 0x7A4D50) is unknown color: approx Solid Pink. HEX triplet: 7A, 4D and 50. RGB value is (122,77,80). Sum of RGB (Red+Green+Blue) = 122+77+80=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4D50 is #85B2AF. Grayscale: #5A5A5A. Windows color (decimal): -8762032 or 5262714. OLE color: 5262714.

HSL color Cylindrical-coordinate representation of color #7A4D50: hue angle of 356º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A4D50 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1227780-
CMYK00.370.340.52
HSL356º22.61%39.02%-
HSV(B)356º36.89%47.84%-
XYZ12.1310.028.89-
YUV90.8121.91150.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=43.73%
G=27.60%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122778000.370.340.5235622.6139.02
Hex7A4D5002522341641727
Octal17211512004542645442747
Binary111101010011011010000010010110001011010010110010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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