COLOR #7A5752

HEX: #7A5752 RGB: (122,87,82)

Color info

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

RGB color model

#7A5752 color RGB value is (122,87,82).

RGB: (122,87,82) (48%, 34%, 32%)

RGB channels and saturation

R 122 of 255 = 48%
G 87 of 255 = 34%
B 82 of 255 = 32%

122
87
82

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

Portions of RGB colors in percentages

R + G + B = 122 + 87 + 82 = 291 (100%)
R 122 of 291 ~ 41.92%
G 87 of 291 ~ 29.9%
B 82 of 291 ~ 28.18'%

%41.92
%29.9
%28.18

CMYK color model

#7A5752 color CMYK value is (0,29,33,52).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 32.79%
  • key color value is 52.16%
CMYK: (0,29,33,52) C0M29Y33K52 (0%,29%,33%,52%) (0.00/0.29/0.33/0.52) 

CMYK percentages

%0
%28.69
%32.79
%52.16

Codes

Color #7A5752 in popluar color models

7A 57 52
RGB 122 87 82
HSL 19.61% 40.00%
HSB/HSV 32.79% 47.84%
CMYK 0.00% 28.69% 32.79%
52.16%

Color #7A5752 in popluar number systems.

HEX 7A 57 52
Decimal 122 87 82
Binary 1111010 1010111 1010010
Octal 172 127 122

Shades and tints

Shades of #7A5752

#7A5752
(122,87,82)
#6F504B
(111,80,75)
#644944
(100,73,68)
#59423D
(89,66,61)
#4E3B36
(78,59,54)
#43342F
(67,52,47)
#382D28
(56,45,40)
#2D2621
(45,38,33)
#221F1A
(34,31,26)
#171813
(23,24,19)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #7A5752

#7A5752
(122,87,82)
#866661
(134,102,97)
#927570
(146,117,112)
#9E847F
(158,132,127)
#AA938E
(170,147,142)
#B6A29D
(182,162,157)
#C2B1AC
(194,177,172)
#CEC0BB
(206,192,187)
#DACFCA
(218,207,202)
#E6DED9
(230,222,217)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5752 color. Also use rgb(122,87,82) instead hex code.

Text Font Color

.myTextColor { color: #7A5752; }

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

This text font color is #7A5752.

Background Color

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

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

This div background color is #7A5752.

Border color

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

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

This div border color is #7A5752.

Opacity

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

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

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

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

This text has shadow with #7A5752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5752.

Preview

Color preview on black background

This text has color #7A5752 on black background.


Color preview on white background

This text has color #7A5752 on white background.


Black color preview on #7A5752 background

This text has black color on #7A5752 background.


White color preview on #7A5752 background

This text has white color on #7A5752 background.


Related colors

Complementary color

Complementary color for #hex is #85A8AD.


I love getcolorcode.com

Triadic colors

1 #527A57 and #57527A with #7A5752 are triadic colors.

2 #52577A and #577A52 with #7A5752 are triadic colors.