COLOR #7A4E60

HEX: #7A4E60
RGB: (122,78,96)

Color info

#7A4E60 contains red, green and blue colors in about the same proportion. Web safe color of #7A4E60 is #666666 (or #666).

RGB color model

#7A4E60 color RGB value is (122,78,96).

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

RGB channels and saturation

R 122 of 255 = 48%
G 78 of 255 = 31%
B 96 of 255 = 38%

122
78
96

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

Portions of RGB colors in percentages

R + G + B =
122 + 78 + 96 = 296 (100%)
R 122 of 296 ~ 41.22%
G 78 of 296 ~ 26.35%
B 96 of 296 ~ 32.43%

%41.22
%26.35
%32.43

CMYK color model

#7A4E60 color CMYK value is (0,36,21,52).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(0,36,21,52)
C0M36Y21K52 
(0%,36%,21%,52%)
(0.00/0.36/0.21/0.52)	

CMYK percentages

%0
%36.07
%21.31
%52.16

Codes

Color #7A4E60 in popluar color models

7A4E60
RGB1227896
HSL335°22.00%39.22%
HSB/HSV335°36.07%47.84%
CMYK0.00%36.07%21.31%
52.16%

Color #7A4E60 in popluar number systems.

HEX7A4E60
Decimal1227896
Binary111101010011101100000
Octal172116140

Shades and tints

Shades of #7A4E60

#7A4E60
(122,78,96)
#6F4758
(111,71,88)
#644050
(100,64,80)
#593948
(89,57,72)
#4E3240
(78,50,64)
#432B38
(67,43,56)
#382430
(56,36,48)
#2D1D28
(45,29,40)
#221620
(34,22,32)
#170F18
(23,15,24)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #7A4E60

#7A4E60
(122,78,96)
#865E6E
(134,94,110)
#926E7C
(146,110,124)
#9E7E8A
(158,126,138)
#AA8E98
(170,142,152)
#B69EA6
(182,158,166)
#C2AEB4
(194,174,180)
#CEBEC2
(206,190,194)
#DACED0
(218,206,208)
#E6DEDE
(230,222,222)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4E60; }

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

This text font color is #7A4E60.


Background Color

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

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

This div background color is #7A4E60.


Border color

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

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

This div border color is #7A4E60.


Opacity

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

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

Text with #7A4E60 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 #7A4E60;}

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

This text has shadow with #7A4E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4E60 on black background.


Color preview on white background

This text has color #7A4E60 on white background.



Black color preview on #7A4E60 background

This text has black color on #7A4E60 background.


White color preview on #7A4E60 background

This text has white color on #7A4E60 background.