COLOR #7B837A

HEX: #7B837A
RGB: (123,131,122)

Color info

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

RGB color model

#7B837A color RGB value is (123,131,122).

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

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 122 of 255 = 48%

123
131
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 131 + 122 = 376 (100%)
R 123 of 376 ~ 32.71%
G 131 of 376 ~ 34.84%
B 122 of 376 ~ 32.45%

%32.71
%34.84
%32.45

CMYK color model

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

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(6,0,7,49)
C6M0Y7K49 
(6%,0%,7%,49%)
(0.06/0.00/0.07/0.49)	

CMYK percentages

%6.11
%0
%6.87
%48.63

Codes

Color #7B837A in popluar color models

7B837A
RGB123131122
HSL113°3.56%49.61%
HSB/HSV113°6.87%51.37%
CMYK6.11%0.00%6.87%
48.63%

Color #7B837A in popluar number systems.

HEX7B837A
Decimal123131122
Binary1111011100000111111010
Octal173203172

Shades and tints

Shades of #7B837A

#7B837A
(123,131,122)
#70786F
(112,120,111)
#656D64
(101,109,100)
#5A6259
(90,98,89)
#4F574E
(79,87,78)
#444C43
(68,76,67)
#394138
(57,65,56)
#2E362D
(46,54,45)
#232B22
(35,43,34)
#182017
(24,32,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #7B837A

#7B837A
(123,131,122)
#878E86
(135,142,134)
#939992
(147,153,146)
#9FA49E
(159,164,158)
#ABAFAA
(171,175,170)
#B7BAB6
(183,186,182)
#C3C5C2
(195,197,194)
#CFD0CE
(207,208,206)
#DBDBDA
(219,219,218)
#E7E6E6
(231,230,230)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B837A; }

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

This text font color is #7B837A.


Background Color

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

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

This div background color is #7B837A.


Border color

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

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

This div border color is #7B837A.


Opacity

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

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

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

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

This text has shadow with #7B837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B837A on black background.


Color preview on white background

This text has color #7B837A on white background.



Black color preview on #7B837A background

This text has black color on #7B837A background.


White color preview on #7B837A background

This text has white color on #7B837A background.