COLOR #7A4D60

HEX: #7A4D60
RGB: (122,77,96)

Color info

#7A4D60 contains red, green and blue colors in about the same proportion. Web safe color of #7A4D60 is #663366 (or #636).

RGB color model

#7A4D60 color RGB value is (122,77,96).

  • red value is 122;
  • green value is 77;
  • blue value is 96.
RGB:
(122,77,96)
(48%,30%,38%)

RGB channels and saturation

R 122 of 255 = 48%
G 77 of 255 = 30%
B 96 of 255 = 38%

122
77
96

R + G + B ~ 39%. #7A4D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 77 + 96 = 295 (100%)
R 122 of 295 ~ 41.36%
G 77 of 295 ~ 26.1%
B 96 of 295 ~ 32.54%

%41.36
%26.1
%32.54

CMYK color model

#7A4D60 color CMYK value is (0,37,21,52).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(0,37,21,52)
C0M37Y21K52 
(0%,37%,21%,52%)
(0.00/0.37/0.21/0.52)	

CMYK percentages

%0
%36.89
%21.31
%52.16

Codes

Color #7A4D60 in popluar color models

7A4D60
RGB1227796
HSL335°22.61%39.02%
HSB/HSV335°36.89%47.84%
CMYK0.00%36.89%21.31%
52.16%

Color #7A4D60 in popluar number systems.

HEX7A4D60
Decimal1227796
Binary111101010011011100000
Octal172115140

Shades and tints

Shades of #7A4D60

#7A4D60
(122,77,96)
#6F4658
(111,70,88)
#643F50
(100,63,80)
#593848
(89,56,72)
#4E3140
(78,49,64)
#432A38
(67,42,56)
#382330
(56,35,48)
#2D1C28
(45,28,40)
#221520
(34,21,32)
#170E18
(23,14,24)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #7A4D60

#7A4D60
(122,77,96)
#865D6E
(134,93,110)
#926D7C
(146,109,124)
#9E7D8A
(158,125,138)
#AA8D98
(170,141,152)
#B69DA6
(182,157,166)
#C2ADB4
(194,173,180)
#CEBDC2
(206,189,194)
#DACDD0
(218,205,208)
#E6DDDE
(230,221,222)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4D60 color. Also use rgb(122,77,96) instead hex code.

Text Font Color

.myTextColor { color: #7A4D60; }

<p style="color:#7A4D60">This sample text font color is #7A4D60.</p>

This text font color is #7A4D60.


Background Color

.myBgColor { background-color: #7A4D60; }

<div style="background-color:#7A4D60">Inner text</div>

This div background color is #7A4D60.


Border color

.myBorderColor { border: 1px solid #7A4D60; }

<div style="border:3px solid #7A4D60">Div</div>

This div border color is #7A4D60.


Opacity

.myOpacity80 { color: #7A4D60; opacity: 0.8; }

<p style="color:#7A4D60;opacity:0.8;">80%</p>

Text with #7A4D60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A4D60;}

<p style="text-shadow: 3px 3px 1px #7A4D60">Text here.</p>

This text has shadow with #7A4D60 color.

.textShadow {text-shadow: 3px 3px 1px #7A4D60, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A4D60, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A4D60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A4D60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A4D60, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A4D60 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A4D60;
  -webkit-box-shadow:	1px 1px 3px 2px #7A4D60;
  box-shadow:		1px 1px 3px 2px #7A4D60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A4D60;
-webkit-box-shadow: 1px 1px 3px 2px #7A4D60;
box-shadow:1px 1px 3px 2px #7A4D60;">
Div content here</div>
This div box has shadow with color #7A4D60.

Preview

Color preview on black background

This text has color #7A4D60 on black background.


Color preview on white background

This text has color #7A4D60 on white background.



Black color preview on #7A4D60 background

This text has black color on #7A4D60 background.


White color preview on #7A4D60 background

This text has white color on #7A4D60 background.