COLOR #7A666C

HEX: #7A666C RGB: (122,102,108)

Color info

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

RGB color model

#7A666C color RGB value is (122,102,108).

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

RGB channels and saturation

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

122
102
108

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

Portions of RGB colors in percentages

R + G + B = 122 + 102 + 108 = 332 (100%)
R 122 of 332 ~ 36.75%
G 102 of 332 ~ 30.72%
B 108 of 332 ~ 32.53'%

%36.75
%30.72
%32.53

CMYK color model

#7A666C color CMYK value is (0,16,11,52).

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

CMYK: (0,16,11,52)
C0M16Y11K52 (0%, 16%, 11%, 52%)
(0.00 / 0.16 / 0.11 / 0.52)

CMYK percentages

%0
%16.39
%11.48
%52.16

Codes

Color #7A666C in popluar color models

7A 66 6C
RGB 122 102 108
HSL 342° 8.93% 43.92%
HSB/HSV 342° 16.39% 47.84%
CMYK 0.00% 16.39% 11.48%
52.16%

Color #7A666C in popluar number systems.

HEX 7A 66 6C
Decimal 122 102 108
Binary 1111010 1100110 1101100
Octal 172 146 154

Shades and tints

Shades of #7A666C

#7A666C
(122,102,108)
#6F5D63
(111,93,99)
#64545A
(100,84,90)
#594B51
(89,75,81)
#4E4248
(78,66,72)
#43393F
(67,57,63)
#383036
(56,48,54)
#2D272D
(45,39,45)
#221E24
(34,30,36)
#17151B
(23,21,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #7A666C

#7A666C
(122,102,108)
#867379
(134,115,121)
#928086
(146,128,134)
#9E8D93
(158,141,147)
#AA9AA0
(170,154,160)
#B6A7AD
(182,167,173)
#C2B4BA
(194,180,186)
#CEC1C7
(206,193,199)
#DACED4
(218,206,212)
#E6DBE1
(230,219,225)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A666C; }

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

This text font color is #7A666C.

Background Color

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

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

This div background color is #7A666C.

Border color

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

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

This div border color is #7A666C.

Opacity

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

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

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

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

This text has shadow with #7A666C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A666C.

Preview

Color preview on black background

This text has color #7A666C on black background.


Color preview on white background

This text has color #7A666C on white background.


Black color preview on #7A666C background

This text has black color on #7A666C background.


White color preview on #7A666C background

This text has white color on #7A666C background.


Related colors

Complementary color

Complementary color for #hex is #859993.


I love getcolorcode.com

Triadic colors

1 #6C7A66 and #666C7A with #7A666C are triadic colors.

2 #6C667A and #667A6C with #7A666C are triadic colors.