COLOR #7A756B

HEX: #7A756B RGB: (122,117,107)

Color info

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

RGB color model

#7A756B color RGB value is (122,117,107).

RGB: (122,117,107) (48%, 46%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 107 of 255 = 42%

122
117
107

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

Portions of RGB colors in percentages

R + G + B = 122 + 117 + 107 = 346 (100%)
R 122 of 346 ~ 35.26%
G 117 of 346 ~ 33.82%
B 107 of 346 ~ 30.92'%

%35.26
%33.82
%30.92

CMYK color model

#7A756B color CMYK value is (0,4,12,52).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 12.30%
  • key color value is 52.16%

CMYK: (0,4,12,52)
C0M4Y12K52 (0%, 4%, 12%, 52%)
(0.00 / 0.04 / 0.12 / 0.52)

CMYK percentages

%0
%4.1
%12.3
%52.16

Codes

Color #7A756B in popluar color models

7A 75 6B
RGB 122 117 107
HSL 40° 6.55% 44.90%
HSB/HSV 40° 12.30% 47.84%
CMYK 0.00% 4.10% 12.30%
52.16%

Color #7A756B in popluar number systems.

HEX 7A 75 6B
Decimal 122 117 107
Binary 1111010 1110101 1101011
Octal 172 165 153

Shades and tints

Shades of #7A756B

#7A756B
(122,117,107)
#6F6B62
(111,107,98)
#646159
(100,97,89)
#595750
(89,87,80)
#4E4D47
(78,77,71)
#43433E
(67,67,62)
#383935
(56,57,53)
#2D2F2C
(45,47,44)
#222523
(34,37,35)
#171B1A
(23,27,26)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #7A756B

#7A756B
(122,117,107)
#868178
(134,129,120)
#928D85
(146,141,133)
#9E9992
(158,153,146)
#AAA59F
(170,165,159)
#B6B1AC
(182,177,172)
#C2BDB9
(194,189,185)
#CEC9C6
(206,201,198)
#DAD5D3
(218,213,211)
#E6E1E0
(230,225,224)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A756B; }

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

This text font color is #7A756B.

Background Color

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

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

This div background color is #7A756B.

Border color

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

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

This div border color is #7A756B.

Opacity

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

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

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

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

This text has shadow with #7A756B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A756B.

Preview

Color preview on black background

This text has color #7A756B on black background.


Color preview on white background

This text has color #7A756B on white background.


Black color preview on #7A756B background

This text has black color on #7A756B background.


White color preview on #7A756B background

This text has white color on #7A756B background.


Related colors

Complementary color

Complementary color for #hex is #858A94.


I love getcolorcode.com

Triadic colors

1 #6B7A75 and #756B7A with #7A756B are triadic colors.

2 #6B757A and #757A6B with #7A756B are triadic colors.