COLOR #7B9276

HEX: #7B9276
RGB: (123,146,118)

Color info

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

RGB color model

#7B9276 color RGB value is (123,146,118).

  • red value is 123;
  • green value is 146;
  • blue value is 118.
RGB:
(123,146,118)
(48%,57%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 118 of 255 = 46%

123
146
118

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

Portions of RGB colors in percentages

R + G + B =
123 + 146 + 118 = 387 (100%)
R 123 of 387 ~ 31.78%
G 146 of 387 ~ 37.73%
B 118 of 387 ~ 30.49%

%31.78
%37.73
%30.49

CMYK color model

#7B9276 color CMYK value is (16,0,19,43).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 42.75%
CMYK:
(16,0,19,43)
C16M0Y19K43 
(16%,0%,19%,43%)
(0.16/0.00/0.19/0.43)	

CMYK percentages

%15.75
%0
%19.18
%42.75

Codes

Color #7B9276 in popluar color models

7B9276
RGB123146118
HSL109°11.38%51.76%
HSB/HSV109°19.18%57.25%
CMYK15.75%0.00%19.18%
42.75%

Color #7B9276 in popluar number systems.

HEX7B9276
Decimal123146118
Binary1111011100100101110110
Octal173222166

Shades and tints

Shades of #7B9276

#7B9276
(123,146,118)
#70856C
(112,133,108)
#657862
(101,120,98)
#5A6B58
(90,107,88)
#4F5E4E
(79,94,78)
#445144
(68,81,68)
#39443A
(57,68,58)
#2E3730
(46,55,48)
#232A26
(35,42,38)
#181D1C
(24,29,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B9276

#7B9276
(123,146,118)
#879B82
(135,155,130)
#93A48E
(147,164,142)
#9FAD9A
(159,173,154)
#ABB6A6
(171,182,166)
#B7BFB2
(183,191,178)
#C3C8BE
(195,200,190)
#CFD1CA
(207,209,202)
#DBDAD6
(219,218,214)
#E7E3E2
(231,227,226)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9276; }

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

This text font color is #7B9276.


Background Color

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

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

This div background color is #7B9276.


Border color

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

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

This div border color is #7B9276.


Opacity

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

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

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

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

This text has shadow with #7B9276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9276 on black background.


Color preview on white background

This text has color #7B9276 on white background.



Black color preview on #7B9276 background

This text has black color on #7B9276 background.


White color preview on #7B9276 background

This text has white color on #7B9276 background.