COLOR #7B786D

HEX: #7B786D
RGB: (123,120,109)

Color info

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

RGB color model

#7B786D color RGB value is (123,120,109).

  • red value is 123;
  • green value is 120;
  • blue value is 109.
RGB:
(123,120,109)
(48%,47%,43%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 109 of 255 = 43%

123
120
109

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 109 = 352 (100%)
R 123 of 352 ~ 34.94%
G 120 of 352 ~ 34.09%
B 109 of 352 ~ 30.97%

%34.94
%34.09
%30.97

CMYK color model

#7B786D color CMYK value is (0,2,11,52).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(0,2,11,52)
C0M2Y11K52 
(0%,2%,11%,52%)
(0.00/0.02/0.11/0.52)	

CMYK percentages

%0
%2.44
%11.38
%51.76

Codes

Color #7B786D in popluar color models

7B786D
RGB123120109
HSL47°6.03%45.49%
HSB/HSV47°11.38%48.24%
CMYK0.00%2.44%11.38%
51.76%

Color #7B786D in popluar number systems.

HEX7B786D
Decimal123120109
Binary111101111110001101101
Octal173170155

Shades and tints

Shades of #7B786D

#7B786D
(123,120,109)
#706E64
(112,110,100)
#65645B
(101,100,91)
#5A5A52
(90,90,82)
#4F5049
(79,80,73)
#444640
(68,70,64)
#393C37
(57,60,55)
#2E322E
(46,50,46)
#232825
(35,40,37)
#181E1C
(24,30,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7B786D

#7B786D
(123,120,109)
#87847A
(135,132,122)
#939087
(147,144,135)
#9F9C94
(159,156,148)
#ABA8A1
(171,168,161)
#B7B4AE
(183,180,174)
#C3C0BB
(195,192,187)
#CFCCC8
(207,204,200)
#DBD8D5
(219,216,213)
#E7E4E2
(231,228,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B786D; }

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

This text font color is #7B786D.


Background Color

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

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

This div background color is #7B786D.


Border color

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

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

This div border color is #7B786D.


Opacity

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

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

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

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

This text has shadow with #7B786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B786D on black background.


Color preview on white background

This text has color #7B786D on white background.



Black color preview on #7B786D background

This text has black color on #7B786D background.


White color preview on #7B786D background

This text has white color on #7B786D background.