COLOR #7A6F60

HEX: #7A6F60
RGB: (122,111,96)

Color info

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

RGB color model

#7A6F60 color RGB value is (122,111,96).

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

RGB channels and saturation

R 122 of 255 = 48%
G 111 of 255 = 44%
B 96 of 255 = 38%

122
111
96

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

Portions of RGB colors in percentages

R + G + B =
122 + 111 + 96 = 329 (100%)
R 122 of 329 ~ 37.08%
G 111 of 329 ~ 33.74%
B 96 of 329 ~ 29.18%

%37.08
%33.74
%29.18

CMYK color model

#7A6F60 color CMYK value is (0,9,21,52).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(0,9,21,52)
C0M9Y21K52 
(0%,9%,21%,52%)
(0.00/0.09/0.21/0.52)	

CMYK percentages

%0
%9.02
%21.31
%52.16

Codes

Color #7A6F60 in popluar color models

7A6F60
RGB12211196
HSL35°11.93%42.75%
HSB/HSV35°21.31%47.84%
CMYK0.00%9.02%21.31%
52.16%

Color #7A6F60 in popluar number systems.

HEX7A6F60
Decimal12211196
Binary111101011011111100000
Octal172157140

Shades and tints

Shades of #7A6F60

#7A6F60
(122,111,96)
#6F6558
(111,101,88)
#645B50
(100,91,80)
#595148
(89,81,72)
#4E4740
(78,71,64)
#433D38
(67,61,56)
#383330
(56,51,48)
#2D2928
(45,41,40)
#221F20
(34,31,32)
#171518
(23,21,24)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #7A6F60

#7A6F60
(122,111,96)
#867C6E
(134,124,110)
#92897C
(146,137,124)
#9E968A
(158,150,138)
#AAA398
(170,163,152)
#B6B0A6
(182,176,166)
#C2BDB4
(194,189,180)
#CECAC2
(206,202,194)
#DAD7D0
(218,215,208)
#E6E4DE
(230,228,222)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6F60; }

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

This text font color is #7A6F60.


Background Color

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

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

This div background color is #7A6F60.


Border color

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

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

This div border color is #7A6F60.


Opacity

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

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

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

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

This text has shadow with #7A6F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6F60 on black background.


Color preview on white background

This text has color #7A6F60 on white background.



Black color preview on #7A6F60 background

This text has black color on #7A6F60 background.


White color preview on #7A6F60 background

This text has white color on #7A6F60 background.