COLOR #7A5D5C

HEX: #7A5D5C RGB: (122,93,92)

Color info

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

RGB color model

#7A5D5C color RGB value is (122,93,92).

RGB: (122,93,92) (48%, 36%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 92 of 255 = 36%

122
93
92

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

Portions of RGB colors in percentages

R + G + B = 122 + 93 + 92 = 307 (100%)
R 122 of 307 ~ 39.74%
G 93 of 307 ~ 30.29%
B 92 of 307 ~ 29.97'%

%39.74
%30.29
%29.97

CMYK color model

#7A5D5C color CMYK value is (0,24,25,52).

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

CMYK: (0,24,25,52)
C0M24Y25K52 (0%, 24%, 25%, 52%)
(0.00 / 0.24 / 0.25 / 0.52)

CMYK percentages

%0
%23.77
%24.59
%52.16

Codes

Color #7A5D5C in popluar color models

7A 5D 5C
RGB 122 93 92
HSL 14.02% 41.96%
HSB/HSV 24.59% 47.84%
CMYK 0.00% 23.77% 24.59%
52.16%

Color #7A5D5C in popluar number systems.

HEX 7A 5D 5C
Decimal 122 93 92
Binary 1111010 1011101 1011100
Octal 172 135 134

Shades and tints

Shades of #7A5D5C

#7A5D5C
(122,93,92)
#6F5554
(111,85,84)
#644D4C
(100,77,76)
#594544
(89,69,68)
#4E3D3C
(78,61,60)
#433534
(67,53,52)
#382D2C
(56,45,44)
#2D2524
(45,37,36)
#221D1C
(34,29,28)
#171514
(23,21,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #7A5D5C

#7A5D5C
(122,93,92)
#866B6A
(134,107,106)
#927978
(146,121,120)
#9E8786
(158,135,134)
#AA9594
(170,149,148)
#B6A3A2
(182,163,162)
#C2B1B0
(194,177,176)
#CEBFBE
(206,191,190)
#DACDCC
(218,205,204)
#E6DBDA
(230,219,218)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5D5C; }

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

This text font color is #7A5D5C.

Background Color

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

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

This div background color is #7A5D5C.

Border color

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

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

This div border color is #7A5D5C.

Opacity

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

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

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

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

This text has shadow with #7A5D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5D5C.

Preview

Color preview on black background

This text has color #7A5D5C on black background.


Color preview on white background

This text has color #7A5D5C on white background.


Black color preview on #7A5D5C background

This text has black color on #7A5D5C background.


White color preview on #7A5D5C background

This text has white color on #7A5D5C background.


Related colors

Complementary color

Complementary color for #hex is #85A2A3.


I love getcolorcode.com

Triadic colors

1 #5C7A5D and #5D5C7A with #7A5D5C are triadic colors.

2 #5C5D7A and #5D7A5C with #7A5D5C are triadic colors.