COLOR #7A595F

HEX: #7A595F RGB: (122,89,95)

Color info

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

RGB color model

#7A595F color RGB value is (122,89,95).

RGB: (122,89,95) (48%, 35%, 37%)

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 95 of 255 = 37%

122
89
95

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

Portions of RGB colors in percentages

R + G + B = 122 + 89 + 95 = 306 (100%)
R 122 of 306 ~ 39.87%
G 89 of 306 ~ 29.08%
B 95 of 306 ~ 31.05'%

%39.87
%29.08
%31.05

CMYK color model

#7A595F color CMYK value is (0,27,22,52).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK: (0,27,22,52) C0M27Y22K52 (0%,27%,22%,52%) (0.00/0.27/0.22/0.52) 

CMYK percentages

%0
%27.05
%22.13
%52.16

Codes

Color #7A595F in popluar color models

7A 59 5F
RGB 122 89 95
HSL 349° 15.64% 41.37%
HSB/HSV 349° 27.05% 47.84%
CMYK 0.00% 27.05% 22.13%
52.16%

Color #7A595F in popluar number systems.

HEX 7A 59 5F
Decimal 122 89 95
Binary 1111010 1011001 1011111
Octal 172 131 137

Shades and tints

Shades of #7A595F

#7A595F
(122,89,95)
#6F5157
(111,81,87)
#64494F
(100,73,79)
#594147
(89,65,71)
#4E393F
(78,57,63)
#433137
(67,49,55)
#38292F
(56,41,47)
#2D2127
(45,33,39)
#22191F
(34,25,31)
#171117
(23,17,23)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #7A595F

#7A595F
(122,89,95)
#86686D
(134,104,109)
#92777B
(146,119,123)
#9E8689
(158,134,137)
#AA9597
(170,149,151)
#B6A4A5
(182,164,165)
#C2B3B3
(194,179,179)
#CEC2C1
(206,194,193)
#DAD1CF
(218,209,207)
#E6E0DD
(230,224,221)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A595F; }

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

This text font color is #7A595F.

Background Color

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

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

This div background color is #7A595F.

Border color

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

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

This div border color is #7A595F.

Opacity

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

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

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

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

This text has shadow with #7A595F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A595F.

Preview

Color preview on black background

This text has color #7A595F on black background.


Color preview on white background

This text has color #7A595F on white background.


Black color preview on #7A595F background

This text has black color on #7A595F background.


White color preview on #7A595F background

This text has white color on #7A595F background.


Related colors

Complementary color

Complementary color for #hex is #85A6A0.


I love getcolorcode.com

Triadic colors

1 #5F7A59 and #595F7A with #7A595F are triadic colors.

2 #5F597A and #597A5F with #7A595F are triadic colors.