COLOR #7A5657

HEX: #7A5657
RGB: (122,86,87)

Color info

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

RGB color model

#7A5657 color RGB value is (122,86,87).

  • red value is 122;
  • green value is 86;
  • blue value is 87.
RGB:
(122,86,87)
(48%,34%,34%)

RGB channels and saturation

R 122 of 255 = 48%
G 86 of 255 = 34%
B 87 of 255 = 34%

122
86
87

R + G + B ~ 39%. #7A5657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 86 + 87 = 295 (100%)
R 122 of 295 ~ 41.36%
G 86 of 295 ~ 29.15%
B 87 of 295 ~ 29.49%

%41.36
%29.15
%29.49

CMYK color model

#7A5657 color CMYK value is (0,30,29,52).

  • cyan value is 0.00%
  • magenta value is 29.51%
  • yellow value is 28.69%
  • key color value is 52.16%
CMYK:
(0,30,29,52)
C0M30Y29K52 
(0%,30%,29%,52%)
(0.00/0.30/0.29/0.52)	

CMYK percentages

%0
%29.51
%28.69
%52.16

Codes

Color #7A5657 in popluar color models

7A5657
RGB1228687
HSL358°17.31%40.78%
HSB/HSV358°29.51%47.84%
CMYK0.00%29.51%28.69%
52.16%

Color #7A5657 in popluar number systems.

HEX7A5657
Decimal1228687
Binary111101010101101010111
Octal172126127

Shades and tints

Shades of #7A5657

#7A5657
(122,86,87)
#6F4F50
(111,79,80)
#644849
(100,72,73)
#594142
(89,65,66)
#4E3A3B
(78,58,59)
#433334
(67,51,52)
#382C2D
(56,44,45)
#2D2526
(45,37,38)
#221E1F
(34,30,31)
#171718
(23,23,24)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #7A5657

#7A5657
(122,86,87)
#866566
(134,101,102)
#927475
(146,116,117)
#9E8384
(158,131,132)
#AA9293
(170,146,147)
#B6A1A2
(182,161,162)
#C2B0B1
(194,176,177)
#CEBFC0
(206,191,192)
#DACECF
(218,206,207)
#E6DDDE
(230,221,222)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5657; }

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

This text font color is #7A5657.


Background Color

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

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

This div background color is #7A5657.


Border color

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

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

This div border color is #7A5657.


Opacity

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

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

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

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

This text has shadow with #7A5657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5657 on black background.


Color preview on white background

This text has color #7A5657 on white background.



Black color preview on #7A5657 background

This text has black color on #7A5657 background.


White color preview on #7A5657 background

This text has white color on #7A5657 background.