COLOR #7B786B

HEX: #7B786B RGB: (123,120,107)

Color info

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

RGB color model

#7B786B color RGB value is (123,120,107).

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

RGB channels and saturation

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

123
120
107

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

Portions of RGB colors in percentages

R + G + B = 123 + 120 + 107 = 350 (100%)
R 123 of 350 ~ 35.14%
G 120 of 350 ~ 34.29%
B 107 of 350 ~ 30.57'%

%35.14
%34.29
%30.57

CMYK color model

#7B786B color CMYK value is (0,2,13,52).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 13.01%
  • key color value is 51.76%

CMYK: (0,2,13,52)
C0M2Y13K52 (0%, 2%, 13%, 52%)
(0.00 / 0.02 / 0.13 / 0.52)

CMYK percentages

%0
%2.44
%13.01
%51.76

Codes

Color #7B786B in popluar color models

7B 78 6B
RGB 123 120 107
HSL 49° 6.96% 45.10%
HSB/HSV 49° 13.01% 48.24%
CMYK 0.00% 2.44% 13.01%
51.76%

Color #7B786B in popluar number systems.

HEX 7B 78 6B
Decimal 123 120 107
Binary 1111011 1111000 1101011
Octal 173 170 153

Shades and tints

Shades of #7B786B

#7B786B
(123,120,107)
#706E62
(112,110,98)
#656459
(101,100,89)
#5A5A50
(90,90,80)
#4F5047
(79,80,71)
#44463E
(68,70,62)
#393C35
(57,60,53)
#2E322C
(46,50,44)
#232823
(35,40,35)
#181E1A
(24,30,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #7B786B

#7B786B
(123,120,107)
#878478
(135,132,120)
#939085
(147,144,133)
#9F9C92
(159,156,146)
#ABA89F
(171,168,159)
#B7B4AC
(183,180,172)
#C3C0B9
(195,192,185)
#CFCCC6
(207,204,198)
#DBD8D3
(219,216,211)
#E7E4E0
(231,228,224)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B786B; }

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

This text font color is #7B786B.

Background Color

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

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

This div background color is #7B786B.

Border color

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

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

This div border color is #7B786B.

Opacity

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

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

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

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

This text has shadow with #7B786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B786B.

Preview

Color preview on black background

This text has color #7B786B on black background.


Color preview on white background

This text has color #7B786B on white background.


Black color preview on #7B786B background

This text has black color on #7B786B background.


White color preview on #7B786B background

This text has white color on #7B786B background.


Related colors

Complementary color

Complementary color for #hex is #848794.


I love getcolorcode.com

Triadic colors

1 #6B7B78 and #786B7B with #7B786B are triadic colors.

2 #6B787B and #787B6B with #7B786B are triadic colors.