COLOR #7B857F

HEX: #7B857F RGB: (123,133,127)

Color info

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

RGB color model

#7B857F color RGB value is (123,133,127).

RGB: (123,133,127) (48%, 52%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 127 of 255 = 50%

123
133
127

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

Portions of RGB colors in percentages

R + G + B = 123 + 133 + 127 = 383 (100%)
R 123 of 383 ~ 32.11%
G 133 of 383 ~ 34.73%
B 127 of 383 ~ 33.16'%

%32.11
%34.73
%33.16

CMYK color model

#7B857F color CMYK value is (8,0,5,48).

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 47.84%

CMYK: (8,0,5,48)
C8M0Y5K48 (8%, 0%, 5%, 48%)
(0.08 / 0.00 / 0.05 / 0.48)

CMYK percentages

%7.52
%0
%4.51
%47.84

Codes

Color #7B857F in popluar color models

7B 85 7F
RGB 123 133 127
HSL 144° 3.94% 50.20%
HSB/HSV 144° 7.52% 52.16%
CMYK 7.52% 0.00% 4.51%
47.84%

Color #7B857F in popluar number systems.

HEX 7B 85 7F
Decimal 123 133 127
Binary 1111011 10000101 1111111
Octal 173 205 177

Shades and tints

Shades of #7B857F

#7B857F
(123,133,127)
#707974
(112,121,116)
#656D69
(101,109,105)
#5A615E
(90,97,94)
#4F5553
(79,85,83)
#444948
(68,73,72)
#393D3D
(57,61,61)
#2E3132
(46,49,50)
#232527
(35,37,39)
#18191C
(24,25,28)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #7B857F

#7B857F
(123,133,127)
#87908A
(135,144,138)
#939B95
(147,155,149)
#9FA6A0
(159,166,160)
#ABB1AB
(171,177,171)
#B7BCB6
(183,188,182)
#C3C7C1
(195,199,193)
#CFD2CC
(207,210,204)
#DBDDD7
(219,221,215)
#E7E8E2
(231,232,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B857F; }

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

This text font color is #7B857F.

Background Color

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

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

This div background color is #7B857F.

Border color

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

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

This div border color is #7B857F.

Opacity

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

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

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

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

This text has shadow with #7B857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B857F.

Preview

Color preview on black background

This text has color #7B857F on black background.


Color preview on white background

This text has color #7B857F on white background.


Black color preview on #7B857F background

This text has black color on #7B857F background.


White color preview on #7B857F background

This text has white color on #7B857F background.


Related colors

Complementary color

Complementary color for #hex is #847A80.


I love getcolorcode.com

Triadic colors

1 #7F7B85 and #857F7B with #7B857F are triadic colors.

2 #7F857B and #857B7F with #7B857F are triadic colors.