COLOR #7B9577

HEX: #7B9577
RGB: (123,149,119)

Color info

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

RGB color model

#7B9577 color RGB value is (123,149,119).

  • red value is 123;
  • green value is 149;
  • blue value is 119.
RGB:
(123,149,119)
(48%,58%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 119 of 255 = 47%

123
149
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 119 = 391 (100%)
R 123 of 391 ~ 31.46%
G 149 of 391 ~ 38.11%
B 119 of 391 ~ 30.43%

%31.46
%38.11
%30.43

CMYK color model

#7B9577 color CMYK value is (17,0,20,42).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(17,0,20,42)
C17M0Y20K42 
(17%,0%,20%,42%)
(0.17/0.00/0.20/0.42)	

CMYK percentages

%17.45
%0
%20.13
%41.57

Codes

Color #7B9577 in popluar color models

7B9577
RGB123149119
HSL112°12.40%52.55%
HSB/HSV112°20.13%58.43%
CMYK17.45%0.00%20.13%
41.57%

Color #7B9577 in popluar number systems.

HEX7B9577
Decimal123149119
Binary1111011100101011110111
Octal173225167

Shades and tints

Shades of #7B9577

#7B9577
(123,149,119)
#70886D
(112,136,109)
#657B63
(101,123,99)
#5A6E59
(90,110,89)
#4F614F
(79,97,79)
#445445
(68,84,69)
#39473B
(57,71,59)
#2E3A31
(46,58,49)
#232D27
(35,45,39)
#18201D
(24,32,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #7B9577

#7B9577
(123,149,119)
#879E83
(135,158,131)
#93A78F
(147,167,143)
#9FB09B
(159,176,155)
#ABB9A7
(171,185,167)
#B7C2B3
(183,194,179)
#C3CBBF
(195,203,191)
#CFD4CB
(207,212,203)
#DBDDD7
(219,221,215)
#E7E6E3
(231,230,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9577 color. Also use rgb(123,149,119) instead hex code.

Text Font Color

.myTextColor { color: #7B9577; }

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

This text font color is #7B9577.


Background Color

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

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

This div background color is #7B9577.


Border color

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

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

This div border color is #7B9577.


Opacity

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

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

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

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

This text has shadow with #7B9577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9577 on black background.


Color preview on white background

This text has color #7B9577 on white background.



Black color preview on #7B9577 background

This text has black color on #7B9577 background.


White color preview on #7B9577 background

This text has white color on #7B9577 background.