#7A4A4F

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

Shades of Solid Pink #7A4A4F

Tints of Solid Pink #7A4A4F

Color information

#7A4A4F (or 0x7A4A4F) is unknown color: approx Solid Pink. HEX triplet: 7A, 4A and 4F. RGB value is (122,74,79). Sum of RGB (Red+Green+Blue) = 122+74+79=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A4F is #85B5B0. Grayscale: #585858. Windows color (decimal): -8762801 or 5196410. OLE color: 5196410.

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

Color convert

RGB1227479-
CMYK00.390.350.52
HSL353.75º24.49%38.43%-
HSV(B)353.75º39.34%47.84%-
XYZ11.899.68.62-
YUV88.92122.4151.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=44.36%
G=26.91%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122747900.390.350.52353.7524.4938.43
Hex7A4A4F02723341621826
Octal17211211704743645423046
Binary111101010010101001111010011110001111010010110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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