COLOR #7A856C

HEX: #7A856C RGB: (122,133,108)

Color info

#7A856C contains red, green and blue colors in about the same proportion. Web safe color of #7A856C is #669966 (or #696).

RGB color model

#7A856C color RGB value is (122,133,108).

RGB: (122,133,108) (48%, 52%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 108 of 255 = 42%

122
133
108

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

Portions of RGB colors in percentages

R + G + B = 122 + 133 + 108 = 363 (100%)
R 122 of 363 ~ 33.61%
G 133 of 363 ~ 36.64%
B 108 of 363 ~ 29.75'%

%33.61
%36.64
%29.75

CMYK color model

#7A856C color CMYK value is (8,0,19,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 47.84%

CMYK: (8,0,19,48)
C8M0Y19K48 (8%, 0%, 19%, 48%)
(0.08 / 0.00 / 0.19 / 0.48)

CMYK percentages

%8.27
%0
%18.8
%47.84

Codes

Color #7A856C in popluar color models

7A 85 6C
RGB 122 133 108
HSL 86° 10.37% 47.25%
HSB/HSV 86° 18.80% 52.16%
CMYK 8.27% 0.00% 18.80%
47.84%

Color #7A856C in popluar number systems.

HEX 7A 85 6C
Decimal 122 133 108
Binary 1111010 10000101 1101100
Octal 172 205 154

Shades and tints

Shades of #7A856C

#7A856C
(122,133,108)
#6F7963
(111,121,99)
#646D5A
(100,109,90)
#596151
(89,97,81)
#4E5548
(78,85,72)
#43493F
(67,73,63)
#383D36
(56,61,54)
#2D312D
(45,49,45)
#222524
(34,37,36)
#17191B
(23,25,27)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #7A856C

#7A856C
(122,133,108)
#869079
(134,144,121)
#929B86
(146,155,134)
#9EA693
(158,166,147)
#AAB1A0
(170,177,160)
#B6BCAD
(182,188,173)
#C2C7BA
(194,199,186)
#CED2C7
(206,210,199)
#DADDD4
(218,221,212)
#E6E8E1
(230,232,225)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A856C; }

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

This text font color is #7A856C.

Background Color

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

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

This div background color is #7A856C.

Border color

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

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

This div border color is #7A856C.

Opacity

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

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

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

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

This text has shadow with #7A856C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A856C.

Preview

Color preview on black background

This text has color #7A856C on black background.


Color preview on white background

This text has color #7A856C on white background.


Black color preview on #7A856C background

This text has black color on #7A856C background.


White color preview on #7A856C background

This text has white color on #7A856C background.


Related colors

Complementary color

Complementary color for #hex is #857A93.


I love getcolorcode.com

Triadic colors

1 #6C7A85 and #856C7A with #7A856C are triadic colors.

2 #6C857A and #857A6C with #7A856C are triadic colors.