COLOR #7B837F

HEX: #7B837F RGB: (123,131,127)

Color info

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

RGB color model

#7B837F color RGB value is (123,131,127).

RGB: (123,131,127) (48%, 51%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 127 of 255 = 50%

123
131
127

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

Portions of RGB colors in percentages

R + G + B = 123 + 131 + 127 = 381 (100%)
R 123 of 381 ~ 32.28%
G 131 of 381 ~ 34.38%
B 127 of 381 ~ 33.33'%

%32.28
%34.38
%33.33

CMYK color model

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

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%

CMYK: (6,0,3,49)
C6M0Y3K49 (6%, 0%, 3%, 49%)
(0.06 / 0.00 / 0.03 / 0.49)

CMYK percentages

%6.11
%0
%3.05
%48.63

Codes

Color #7B837F in popluar color models

7B 83 7F
RGB 123 131 127
HSL 150° 3.15% 49.80%
HSB/HSV 150° 6.11% 51.37%
CMYK 6.11% 0.00% 3.05%
48.63%

Color #7B837F in popluar number systems.

HEX 7B 83 7F
Decimal 123 131 127
Binary 1111011 10000011 1111111
Octal 173 203 177

Shades and tints

Shades of #7B837F

#7B837F
(123,131,127)
#707874
(112,120,116)
#656D69
(101,109,105)
#5A625E
(90,98,94)
#4F5753
(79,87,83)
#444C48
(68,76,72)
#39413D
(57,65,61)
#2E3632
(46,54,50)
#232B27
(35,43,39)
#18201C
(24,32,28)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7B837F

#7B837F
(123,131,127)
#878E8A
(135,142,138)
#939995
(147,153,149)
#9FA4A0
(159,164,160)
#ABAFAB
(171,175,171)
#B7BAB6
(183,186,182)
#C3C5C1
(195,197,193)
#CFD0CC
(207,208,204)
#DBDBD7
(219,219,215)
#E7E6E2
(231,230,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B837F; }

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

This text font color is #7B837F.

Background Color

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

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

This div background color is #7B837F.

Border color

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

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

This div border color is #7B837F.

Opacity

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

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

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

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

This text has shadow with #7B837F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B837F.

Preview

Color preview on black background

This text has color #7B837F on black background.


Color preview on white background

This text has color #7B837F on white background.


Black color preview on #7B837F background

This text has black color on #7B837F background.


White color preview on #7B837F background

This text has white color on #7B837F background.


Related colors

Complementary color

Complementary color for #hex is #847C80.


I love getcolorcode.com

Triadic colors

1 #7F7B83 and #837F7B with #7B837F are triadic colors.

2 #7F837B and #837B7F with #7B837F are triadic colors.