COLOR #7A666A

HEX: #7A666A RGB: (122,102,106)

Color info

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

RGB color model

#7A666A color RGB value is (122,102,106).

RGB: (122,102,106) (48%, 40%, 42%)

RGB channels and saturation

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

122
102
106

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

Portions of RGB colors in percentages

R + G + B = 122 + 102 + 106 = 330 (100%)
R 122 of 330 ~ 36.97%
G 102 of 330 ~ 30.91%
B 106 of 330 ~ 32.12'%

%36.97
%30.91
%32.12

CMYK color model

#7A666A color CMYK value is (0,16,13,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 13.11%
  • key color value is 52.16%

CMYK: (0,16,13,52)
C0M16Y13K52 (0%, 16%, 13%, 52%)
(0.00 / 0.16 / 0.13 / 0.52)

CMYK percentages

%0
%16.39
%13.11
%52.16

Codes

Color #7A666A in popluar color models

7A 66 6A
RGB 122 102 106
HSL 348° 8.93% 43.92%
HSB/HSV 348° 16.39% 47.84%
CMYK 0.00% 16.39% 13.11%
52.16%

Color #7A666A in popluar number systems.

HEX 7A 66 6A
Decimal 122 102 106
Binary 1111010 1100110 1101010
Octal 172 146 152

Shades and tints

Shades of #7A666A

#7A666A
(122,102,106)
#6F5D61
(111,93,97)
#645458
(100,84,88)
#594B4F
(89,75,79)
#4E4246
(78,66,70)
#43393D
(67,57,61)
#383034
(56,48,52)
#2D272B
(45,39,43)
#221E22
(34,30,34)
#171519
(23,21,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #7A666A

#7A666A
(122,102,106)
#867377
(134,115,119)
#928084
(146,128,132)
#9E8D91
(158,141,145)
#AA9A9E
(170,154,158)
#B6A7AB
(182,167,171)
#C2B4B8
(194,180,184)
#CEC1C5
(206,193,197)
#DACED2
(218,206,210)
#E6DBDF
(230,219,223)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A666A; }

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

This text font color is #7A666A.

Background Color

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

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

This div background color is #7A666A.

Border color

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

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

This div border color is #7A666A.

Opacity

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

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

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

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

This text has shadow with #7A666A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A666A.

Preview

Color preview on black background

This text has color #7A666A on black background.


Color preview on white background

This text has color #7A666A on white background.


Black color preview on #7A666A background

This text has black color on #7A666A background.


White color preview on #7A666A background

This text has white color on #7A666A background.


Related colors

Complementary color

Complementary color for #hex is #859995.


I love getcolorcode.com

Triadic colors

1 #6A7A66 and #666A7A with #7A666A are triadic colors.

2 #6A667A and #667A6A with #7A666A are triadic colors.