COLOR #7A495D

HEX: #7A495D
RGB: (122,73,93)

Color info

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

RGB color model

#7A495D color RGB value is (122,73,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 73 of 255 = 29%
B 93 of 255 = 36%

122
73
93

R + G + B ~ 38%. #7A495D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 73 + 93 = 288 (100%)
R 122 of 288 ~ 42.36%
G 73 of 288 ~ 25.35%
B 93 of 288 ~ 32.29%

%42.36
%25.35
%32.29

CMYK color model

#7A495D color CMYK value is (0,40,24,52).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,40,24,52)
C0M40Y24K52 
(0%,40%,24%,52%)
(0.00/0.40/0.24/0.52)	

CMYK percentages

%0
%40.16
%23.77
%52.16

Codes

Color #7A495D in popluar color models

7A495D
RGB1227393
HSL336°25.13%38.24%
HSB/HSV336°40.16%47.84%
CMYK0.00%40.16%23.77%
52.16%

Color #7A495D in popluar number systems.

HEX7A495D
Decimal1227393
Binary111101010010011011101
Octal172111135

Shades and tints

Shades of #7A495D

#7A495D
(122,73,93)
#6F4355
(111,67,85)
#643D4D
(100,61,77)
#593745
(89,55,69)
#4E313D
(78,49,61)
#432B35
(67,43,53)
#38252D
(56,37,45)
#2D1F25
(45,31,37)
#22191D
(34,25,29)
#171315
(23,19,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #7A495D

#7A495D
(122,73,93)
#86596B
(134,89,107)
#926979
(146,105,121)
#9E7987
(158,121,135)
#AA8995
(170,137,149)
#B699A3
(182,153,163)
#C2A9B1
(194,169,177)
#CEB9BF
(206,185,191)
#DAC9CD
(218,201,205)
#E6D9DB
(230,217,219)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A495D; }

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

This text font color is #7A495D.


Background Color

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

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

This div background color is #7A495D.


Border color

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

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

This div border color is #7A495D.


Opacity

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

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

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

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

This text has shadow with #7A495D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A495D on black background.


Color preview on white background

This text has color #7A495D on white background.



Black color preview on #7A495D background

This text has black color on #7A495D background.


White color preview on #7A495D background

This text has white color on #7A495D background.