COLOR #7A576C

HEX: #7A576C
RGB: (122,87,108)

Color info

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

RGB color model

#7A576C color RGB value is (122,87,108).

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

RGB channels and saturation

R 122 of 255 = 48%
G 87 of 255 = 34%
B 108 of 255 = 42%

122
87
108

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

Portions of RGB colors in percentages

R + G + B =
122 + 87 + 108 = 317 (100%)
R 122 of 317 ~ 38.49%
G 87 of 317 ~ 27.44%
B 108 of 317 ~ 34.07%

%38.49
%27.44
%34.07

CMYK color model

#7A576C color CMYK value is (0,29,11,52).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 11.48%
  • key color value is 52.16%
CMYK:
(0,29,11,52)
C0M29Y11K52 
(0%,29%,11%,52%)
(0.00/0.29/0.11/0.52)	

CMYK percentages

%0
%28.69
%11.48
%52.16

Codes

Color #7A576C in popluar color models

7A576C
RGB12287108
HSL324°16.75%40.98%
HSB/HSV324°28.69%47.84%
CMYK0.00%28.69%11.48%
52.16%

Color #7A576C in popluar number systems.

HEX7A576C
Decimal12287108
Binary111101010101111101100
Octal172127154

Shades and tints

Shades of #7A576C

#7A576C
(122,87,108)
#6F5063
(111,80,99)
#64495A
(100,73,90)
#594251
(89,66,81)
#4E3B48
(78,59,72)
#43343F
(67,52,63)
#382D36
(56,45,54)
#2D262D
(45,38,45)
#221F24
(34,31,36)
#17181B
(23,24,27)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A576C

#7A576C
(122,87,108)
#866679
(134,102,121)
#927586
(146,117,134)
#9E8493
(158,132,147)
#AA93A0
(170,147,160)
#B6A2AD
(182,162,173)
#C2B1BA
(194,177,186)
#CEC0C7
(206,192,199)
#DACFD4
(218,207,212)
#E6DEE1
(230,222,225)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A576C; }

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

This text font color is #7A576C.


Background Color

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

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

This div background color is #7A576C.


Border color

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

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

This div border color is #7A576C.


Opacity

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

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

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

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

This text has shadow with #7A576C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A576C on black background.


Color preview on white background

This text has color #7A576C on white background.



Black color preview on #7A576C background

This text has black color on #7A576C background.


White color preview on #7A576C background

This text has white color on #7A576C background.