COLOR #7A6856

HEX: #7A6856 RGB: (122,104,86)

Color info

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

RGB color model

#7A6856 color RGB value is (122,104,86).

RGB: (122,104,86) (48%, 41%, 34%)

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 86 of 255 = 34%

122
104
86

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

Portions of RGB colors in percentages

R + G + B = 122 + 104 + 86 = 312 (100%)
R 122 of 312 ~ 39.1%
G 104 of 312 ~ 33.33%
B 86 of 312 ~ 27.56'%

%39.1
%33.33
%27.56

CMYK color model

#7A6856 color CMYK value is (0,15,30,52).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 29.51%
  • key color value is 52.16%

CMYK: (0,15,30,52)
C0M15Y30K52 (0%, 15%, 30%, 52%)
(0.00 / 0.15 / 0.30 / 0.52)

CMYK percentages

%0
%14.75
%29.51
%52.16

Codes

Color #7A6856 in popluar color models

7A 68 56
RGB 122 104 86
HSL 30° 17.31% 40.78%
HSB/HSV 30° 29.51% 47.84%
CMYK 0.00% 14.75% 29.51%
52.16%

Color #7A6856 in popluar number systems.

HEX 7A 68 56
Decimal 122 104 86
Binary 1111010 1101000 1010110
Octal 172 150 126

Shades and tints

Shades of #7A6856

#7A6856
(122,104,86)
#6F5F4F
(111,95,79)
#645648
(100,86,72)
#594D41
(89,77,65)
#4E443A
(78,68,58)
#433B33
(67,59,51)
#38322C
(56,50,44)
#2D2925
(45,41,37)
#22201E
(34,32,30)
#171717
(23,23,23)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #7A6856

#7A6856
(122,104,86)
#867565
(134,117,101)
#928274
(146,130,116)
#9E8F83
(158,143,131)
#AA9C92
(170,156,146)
#B6A9A1
(182,169,161)
#C2B6B0
(194,182,176)
#CEC3BF
(206,195,191)
#DAD0CE
(218,208,206)
#E6DDDD
(230,221,221)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6856 color. Also use rgb(122,104,86) instead hex code.

Text Font Color

.myTextColor { color: #7A6856; }

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

This text font color is #7A6856.

Background Color

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

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

This div background color is #7A6856.

Border color

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

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

This div border color is #7A6856.

Opacity

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

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

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

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

This text has shadow with #7A6856 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6856.

Preview

Color preview on black background

This text has color #7A6856 on black background.


Color preview on white background

This text has color #7A6856 on white background.


Black color preview on #7A6856 background

This text has black color on #7A6856 background.


White color preview on #7A6856 background

This text has white color on #7A6856 background.


Related colors

Complementary color

Complementary color for #hex is #8597A9.


I love getcolorcode.com

Triadic colors

1 #567A68 and #68567A with #7A6856 are triadic colors.

2 #56687A and #687A56 with #7A6856 are triadic colors.