COLOR #7A516C

HEX: #7A516C
RGB: (122,81,108)

Color info

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

RGB color model

#7A516C color RGB value is (122,81,108).

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

RGB channels and saturation

R 122 of 255 = 48%
G 81 of 255 = 32%
B 108 of 255 = 42%

122
81
108

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

Portions of RGB colors in percentages

R + G + B =
122 + 81 + 108 = 311 (100%)
R 122 of 311 ~ 39.23%
G 81 of 311 ~ 26.05%
B 108 of 311 ~ 34.73%

%39.23
%26.05
%34.73

CMYK color model

#7A516C color CMYK value is (0,34,11,52).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 11.48%
  • key color value is 52.16%
CMYK:
(0,34,11,52)
C0M34Y11K52 
(0%,34%,11%,52%)
(0.00/0.34/0.11/0.52)	

CMYK percentages

%0
%33.61
%11.48
%52.16

Codes

Color #7A516C in popluar color models

7A516C
RGB12281108
HSL320°20.20%39.80%
HSB/HSV320°33.61%47.84%
CMYK0.00%33.61%11.48%
52.16%

Color #7A516C in popluar number systems.

HEX7A516C
Decimal12281108
Binary111101010100011101100
Octal172121154

Shades and tints

Shades of #7A516C

#7A516C
(122,81,108)
#6F4A63
(111,74,99)
#64435A
(100,67,90)
#593C51
(89,60,81)
#4E3548
(78,53,72)
#432E3F
(67,46,63)
#382736
(56,39,54)
#2D202D
(45,32,45)
#221924
(34,25,36)
#17121B
(23,18,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #7A516C

#7A516C
(122,81,108)
#866079
(134,96,121)
#926F86
(146,111,134)
#9E7E93
(158,126,147)
#AA8DA0
(170,141,160)
#B69CAD
(182,156,173)
#C2ABBA
(194,171,186)
#CEBAC7
(206,186,199)
#DAC9D4
(218,201,212)
#E6D8E1
(230,216,225)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A516C; }

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

This text font color is #7A516C.


Background Color

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

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

This div background color is #7A516C.


Border color

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

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

This div border color is #7A516C.


Opacity

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

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

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

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

This text has shadow with #7A516C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A516C on black background.


Color preview on white background

This text has color #7A516C on white background.



Black color preview on #7A516C background

This text has black color on #7A516C background.


White color preview on #7A516C background

This text has white color on #7A516C background.