COLOR #7B9971

HEX: #7B9971
RGB: (123,153,113)

Color info

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

RGB color model

#7B9971 color RGB value is (123,153,113).

  • red value is 123;
  • green value is 153;
  • blue value is 113.
RGB:
(123,153,113)
(48%,60%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 113 of 255 = 44%

123
153
113

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 113 = 389 (100%)
R 123 of 389 ~ 31.62%
G 153 of 389 ~ 39.33%
B 113 of 389 ~ 29.05%

%31.62
%39.33
%29.05

CMYK color model

#7B9971 color CMYK value is (20,0,26,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(20,0,26,40)
C20M0Y26K40 
(20%,0%,26%,40%)
(0.20/0.00/0.26/0.40)	

CMYK percentages

%19.61
%0
%26.14
%40

Codes

Color #7B9971 in popluar color models

7B9971
RGB123153113
HSL105°16.39%52.16%
HSB/HSV105°26.14%60.00%
CMYK19.61%0.00%26.14%
40.00%

Color #7B9971 in popluar number systems.

HEX7B9971
Decimal123153113
Binary1111011100110011110001
Octal173231161

Shades and tints

Shades of #7B9971

#7B9971
(123,153,113)
#708C67
(112,140,103)
#657F5D
(101,127,93)
#5A7253
(90,114,83)
#4F6549
(79,101,73)
#44583F
(68,88,63)
#394B35
(57,75,53)
#2E3E2B
(46,62,43)
#233121
(35,49,33)
#182417
(24,36,23)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #7B9971

#7B9971
(123,153,113)
#87A27D
(135,162,125)
#93AB89
(147,171,137)
#9FB495
(159,180,149)
#ABBDA1
(171,189,161)
#B7C6AD
(183,198,173)
#C3CFB9
(195,207,185)
#CFD8C5
(207,216,197)
#DBE1D1
(219,225,209)
#E7EADD
(231,234,221)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9971 color. Also use rgb(123,153,113) instead hex code.

Text Font Color

.myTextColor { color: #7B9971; }

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

This text font color is #7B9971.


Background Color

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

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

This div background color is #7B9971.


Border color

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

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

This div border color is #7B9971.


Opacity

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

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

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

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

This text has shadow with #7B9971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9971 on black background.


Color preview on white background

This text has color #7B9971 on white background.



Black color preview on #7B9971 background

This text has black color on #7B9971 background.


White color preview on #7B9971 background

This text has white color on #7B9971 background.