COLOR #7B8273

HEX: #7B8273 RGB: (123,130,115)

Color info

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

RGB color model

#7B8273 color RGB value is (123,130,115).

RGB: (123,130,115) (48%, 51%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 115 of 255 = 45%

123
130
115

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

Portions of RGB colors in percentages

R + G + B = 123 + 130 + 115 = 368 (100%)
R 123 of 368 ~ 33.42%
G 130 of 368 ~ 35.33%
B 115 of 368 ~ 31.25'%

%33.42
%35.33
%31.25

CMYK color model

#7B8273 color CMYK value is (5,0,12,49).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 49.02%

CMYK: (5,0,12,49)
C5M0Y12K49 (5%, 0%, 12%, 49%)
(0.05 / 0.00 / 0.12 / 0.49)

CMYK percentages

%5.38
%0
%11.54
%49.02

Codes

Color #7B8273 in popluar color models

7B 82 73
RGB 123 130 115
HSL 88° 6.12% 48.04%
HSB/HSV 88° 11.54% 50.98%
CMYK 5.38% 0.00% 11.54%
49.02%

Color #7B8273 in popluar number systems.

HEX 7B 82 73
Decimal 123 130 115
Binary 1111011 10000010 1110011
Octal 173 202 163

Shades and tints

Shades of #7B8273

#7B8273
(123,130,115)
#707769
(112,119,105)
#656C5F
(101,108,95)
#5A6155
(90,97,85)
#4F564B
(79,86,75)
#444B41
(68,75,65)
#394037
(57,64,55)
#2E352D
(46,53,45)
#232A23
(35,42,35)
#181F19
(24,31,25)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #7B8273

#7B8273
(123,130,115)
#878D7F
(135,141,127)
#93988B
(147,152,139)
#9FA397
(159,163,151)
#ABAEA3
(171,174,163)
#B7B9AF
(183,185,175)
#C3C4BB
(195,196,187)
#CFCFC7
(207,207,199)
#DBDAD3
(219,218,211)
#E7E5DF
(231,229,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8273 color. Also use rgb(123,130,115) instead hex code.

Text Font Color

.myTextColor { color: #7B8273; }

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

This text font color is #7B8273.

Background Color

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

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

This div background color is #7B8273.

Border color

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

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

This div border color is #7B8273.

Opacity

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

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

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

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

This text has shadow with #7B8273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8273.

Preview

Color preview on black background

This text has color #7B8273 on black background.


Color preview on white background

This text has color #7B8273 on white background.


Black color preview on #7B8273 background

This text has black color on #7B8273 background.


White color preview on #7B8273 background

This text has white color on #7B8273 background.


Related colors

Complementary color

Complementary color for #hex is #847D8C.


I love getcolorcode.com

Triadic colors

1 #737B82 and #82737B with #7B8273 are triadic colors.

2 #73827B and #827B73 with #7B8273 are triadic colors.