COLOR #7B8572

HEX: #7B8572 RGB: (123,133,114)

Color info

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

RGB color model

#7B8572 color RGB value is (123,133,114).

RGB: (123,133,114) (48%, 52%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 114 of 255 = 45%

123
133
114

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

Portions of RGB colors in percentages

R + G + B = 123 + 133 + 114 = 370 (100%)
R 123 of 370 ~ 33.24%
G 133 of 370 ~ 35.95%
B 114 of 370 ~ 30.81'%

%33.24
%35.95
%30.81

CMYK color model

#7B8572 color CMYK value is (8,0,14,48).

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 47.84%

CMYK: (8,0,14,48)
C8M0Y14K48 (8%, 0%, 14%, 48%)
(0.08 / 0.00 / 0.14 / 0.48)

CMYK percentages

%7.52
%0
%14.29
%47.84

Codes

Color #7B8572 in popluar color models

7B 85 72
RGB 123 133 114
HSL 92° 7.69% 48.43%
HSB/HSV 92° 14.29% 52.16%
CMYK 7.52% 0.00% 14.29%
47.84%

Color #7B8572 in popluar number systems.

HEX 7B 85 72
Decimal 123 133 114
Binary 1111011 10000101 1110010
Octal 173 205 162

Shades and tints

Shades of #7B8572

#7B8572
(123,133,114)
#707968
(112,121,104)
#656D5E
(101,109,94)
#5A6154
(90,97,84)
#4F554A
(79,85,74)
#444940
(68,73,64)
#393D36
(57,61,54)
#2E312C
(46,49,44)
#232522
(35,37,34)
#181918
(24,25,24)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #7B8572

#7B8572
(123,133,114)
#87907E
(135,144,126)
#939B8A
(147,155,138)
#9FA696
(159,166,150)
#ABB1A2
(171,177,162)
#B7BCAE
(183,188,174)
#C3C7BA
(195,199,186)
#CFD2C6
(207,210,198)
#DBDDD2
(219,221,210)
#E7E8DE
(231,232,222)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8572; }

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

This text font color is #7B8572.

Background Color

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

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

This div background color is #7B8572.

Border color

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

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

This div border color is #7B8572.

Opacity

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

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

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

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

This text has shadow with #7B8572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8572.

Preview

Color preview on black background

This text has color #7B8572 on black background.


Color preview on white background

This text has color #7B8572 on white background.


Black color preview on #7B8572 background

This text has black color on #7B8572 background.


White color preview on #7B8572 background

This text has white color on #7B8572 background.


Related colors

Complementary color

Complementary color for #hex is #847A8D.


I love getcolorcode.com

Triadic colors

1 #727B85 and #85727B with #7B8572 are triadic colors.

2 #72857B and #857B72 with #7B8572 are triadic colors.