COLOR #7A666B

HEX: #7A666B
RGB: (122,102,107)

Color info

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

RGB color model

#7A666B color RGB value is (122,102,107).

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

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 107 of 255 = 42%

122
102
107

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 107 = 331 (100%)
R 122 of 331 ~ 36.86%
G 102 of 331 ~ 30.82%
B 107 of 331 ~ 32.33%

%36.86
%30.82
%32.33

CMYK color model

#7A666B color CMYK value is (0,16,12,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 12.30%
  • key color value is 52.16%
CMYK:
(0,16,12,52)
C0M16Y12K52 
(0%,16%,12%,52%)
(0.00/0.16/0.12/0.52)	

CMYK percentages

%0
%16.39
%12.3
%52.16

Codes

Color #7A666B in popluar color models

7A666B
RGB122102107
HSL345°8.93%43.92%
HSB/HSV345°16.39%47.84%
CMYK0.00%16.39%12.30%
52.16%

Color #7A666B in popluar number systems.

HEX7A666B
Decimal122102107
Binary111101011001101101011
Octal172146153

Shades and tints

Shades of #7A666B

#7A666B
(122,102,107)
#6F5D62
(111,93,98)
#645459
(100,84,89)
#594B50
(89,75,80)
#4E4247
(78,66,71)
#43393E
(67,57,62)
#383035
(56,48,53)
#2D272C
(45,39,44)
#221E23
(34,30,35)
#17151A
(23,21,26)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #7A666B

#7A666B
(122,102,107)
#867378
(134,115,120)
#928085
(146,128,133)
#9E8D92
(158,141,146)
#AA9A9F
(170,154,159)
#B6A7AC
(182,167,172)
#C2B4B9
(194,180,185)
#CEC1C6
(206,193,198)
#DACED3
(218,206,211)
#E6DBE0
(230,219,224)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A666B; }

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

This text font color is #7A666B.


Background Color

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

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

This div background color is #7A666B.


Border color

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

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

This div border color is #7A666B.


Opacity

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

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

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

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

This text has shadow with #7A666B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A666B on black background.


Color preview on white background

This text has color #7A666B on white background.



Black color preview on #7A666B background

This text has black color on #7A666B background.


White color preview on #7A666B background

This text has white color on #7A666B background.