COLOR #7B9872

HEX: #7B9872
RGB: (123,152,114)

Color info

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

RGB color model

#7B9872 color RGB value is (123,152,114).

  • red value is 123;
  • green value is 152;
  • blue value is 114.
RGB:
(123,152,114)
(48%,60%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 114 of 255 = 45%

123
152
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 152 + 114 = 389 (100%)
R 123 of 389 ~ 31.62%
G 152 of 389 ~ 39.07%
B 114 of 389 ~ 29.31%

%31.62
%39.07
%29.31

CMYK color model

#7B9872 color CMYK value is (19,0,25,40).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(19,0,25,40)
C19M0Y25K40 
(19%,0%,25%,40%)
(0.19/0.00/0.25/0.40)	

CMYK percentages

%19.08
%0
%25
%40.39

Codes

Color #7B9872 in popluar color models

7B9872
RGB123152114
HSL106°15.57%52.16%
HSB/HSV106°25.00%59.61%
CMYK19.08%0.00%25.00%
40.39%

Color #7B9872 in popluar number systems.

HEX7B9872
Decimal123152114
Binary1111011100110001110010
Octal173230162

Shades and tints

Shades of #7B9872

#7B9872
(123,152,114)
#708B68
(112,139,104)
#657E5E
(101,126,94)
#5A7154
(90,113,84)
#4F644A
(79,100,74)
#445740
(68,87,64)
#394A36
(57,74,54)
#2E3D2C
(46,61,44)
#233022
(35,48,34)
#182318
(24,35,24)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #7B9872

#7B9872
(123,152,114)
#87A17E
(135,161,126)
#93AA8A
(147,170,138)
#9FB396
(159,179,150)
#ABBCA2
(171,188,162)
#B7C5AE
(183,197,174)
#C3CEBA
(195,206,186)
#CFD7C6
(207,215,198)
#DBE0D2
(219,224,210)
#E7E9DE
(231,233,222)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9872; }

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

This text font color is #7B9872.


Background Color

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

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

This div background color is #7B9872.


Border color

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

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

This div border color is #7B9872.


Opacity

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

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

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

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

This text has shadow with #7B9872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9872 on black background.


Color preview on white background

This text has color #7B9872 on white background.



Black color preview on #7B9872 background

This text has black color on #7B9872 background.


White color preview on #7B9872 background

This text has white color on #7B9872 background.