COLOR #7B9F87

HEX: #7B9F87
RGB: (123,159,135)

Color info

#7B9F87 contains red, green and blue colors in about the same proportion. Web safe color of #7B9F87 is #669999 (or #699).

RGB color model

#7B9F87 color RGB value is (123,159,135).

  • red value is 123;
  • green value is 159;
  • blue value is 135.
RGB:
(123,159,135)
(48%,62%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 159 of 255 = 62%
B 135 of 255 = 53%

123
159
135

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

Portions of RGB colors in percentages

R + G + B =
123 + 159 + 135 = 417 (100%)
R 123 of 417 ~ 29.5%
G 159 of 417 ~ 38.13%
B 135 of 417 ~ 32.37%

%29.5
%38.13
%32.37

CMYK color model

#7B9F87 color CMYK value is (23,0,15,38).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 37.65%
CMYK:
(23,0,15,38)
C23M0Y15K38 
(23%,0%,15%,38%)
(0.23/0.00/0.15/0.38)	

CMYK percentages

%22.64
%0
%15.09
%37.65

Codes

Color #7B9F87 in popluar color models

7B9F87
RGB123159135
HSL140°15.79%55.29%
HSB/HSV140°22.64%62.35%
CMYK22.64%0.00%15.09%
37.65%

Color #7B9F87 in popluar number systems.

HEX7B9F87
Decimal123159135
Binary11110111001111110000111
Octal173237207

Shades and tints

Shades of #7B9F87

#7B9F87
(123,159,135)
#70917B
(112,145,123)
#65836F
(101,131,111)
#5A7563
(90,117,99)
#4F6757
(79,103,87)
#44594B
(68,89,75)
#394B3F
(57,75,63)
#2E3D33
(46,61,51)
#232F27
(35,47,39)
#18211B
(24,33,27)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #7B9F87

#7B9F87
(123,159,135)
#87A791
(135,167,145)
#93AF9B
(147,175,155)
#9FB7A5
(159,183,165)
#ABBFAF
(171,191,175)
#B7C7B9
(183,199,185)
#C3CFC3
(195,207,195)
#CFD7CD
(207,215,205)
#DBDFD7
(219,223,215)
#E7E7E1
(231,231,225)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9F87; }

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

This text font color is #7B9F87.


Background Color

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

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

This div background color is #7B9F87.


Border color

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

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

This div border color is #7B9F87.


Opacity

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

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

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

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

This text has shadow with #7B9F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9F87 on black background.


Color preview on white background

This text has color #7B9F87 on white background.



Black color preview on #7B9F87 background

This text has black color on #7B9F87 background.


White color preview on #7B9F87 background

This text has white color on #7B9F87 background.