COLOR #7A6C5D

HEX: #7A6C5D
RGB: (122,108,93)

Color info

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

RGB color model

#7A6C5D color RGB value is (122,108,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 108 of 255 = 42%
B 93 of 255 = 36%

122
108
93

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

Portions of RGB colors in percentages

R + G + B =
122 + 108 + 93 = 323 (100%)
R 122 of 323 ~ 37.77%
G 108 of 323 ~ 33.44%
B 93 of 323 ~ 28.79%

%37.77
%33.44
%28.79

CMYK color model

#7A6C5D color CMYK value is (0,11,24,52).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,11,24,52)
C0M11Y24K52 
(0%,11%,24%,52%)
(0.00/0.11/0.24/0.52)	

CMYK percentages

%0
%11.48
%23.77
%52.16

Codes

Color #7A6C5D in popluar color models

7A6C5D
RGB12210893
HSL31°13.49%42.16%
HSB/HSV31°23.77%47.84%
CMYK0.00%11.48%23.77%
52.16%

Color #7A6C5D in popluar number systems.

HEX7A6C5D
Decimal12210893
Binary111101011011001011101
Octal172154135

Shades and tints

Shades of #7A6C5D

#7A6C5D
(122,108,93)
#6F6355
(111,99,85)
#645A4D
(100,90,77)
#595145
(89,81,69)
#4E483D
(78,72,61)
#433F35
(67,63,53)
#38362D
(56,54,45)
#2D2D25
(45,45,37)
#22241D
(34,36,29)
#171B15
(23,27,21)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #7A6C5D

#7A6C5D
(122,108,93)
#86796B
(134,121,107)
#928679
(146,134,121)
#9E9387
(158,147,135)
#AAA095
(170,160,149)
#B6ADA3
(182,173,163)
#C2BAB1
(194,186,177)
#CEC7BF
(206,199,191)
#DAD4CD
(218,212,205)
#E6E1DB
(230,225,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6C5D; }

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

This text font color is #7A6C5D.


Background Color

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

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

This div background color is #7A6C5D.


Border color

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

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

This div border color is #7A6C5D.


Opacity

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

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

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

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

This text has shadow with #7A6C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6C5D on black background.


Color preview on white background

This text has color #7A6C5D on white background.



Black color preview on #7A6C5D background

This text has black color on #7A6C5D background.


White color preview on #7A6C5D background

This text has white color on #7A6C5D background.