COLOR #7B9272

HEX: #7B9272 RGB: (123,146,114)

Color info

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

RGB color model

#7B9272 color RGB value is (123,146,114).

RGB: (123,146,114) (48%, 57%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 114 of 255 = 45%

123
146
114

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

Portions of RGB colors in percentages

R + G + B = 123 + 146 + 114 = 383 (100%)
R 123 of 383 ~ 32.11%
G 146 of 383 ~ 38.12%
B 114 of 383 ~ 29.77'%

%32.11
%38.12
%29.77

CMYK color model

#7B9272 color CMYK value is (16,0,22,43).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 42.75%

CMYK: (16,0,22,43)
C16M0Y22K43 (16%, 0%, 22%, 43%)
(0.16 / 0.00 / 0.22 / 0.43)

CMYK percentages

%15.75
%0
%21.92
%42.75

Codes

Color #7B9272 in popluar color models

7B 92 72
RGB 123 146 114
HSL 103° 12.80% 50.98%
HSB/HSV 103° 21.92% 57.25%
CMYK 15.75% 0.00% 21.92%
42.75%

Color #7B9272 in popluar number systems.

HEX 7B 92 72
Decimal 123 146 114
Binary 1111011 10010010 1110010
Octal 173 222 162

Shades and tints

Shades of #7B9272

#7B9272
(123,146,114)
#708568
(112,133,104)
#65785E
(101,120,94)
#5A6B54
(90,107,84)
#4F5E4A
(79,94,74)
#445140
(68,81,64)
#394436
(57,68,54)
#2E372C
(46,55,44)
#232A22
(35,42,34)
#181D18
(24,29,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B9272

#7B9272
(123,146,114)
#879B7E
(135,155,126)
#93A48A
(147,164,138)
#9FAD96
(159,173,150)
#ABB6A2
(171,182,162)
#B7BFAE
(183,191,174)
#C3C8BA
(195,200,186)
#CFD1C6
(207,209,198)
#DBDAD2
(219,218,210)
#E7E3DE
(231,227,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9272; }

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

This text font color is #7B9272.

Background Color

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

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

This div background color is #7B9272.

Border color

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

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

This div border color is #7B9272.

Opacity

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

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

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

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

This text has shadow with #7B9272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9272.

Preview

Color preview on black background

This text has color #7B9272 on black background.


Color preview on white background

This text has color #7B9272 on white background.


Black color preview on #7B9272 background

This text has black color on #7B9272 background.


White color preview on #7B9272 background

This text has white color on #7B9272 background.


Related colors

Complementary color

Complementary color for #hex is #846D8D.


I love getcolorcode.com

Triadic colors

1 #727B92 and #92727B with #7B9272 are triadic colors.

2 #72927B and #927B72 with #7B9272 are triadic colors.