COLOR #7A786B

HEX: #7A786B RGB: (122,120,107)

Color info

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

RGB color model

#7A786B color RGB value is (122,120,107).

RGB: (122,120,107) (48%, 47%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 107 of 255 = 42%

122
120
107

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

Portions of RGB colors in percentages

R + G + B = 122 + 120 + 107 = 349 (100%)
R 122 of 349 ~ 34.96%
G 120 of 349 ~ 34.38%
B 107 of 349 ~ 30.66'%

%34.96
%34.38
%30.66

CMYK color model

#7A786B color CMYK value is (0,2,12,52).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 12.30%
  • key color value is 52.16%

CMYK: (0,2,12,52)
C0M2Y12K52 (0%, 2%, 12%, 52%)
(0.00 / 0.02 / 0.12 / 0.52)

CMYK percentages

%0
%1.64
%12.3
%52.16

Codes

Color #7A786B in popluar color models

7A 78 6B
RGB 122 120 107
HSL 52° 6.55% 44.90%
HSB/HSV 52° 12.30% 47.84%
CMYK 0.00% 1.64% 12.30%
52.16%

Color #7A786B in popluar number systems.

HEX 7A 78 6B
Decimal 122 120 107
Binary 1111010 1111000 1101011
Octal 172 170 153

Shades and tints

Shades of #7A786B

#7A786B
(122,120,107)
#6F6E62
(111,110,98)
#646459
(100,100,89)
#595A50
(89,90,80)
#4E5047
(78,80,71)
#43463E
(67,70,62)
#383C35
(56,60,53)
#2D322C
(45,50,44)
#222823
(34,40,35)
#171E1A
(23,30,26)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7A786B

#7A786B
(122,120,107)
#868478
(134,132,120)
#929085
(146,144,133)
#9E9C92
(158,156,146)
#AAA89F
(170,168,159)
#B6B4AC
(182,180,172)
#C2C0B9
(194,192,185)
#CECCC6
(206,204,198)
#DAD8D3
(218,216,211)
#E6E4E0
(230,228,224)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A786B; }

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

This text font color is #7A786B.

Background Color

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

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

This div background color is #7A786B.

Border color

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

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

This div border color is #7A786B.

Opacity

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

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

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

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

This text has shadow with #7A786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A786B.

Preview

Color preview on black background

This text has color #7A786B on black background.


Color preview on white background

This text has color #7A786B on white background.


Black color preview on #7A786B background

This text has black color on #7A786B background.


White color preview on #7A786B background

This text has white color on #7A786B background.


Related colors

Complementary color

Complementary color for #hex is #858794.


I love getcolorcode.com

Triadic colors

1 #6B7A78 and #786B7A with #7A786B are triadic colors.

2 #6B787A and #787A6B with #7A786B are triadic colors.