COLOR #7A6F6D

HEX: #7A6F6D
RGB: (122,111,109)

Color info

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

RGB color model

#7A6F6D color RGB value is (122,111,109).

  • red value is 122;
  • green value is 111;
  • blue value is 109.
RGB:
(122,111,109)
(48%,44%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 111 of 255 = 44%
B 109 of 255 = 43%

122
111
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 111 + 109 = 342 (100%)
R 122 of 342 ~ 35.67%
G 111 of 342 ~ 32.46%
B 109 of 342 ~ 31.87%

%35.67
%32.46
%31.87

CMYK color model

#7A6F6D color CMYK value is (0,9,11,52).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,9,11,52)
C0M9Y11K52 
(0%,9%,11%,52%)
(0.00/0.09/0.11/0.52)	

CMYK percentages

%0
%9.02
%10.66
%52.16

Codes

Color #7A6F6D in popluar color models

7A6F6D
RGB122111109
HSL5.63%45.29%
HSB/HSV10.66%47.84%
CMYK0.00%9.02%10.66%
52.16%

Color #7A6F6D in popluar number systems.

HEX7A6F6D
Decimal122111109
Binary111101011011111101101
Octal172157155

Shades and tints

Shades of #7A6F6D

#7A6F6D
(122,111,109)
#6F6564
(111,101,100)
#645B5B
(100,91,91)
#595152
(89,81,82)
#4E4749
(78,71,73)
#433D40
(67,61,64)
#383337
(56,51,55)
#2D292E
(45,41,46)
#221F25
(34,31,37)
#17151C
(23,21,28)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A6F6D

#7A6F6D
(122,111,109)
#867C7A
(134,124,122)
#928987
(146,137,135)
#9E9694
(158,150,148)
#AAA3A1
(170,163,161)
#B6B0AE
(182,176,174)
#C2BDBB
(194,189,187)
#CECAC8
(206,202,200)
#DAD7D5
(218,215,213)
#E6E4E2
(230,228,226)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6F6D color. Also use rgb(122,111,109) instead hex code.

Text Font Color

.myTextColor { color: #7A6F6D; }

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

This text font color is #7A6F6D.


Background Color

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

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

This div background color is #7A6F6D.


Border color

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

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

This div border color is #7A6F6D.


Opacity

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

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

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

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

This text has shadow with #7A6F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6F6D on black background.


Color preview on white background

This text has color #7A6F6D on white background.



Black color preview on #7A6F6D background

This text has black color on #7A6F6D background.


White color preview on #7A6F6D background

This text has white color on #7A6F6D background.