COLOR #7A6166

HEX: #7A6166
RGB: (122,97,102)

Color info

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

RGB color model

#7A6166 color RGB value is (122,97,102).

  • red value is 122;
  • green value is 97;
  • blue value is 102.
RGB:
(122,97,102)
(48%,38%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 102 of 255 = 40%

122
97
102

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 102 = 321 (100%)
R 122 of 321 ~ 38.01%
G 97 of 321 ~ 30.22%
B 102 of 321 ~ 31.78%

%38.01
%30.22
%31.78

CMYK color model

#7A6166 color CMYK value is (0,20,16,52).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 16.39%
  • key color value is 52.16%
CMYK:
(0,20,16,52)
C0M20Y16K52 
(0%,20%,16%,52%)
(0.00/0.20/0.16/0.52)	

CMYK percentages

%0
%20.49
%16.39
%52.16

Codes

Color #7A6166 in popluar color models

7A6166
RGB12297102
HSL348°11.42%42.94%
HSB/HSV348°20.49%47.84%
CMYK0.00%20.49%16.39%
52.16%

Color #7A6166 in popluar number systems.

HEX7A6166
Decimal12297102
Binary111101011000011100110
Octal172141146

Shades and tints

Shades of #7A6166

#7A6166
(122,97,102)
#6F595D
(111,89,93)
#645154
(100,81,84)
#59494B
(89,73,75)
#4E4142
(78,65,66)
#433939
(67,57,57)
#383130
(56,49,48)
#2D2927
(45,41,39)
#22211E
(34,33,30)
#171915
(23,25,21)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #7A6166

#7A6166
(122,97,102)
#866F73
(134,111,115)
#927D80
(146,125,128)
#9E8B8D
(158,139,141)
#AA999A
(170,153,154)
#B6A7A7
(182,167,167)
#C2B5B4
(194,181,180)
#CEC3C1
(206,195,193)
#DAD1CE
(218,209,206)
#E6DFDB
(230,223,219)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6166 color. Also use rgb(122,97,102) instead hex code.

Text Font Color

.myTextColor { color: #7A6166; }

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

This text font color is #7A6166.


Background Color

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

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

This div background color is #7A6166.


Border color

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

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

This div border color is #7A6166.


Opacity

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

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

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

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

This text has shadow with #7A6166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6166 on black background.


Color preview on white background

This text has color #7A6166 on white background.



Black color preview on #7A6166 background

This text has black color on #7A6166 background.


White color preview on #7A6166 background

This text has white color on #7A6166 background.