COLOR #7B8378

HEX: #7B8378
RGB: (123,131,120)

Color info

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

RGB color model

#7B8378 color RGB value is (123,131,120).

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

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 120 of 255 = 47%

123
131
120

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

Portions of RGB colors in percentages

R + G + B =
123 + 131 + 120 = 374 (100%)
R 123 of 374 ~ 32.89%
G 131 of 374 ~ 35.03%
B 120 of 374 ~ 32.09%

%32.89
%35.03
%32.09

CMYK color model

#7B8378 color CMYK value is (6,0,8,49).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(6,0,8,49)
C6M0Y8K49 
(6%,0%,8%,49%)
(0.06/0.00/0.08/0.49)	

CMYK percentages

%6.11
%0
%8.4
%48.63

Codes

Color #7B8378 in popluar color models

7B8378
RGB123131120
HSL104°4.38%49.22%
HSB/HSV104°8.40%51.37%
CMYK6.11%0.00%8.40%
48.63%

Color #7B8378 in popluar number systems.

HEX7B8378
Decimal123131120
Binary1111011100000111111000
Octal173203170

Shades and tints

Shades of #7B8378

#7B8378
(123,131,120)
#70786E
(112,120,110)
#656D64
(101,109,100)
#5A625A
(90,98,90)
#4F5750
(79,87,80)
#444C46
(68,76,70)
#39413C
(57,65,60)
#2E3632
(46,54,50)
#232B28
(35,43,40)
#18201E
(24,32,30)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #7B8378

#7B8378
(123,131,120)
#878E84
(135,142,132)
#939990
(147,153,144)
#9FA49C
(159,164,156)
#ABAFA8
(171,175,168)
#B7BAB4
(183,186,180)
#C3C5C0
(195,197,192)
#CFD0CC
(207,208,204)
#DBDBD8
(219,219,216)
#E7E6E4
(231,230,228)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8378; }

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

This text font color is #7B8378.


Background Color

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

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

This div background color is #7B8378.


Border color

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

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

This div border color is #7B8378.


Opacity

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

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

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

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

This text has shadow with #7B8378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8378 on black background.


Color preview on white background

This text has color #7B8378 on white background.



Black color preview on #7B8378 background

This text has black color on #7B8378 background.


White color preview on #7B8378 background

This text has white color on #7B8378 background.