COLOR #7B857A

HEX: #7B857A RGB: (123,133,122)

Color info

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

RGB color model

#7B857A color RGB value is (123,133,122).

RGB: (123,133,122) (48%, 52%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 122 of 255 = 48%

123
133
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 133 + 122 = 378 (100%)
R 123 of 378 ~ 32.54%
G 133 of 378 ~ 35.19%
B 122 of 378 ~ 32.28'%

%32.54
%35.19
%32.28

CMYK color model

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

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK: (8,0,8,48) C8M0Y8K48 (8%,0%,8%,48%) (0.08/0.00/0.08/0.48) 

CMYK percentages

%7.52
%0
%8.27
%47.84

Codes

Color #7B857A in popluar color models

7B 85 7A
RGB 123 133 122
HSL 115° 4.31% 50.00%
HSB/HSV 115° 8.27% 52.16%
CMYK 7.52% 0.00% 8.27%
47.84%

Color #7B857A in popluar number systems.

HEX 7B 85 7A
Decimal 123 133 122
Binary 1111011 10000101 1111010
Octal 173 205 172

Shades and tints

Shades of #7B857A

#7B857A
(123,133,122)
#70796F
(112,121,111)
#656D64
(101,109,100)
#5A6159
(90,97,89)
#4F554E
(79,85,78)
#444943
(68,73,67)
#393D38
(57,61,56)
#2E312D
(46,49,45)
#232522
(35,37,34)
#181917
(24,25,23)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #7B857A

#7B857A
(123,133,122)
#879086
(135,144,134)
#939B92
(147,155,146)
#9FA69E
(159,166,158)
#ABB1AA
(171,177,170)
#B7BCB6
(183,188,182)
#C3C7C2
(195,199,194)
#CFD2CE
(207,210,206)
#DBDDDA
(219,221,218)
#E7E8E6
(231,232,230)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B857A; }

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

This text font color is #7B857A.

Background Color

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

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

This div background color is #7B857A.

Border color

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

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

This div border color is #7B857A.

Opacity

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

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

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

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

This text has shadow with #7B857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B857A.

Preview

Color preview on black background

This text has color #7B857A on black background.


Color preview on white background

This text has color #7B857A on white background.


Black color preview on #7B857A background

This text has black color on #7B857A background.


White color preview on #7B857A background

This text has white color on #7B857A background.


Related colors

Complementary color

Complementary color for #hex is #847A85.


I love getcolorcode.com

Triadic colors

1 #7A7B85 and #857A7B with #7B857A are triadic colors.

2 #7A857B and #857B7A with #7B857A are triadic colors.