COLOR #7B847A

HEX: #7B847A
RGB: (123,132,122)

Color info

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

RGB color model

#7B847A color RGB value is (123,132,122).

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

RGB channels and saturation

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

123
132
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 122 = 377 (100%)
R 123 of 377 ~ 32.63%
G 132 of 377 ~ 35.01%
B 122 of 377 ~ 32.36%

%32.63
%35.01
%32.36

CMYK color model

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

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(7,0,8,48)
C7M0Y8K48 
(7%,0%,8%,48%)
(0.07/0.00/0.08/0.48)	

CMYK percentages

%6.82
%0
%7.58
%48.24

Codes

Color #7B847A in popluar color models

7B847A
RGB123132122
HSL114°3.94%49.80%
HSB/HSV114°7.58%51.76%
CMYK6.82%0.00%7.58%
48.24%

Color #7B847A in popluar number systems.

HEX7B847A
Decimal123132122
Binary1111011100001001111010
Octal173204172

Shades and tints

Shades of #7B847A

#7B847A
(123,132,122)
#70786F
(112,120,111)
#656C64
(101,108,100)
#5A6059
(90,96,89)
#4F544E
(79,84,78)
#444843
(68,72,67)
#393C38
(57,60,56)
#2E302D
(46,48,45)
#232422
(35,36,34)
#181817
(24,24,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #7B847A

#7B847A
(123,132,122)
#878F86
(135,143,134)
#939A92
(147,154,146)
#9FA59E
(159,165,158)
#ABB0AA
(171,176,170)
#B7BBB6
(183,187,182)
#C3C6C2
(195,198,194)
#CFD1CE
(207,209,206)
#DBDCDA
(219,220,218)
#E7E7E6
(231,231,230)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B847A; }

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

This text font color is #7B847A.


Background Color

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

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

This div background color is #7B847A.


Border color

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

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

This div border color is #7B847A.


Opacity

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

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

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

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

This text has shadow with #7B847A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B847A on black background.


Color preview on white background

This text has color #7B847A on white background.



Black color preview on #7B847A background

This text has black color on #7B847A background.


White color preview on #7B847A background

This text has white color on #7B847A background.