COLOR #7B857B

HEX: #7B857B
RGB: (123,133,123)

Color info

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

RGB color model

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

  • red value is 123;
  • green value is 133;
  • blue value is 123.
RGB:
(123,133,123)
(48%,52%,48%)

RGB channels and saturation

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

123
133
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 133 + 123 = 379 (100%)
R 123 of 379 ~ 32.45%
G 133 of 379 ~ 35.09%
B 123 of 379 ~ 32.45%

%32.45
%35.09
%32.45

CMYK color model

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

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(8,0,8,48)
C8M0Y8K48 
(8%,0%,8%,48%)
(0.08/0.00/0.08/0.48)	

CMYK percentages

%7.52
%0
%7.52
%47.84

Codes

Color #7B857B in popluar color models

7B857B
RGB123133123
HSL120°3.94%50.20%
HSB/HSV120°7.52%52.16%
CMYK7.52%0.00%7.52%
47.84%

Color #7B857B in popluar number systems.

HEX7B857B
Decimal123133123
Binary1111011100001011111011
Octal173205173

Shades and tints

Shades of #7B857B

#7B857B
(123,133,123)
#707970
(112,121,112)
#656D65
(101,109,101)
#5A615A
(90,97,90)
#4F554F
(79,85,79)
#444944
(68,73,68)
#393D39
(57,61,57)
#2E312E
(46,49,46)
#232523
(35,37,35)
#181918
(24,25,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #7B857B

#7B857B
(123,133,123)
#879087
(135,144,135)
#939B93
(147,155,147)
#9FA69F
(159,166,159)
#ABB1AB
(171,177,171)
#B7BCB7
(183,188,183)
#C3C7C3
(195,199,195)
#CFD2CF
(207,210,207)
#DBDDDB
(219,221,219)
#E7E8E7
(231,232,231)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B857B; }

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

This text font color is #7B857B.


Background Color

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

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

This div background color is #7B857B.


Border color

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

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

This div border color is #7B857B.


Opacity

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

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

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

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

This text has shadow with #7B857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B857B on black background.


Color preview on white background

This text has color #7B857B on white background.



Black color preview on #7B857B background

This text has black color on #7B857B background.


White color preview on #7B857B background

This text has white color on #7B857B background.