COLOR #7A5D5F

HEX: #7A5D5F RGB: (122,93,95)

Color info

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

RGB color model

#7A5D5F color RGB value is (122,93,95).

RGB: (122,93,95) (48%, 36%, 37%)

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 95 of 255 = 37%

122
93
95

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

Portions of RGB colors in percentages

R + G + B = 122 + 93 + 95 = 310 (100%)
R 122 of 310 ~ 39.35%
G 93 of 310 ~ 30%
B 95 of 310 ~ 30.65'%

%39.35
%30
%30.65

CMYK color model

#7A5D5F color CMYK value is (0,24,22,52).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 22.13%
  • key color value is 52.16%

CMYK: (0,24,22,52)
C0M24Y22K52 (0%, 24%, 22%, 52%)
(0.00 / 0.24 / 0.22 / 0.52)

CMYK percentages

%0
%23.77
%22.13
%52.16

Codes

Color #7A5D5F in popluar color models

7A 5D 5F
RGB 122 93 95
HSL 356° 13.49% 42.16%
HSB/HSV 356° 23.77% 47.84%
CMYK 0.00% 23.77% 22.13%
52.16%

Color #7A5D5F in popluar number systems.

HEX 7A 5D 5F
Decimal 122 93 95
Binary 1111010 1011101 1011111
Octal 172 135 137

Shades and tints

Shades of #7A5D5F

#7A5D5F
(122,93,95)
#6F5557
(111,85,87)
#644D4F
(100,77,79)
#594547
(89,69,71)
#4E3D3F
(78,61,63)
#433537
(67,53,55)
#382D2F
(56,45,47)
#2D2527
(45,37,39)
#221D1F
(34,29,31)
#171517
(23,21,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #7A5D5F

#7A5D5F
(122,93,95)
#866B6D
(134,107,109)
#92797B
(146,121,123)
#9E8789
(158,135,137)
#AA9597
(170,149,151)
#B6A3A5
(182,163,165)
#C2B1B3
(194,177,179)
#CEBFC1
(206,191,193)
#DACDCF
(218,205,207)
#E6DBDD
(230,219,221)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5D5F; }

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

This text font color is #7A5D5F.

Background Color

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

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

This div background color is #7A5D5F.

Border color

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

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

This div border color is #7A5D5F.

Opacity

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

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

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

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

This text has shadow with #7A5D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5D5F.

Preview

Color preview on black background

This text has color #7A5D5F on black background.


Color preview on white background

This text has color #7A5D5F on white background.


Black color preview on #7A5D5F background

This text has black color on #7A5D5F background.


White color preview on #7A5D5F background

This text has white color on #7A5D5F background.


Related colors

Complementary color

Complementary color for #hex is #85A2A0.


I love getcolorcode.com

Triadic colors

1 #5F7A5D and #5D5F7A with #7A5D5F are triadic colors.

2 #5F5D7A and #5D7A5F with #7A5D5F are triadic colors.