#7A4A4C

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

Shades of Solid Pink #7A4A4C

Tints of Solid Pink #7A4A4C

Color information

#7A4A4C (or 0x7A4A4C) is unknown color: approx Solid Pink. HEX triplet: 7A, 4A and 4C. RGB value is (122,74,76). Sum of RGB (Red+Green+Blue) = 122+74+76=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A4C is #85B5B3. Grayscale: #585858. Windows color (decimal): -8762804 or 4999802. OLE color: 4999802.

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

Color convert

RGB1227476-
CMYK00.390.380.52
HSL357.5º24.49%38.43%-
HSV(B)357.5º39.34%47.84%-
XYZ11.789.568.06-
YUV88.58120.9151.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=44.85%
G=27.21%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122747600.390.380.52357.524.4938.43
Hex7A4A4C02726341661826
Octal17211211404746645463046
Binary111101010010101001100010011110011011010010110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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