COLOR #7A6B50

HEX: #7A6B50
RGB: (122,107,80)

Color info

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

RGB color model

#7A6B50 color RGB value is (122,107,80).

  • red value is 122;
  • green value is 107;
  • blue value is 80.
RGB:
(122,107,80)
(48%,42%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 80 of 255 = 31%

122
107
80

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 80 = 309 (100%)
R 122 of 309 ~ 39.48%
G 107 of 309 ~ 34.63%
B 80 of 309 ~ 25.89%

%39.48
%34.63
%25.89

CMYK color model

#7A6B50 color CMYK value is (0,12,34,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(0,12,34,52)
C0M12Y34K52 
(0%,12%,34%,52%)
(0.00/0.12/0.34/0.52)	

CMYK percentages

%0
%12.3
%34.43
%52.16

Codes

Color #7A6B50 in popluar color models

7A6B50
RGB12210780
HSL39°20.79%39.61%
HSB/HSV39°34.43%47.84%
CMYK0.00%12.30%34.43%
52.16%

Color #7A6B50 in popluar number systems.

HEX7A6B50
Decimal12210780
Binary111101011010111010000
Octal172153120

Shades and tints

Shades of #7A6B50

#7A6B50
(122,107,80)
#6F6249
(111,98,73)
#645942
(100,89,66)
#59503B
(89,80,59)
#4E4734
(78,71,52)
#433E2D
(67,62,45)
#383526
(56,53,38)
#2D2C1F
(45,44,31)
#222318
(34,35,24)
#171A11
(23,26,17)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #7A6B50

#7A6B50
(122,107,80)
#86785F
(134,120,95)
#92856E
(146,133,110)
#9E927D
(158,146,125)
#AA9F8C
(170,159,140)
#B6AC9B
(182,172,155)
#C2B9AA
(194,185,170)
#CEC6B9
(206,198,185)
#DAD3C8
(218,211,200)
#E6E0D7
(230,224,215)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B50; }

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

This text font color is #7A6B50.


Background Color

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

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

This div background color is #7A6B50.


Border color

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

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

This div border color is #7A6B50.


Opacity

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

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

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

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

This text has shadow with #7A6B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6B50 on black background.


Color preview on white background

This text has color #7A6B50 on white background.



Black color preview on #7A6B50 background

This text has black color on #7A6B50 background.


White color preview on #7A6B50 background

This text has white color on #7A6B50 background.