COLOR #7A595D

HEX: #7A595D
RGB: (122,89,93)

Color info

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

RGB color model

#7A595D color RGB value is (122,89,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 93 of 255 = 36%

122
89
93

R + G + B ~ 40%. #7A595D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 89 + 93 = 304 (100%)
R 122 of 304 ~ 40.13%
G 89 of 304 ~ 29.28%
B 93 of 304 ~ 30.59%

%40.13
%29.28
%30.59

CMYK color model

#7A595D color CMYK value is (0,27,24,52).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,27,24,52)
C0M27Y24K52 
(0%,27%,24%,52%)
(0.00/0.27/0.24/0.52)	

CMYK percentages

%0
%27.05
%23.77
%52.16

Codes

Color #7A595D in popluar color models

7A595D
RGB1228993
HSL353°15.64%41.37%
HSB/HSV353°27.05%47.84%
CMYK0.00%27.05%23.77%
52.16%

Color #7A595D in popluar number systems.

HEX7A595D
Decimal1228993
Binary111101010110011011101
Octal172131135

Shades and tints

Shades of #7A595D

#7A595D
(122,89,93)
#6F5155
(111,81,85)
#64494D
(100,73,77)
#594145
(89,65,69)
#4E393D
(78,57,61)
#433135
(67,49,53)
#38292D
(56,41,45)
#2D2125
(45,33,37)
#22191D
(34,25,29)
#171115
(23,17,21)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #7A595D

#7A595D
(122,89,93)
#86686B
(134,104,107)
#927779
(146,119,121)
#9E8687
(158,134,135)
#AA9595
(170,149,149)
#B6A4A3
(182,164,163)
#C2B3B1
(194,179,177)
#CEC2BF
(206,194,191)
#DAD1CD
(218,209,205)
#E6E0DB
(230,224,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A595D; }

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

This text font color is #7A595D.


Background Color

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

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

This div background color is #7A595D.


Border color

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

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

This div border color is #7A595D.


Opacity

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

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

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

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

This text has shadow with #7A595D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A595D on black background.


Color preview on white background

This text has color #7A595D on white background.



Black color preview on #7A595D background

This text has black color on #7A595D background.


White color preview on #7A595D background

This text has white color on #7A595D background.