COLOR #7B8872

HEX: #7B8872 RGB: (123,136,114)

Color info

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

RGB color model

#7B8872 color RGB value is (123,136,114).

RGB: (123,136,114) (48%, 53%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 114 of 255 = 45%

123
136
114

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 114 = 373 (100%)
R 123 of 373 ~ 32.98%
G 136 of 373 ~ 36.46%
B 114 of 373 ~ 30.56'%

%32.98
%36.46
%30.56

CMYK color model

#7B8872 color CMYK value is (10,0,16,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%

CMYK: (10,0,16,47)
C10M0Y16K47 (10%, 0%, 16%, 47%)
(0.10 / 0.00 / 0.16 / 0.47)

CMYK percentages

%9.56
%0
%16.18
%46.67

Codes

Color #7B8872 in popluar color models

7B 88 72
RGB 123 136 114
HSL 95° 8.80% 49.02%
HSB/HSV 95° 16.18% 53.33%
CMYK 9.56% 0.00% 16.18%
46.67%

Color #7B8872 in popluar number systems.

HEX 7B 88 72
Decimal 123 136 114
Binary 1111011 10001000 1110010
Octal 173 210 162

Shades and tints

Shades of #7B8872

#7B8872
(123,136,114)
#707C68
(112,124,104)
#65705E
(101,112,94)
#5A6454
(90,100,84)
#4F584A
(79,88,74)
#444C40
(68,76,64)
#394036
(57,64,54)
#2E342C
(46,52,44)
#232822
(35,40,34)
#181C18
(24,28,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B8872

#7B8872
(123,136,114)
#87927E
(135,146,126)
#939C8A
(147,156,138)
#9FA696
(159,166,150)
#ABB0A2
(171,176,162)
#B7BAAE
(183,186,174)
#C3C4BA
(195,196,186)
#CFCEC6
(207,206,198)
#DBD8D2
(219,216,210)
#E7E2DE
(231,226,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8872; }

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

This text font color is #7B8872.

Background Color

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

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

This div background color is #7B8872.

Border color

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

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

This div border color is #7B8872.

Opacity

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

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

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

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

This text has shadow with #7B8872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8872.

Preview

Color preview on black background

This text has color #7B8872 on black background.


Color preview on white background

This text has color #7B8872 on white background.


Black color preview on #7B8872 background

This text has black color on #7B8872 background.


White color preview on #7B8872 background

This text has white color on #7B8872 background.


Related colors

Complementary color

Complementary color for #hex is #84778D.


I love getcolorcode.com

Triadic colors

1 #727B88 and #88727B with #7B8872 are triadic colors.

2 #72887B and #887B72 with #7B8872 are triadic colors.