COLOR #7A6B55

HEX: #7A6B55
RGB: (122,107,85)

Color info

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

RGB color model

#7A6B55 color RGB value is (122,107,85).

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

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 85 of 255 = 33%

122
107
85

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 85 = 314 (100%)
R 122 of 314 ~ 38.85%
G 107 of 314 ~ 34.08%
B 85 of 314 ~ 27.07%

%38.85
%34.08
%27.07

CMYK color model

#7A6B55 color CMYK value is (0,12,30,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 30.33%
  • key color value is 52.16%
CMYK:
(0,12,30,52)
C0M12Y30K52 
(0%,12%,30%,52%)
(0.00/0.12/0.30/0.52)	

CMYK percentages

%0
%12.3
%30.33
%52.16

Codes

Color #7A6B55 in popluar color models

7A6B55
RGB12210785
HSL36°17.87%40.59%
HSB/HSV36°30.33%47.84%
CMYK0.00%12.30%30.33%
52.16%

Color #7A6B55 in popluar number systems.

HEX7A6B55
Decimal12210785
Binary111101011010111010101
Octal172153125

Shades and tints

Shades of #7A6B55

#7A6B55
(122,107,85)
#6F624E
(111,98,78)
#645947
(100,89,71)
#595040
(89,80,64)
#4E4739
(78,71,57)
#433E32
(67,62,50)
#38352B
(56,53,43)
#2D2C24
(45,44,36)
#22231D
(34,35,29)
#171A16
(23,26,22)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7A6B55

#7A6B55
(122,107,85)
#867864
(134,120,100)
#928573
(146,133,115)
#9E9282
(158,146,130)
#AA9F91
(170,159,145)
#B6ACA0
(182,172,160)
#C2B9AF
(194,185,175)
#CEC6BE
(206,198,190)
#DAD3CD
(218,211,205)
#E6E0DC
(230,224,220)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B55; }

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

This text font color is #7A6B55.


Background Color

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

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

This div background color is #7A6B55.


Border color

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

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

This div border color is #7A6B55.


Opacity

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

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

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

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

This text has shadow with #7A6B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6B55 on black background.


Color preview on white background

This text has color #7A6B55 on white background.



Black color preview on #7A6B55 background

This text has black color on #7A6B55 background.


White color preview on #7A6B55 background

This text has white color on #7A6B55 background.