COLOR #7A6C5F

HEX: #7A6C5F
RGB: (122,108,95)

Color info

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

RGB color model

#7A6C5F color RGB value is (122,108,95).

  • red value is 122;
  • green value is 108;
  • blue value is 95.
RGB:
(122,108,95)
(48%,42%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 108 of 255 = 42%
B 95 of 255 = 37%

122
108
95

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

Portions of RGB colors in percentages

R + G + B =
122 + 108 + 95 = 325 (100%)
R 122 of 325 ~ 37.54%
G 108 of 325 ~ 33.23%
B 95 of 325 ~ 29.23%

%37.54
%33.23
%29.23

CMYK color model

#7A6C5F color CMYK value is (0,11,22,52).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(0,11,22,52)
C0M11Y22K52 
(0%,11%,22%,52%)
(0.00/0.11/0.22/0.52)	

CMYK percentages

%0
%11.48
%22.13
%52.16

Codes

Color #7A6C5F in popluar color models

7A6C5F
RGB12210895
HSL29°12.44%42.55%
HSB/HSV29°22.13%47.84%
CMYK0.00%11.48%22.13%
52.16%

Color #7A6C5F in popluar number systems.

HEX7A6C5F
Decimal12210895
Binary111101011011001011111
Octal172154137

Shades and tints

Shades of #7A6C5F

#7A6C5F
(122,108,95)
#6F6357
(111,99,87)
#645A4F
(100,90,79)
#595147
(89,81,71)
#4E483F
(78,72,63)
#433F37
(67,63,55)
#38362F
(56,54,47)
#2D2D27
(45,45,39)
#22241F
(34,36,31)
#171B17
(23,27,23)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #7A6C5F

#7A6C5F
(122,108,95)
#86796D
(134,121,109)
#92867B
(146,134,123)
#9E9389
(158,147,137)
#AAA097
(170,160,151)
#B6ADA5
(182,173,165)
#C2BAB3
(194,186,179)
#CEC7C1
(206,199,193)
#DAD4CF
(218,212,207)
#E6E1DD
(230,225,221)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6C5F; }

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

This text font color is #7A6C5F.


Background Color

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

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

This div background color is #7A6C5F.


Border color

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

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

This div border color is #7A6C5F.


Opacity

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

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

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

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

This text has shadow with #7A6C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6C5F on black background.


Color preview on white background

This text has color #7A6C5F on white background.



Black color preview on #7A6C5F background

This text has black color on #7A6C5F background.


White color preview on #7A6C5F background

This text has white color on #7A6C5F background.