#7A4D4F

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

Shades of Solid Pink #7A4D4F

Tints of Solid Pink #7A4D4F

Color information

#7A4D4F (or 0x7A4D4F) is unknown color: approx Solid Pink. HEX triplet: 7A, 4D and 4F. RGB value is (122,77,79). Sum of RGB (Red+Green+Blue) = 122+77+79=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4D4F is #85B2B0. Grayscale: #5A5A5A. Windows color (decimal): -8762033 or 5197178. OLE color: 5197178.

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

Color convert

RGB1227779-
CMYK00.370.350.52
HSL357.33º22.61%39.02%-
HSV(B)357.33º36.89%47.84%-
XYZ12.0910.018.69-
YUV90.68121.41150.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=43.88%
G=27.70%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122777900.370.350.52357.3322.6139.02
Hex7A4D4F02523341651727
Octal17211511704543645452747
Binary111101010011011001111010010110001111010010110010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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