COLOR #7B877A

HEX: #7B877A
RGB: (123,135,122)

Color info

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

RGB color model

#7B877A color RGB value is (123,135,122).

  • red value is 123;
  • green value is 135;
  • blue value is 122.
RGB:
(123,135,122)
(48%,53%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 135 of 255 = 53%
B 122 of 255 = 48%

123
135
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 135 + 122 = 380 (100%)
R 123 of 380 ~ 32.37%
G 135 of 380 ~ 35.53%
B 122 of 380 ~ 32.11%

%32.37
%35.53
%32.11

CMYK color model

#7B877A color CMYK value is (9,0,10,47).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(9,0,10,47)
C9M0Y10K47 
(9%,0%,10%,47%)
(0.09/0.00/0.10/0.47)	

CMYK percentages

%8.89
%0
%9.63
%47.06

Codes

Color #7B877A in popluar color models

7B877A
RGB123135122
HSL115°5.14%50.39%
HSB/HSV115°9.63%52.94%
CMYK8.89%0.00%9.63%
47.06%

Color #7B877A in popluar number systems.

HEX7B877A
Decimal123135122
Binary1111011100001111111010
Octal173207172

Shades and tints

Shades of #7B877A

#7B877A
(123,135,122)
#707B6F
(112,123,111)
#656F64
(101,111,100)
#5A6359
(90,99,89)
#4F574E
(79,87,78)
#444B43
(68,75,67)
#393F38
(57,63,56)
#2E332D
(46,51,45)
#232722
(35,39,34)
#181B17
(24,27,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7B877A

#7B877A
(123,135,122)
#879186
(135,145,134)
#939B92
(147,155,146)
#9FA59E
(159,165,158)
#ABAFAA
(171,175,170)
#B7B9B6
(183,185,182)
#C3C3C2
(195,195,194)
#CFCDCE
(207,205,206)
#DBD7DA
(219,215,218)
#E7E1E6
(231,225,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B877A; }

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

This text font color is #7B877A.


Background Color

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

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

This div background color is #7B877A.


Border color

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

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

This div border color is #7B877A.


Opacity

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

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

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

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

This text has shadow with #7B877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B877A on black background.


Color preview on white background

This text has color #7B877A on white background.



Black color preview on #7B877A background

This text has black color on #7B877A background.


White color preview on #7B877A background

This text has white color on #7B877A background.