COLOR #7A475D

HEX: #7A475D
RGB: (122,71,93)

Color info

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

RGB color model

#7A475D color RGB value is (122,71,93).

  • red value is 122;
  • green value is 71;
  • blue value is 93.
RGB:
(122,71,93)
(48%,28%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 93 of 255 = 36%

122
71
93

R + G + B ~ 37%. #7A475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 71 + 93 = 286 (100%)
R 122 of 286 ~ 42.66%
G 71 of 286 ~ 24.83%
B 93 of 286 ~ 32.52%

%42.66
%24.83
%32.52

CMYK color model

#7A475D color CMYK value is (0,42,24,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,42,24,52)
C0M42Y24K52 
(0%,42%,24%,52%)
(0.00/0.42/0.24/0.52)	

CMYK percentages

%0
%41.8
%23.77
%52.16

Codes

Color #7A475D in popluar color models

7A475D
RGB1227193
HSL334°26.42%37.84%
HSB/HSV334°41.80%47.84%
CMYK0.00%41.80%23.77%
52.16%

Color #7A475D in popluar number systems.

HEX7A475D
Decimal1227193
Binary111101010001111011101
Octal172107135

Shades and tints

Shades of #7A475D

#7A475D
(122,71,93)
#6F4155
(111,65,85)
#643B4D
(100,59,77)
#593545
(89,53,69)
#4E2F3D
(78,47,61)
#432935
(67,41,53)
#38232D
(56,35,45)
#2D1D25
(45,29,37)
#22171D
(34,23,29)
#171115
(23,17,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #7A475D

#7A475D
(122,71,93)
#86576B
(134,87,107)
#926779
(146,103,121)
#9E7787
(158,119,135)
#AA8795
(170,135,149)
#B697A3
(182,151,163)
#C2A7B1
(194,167,177)
#CEB7BF
(206,183,191)
#DAC7CD
(218,199,205)
#E6D7DB
(230,215,219)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A475D color. Also use rgb(122,71,93) instead hex code.

Text Font Color

.myTextColor { color: #7A475D; }

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

This text font color is #7A475D.


Background Color

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

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

This div background color is #7A475D.


Border color

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

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

This div border color is #7A475D.


Opacity

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

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

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

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

This text has shadow with #7A475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A475D on black background.


Color preview on white background

This text has color #7A475D on white background.



Black color preview on #7A475D background

This text has black color on #7A475D background.


White color preview on #7A475D background

This text has white color on #7A475D background.