COLOR #7B846F

HEX: #7B846F
RGB: (123,132,111)

Color info

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

RGB color model

#7B846F color RGB value is (123,132,111).

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

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 111 of 255 = 44%

123
132
111

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

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 111 = 366 (100%)
R 123 of 366 ~ 33.61%
G 132 of 366 ~ 36.07%
B 111 of 366 ~ 30.33%

%33.61
%36.07
%30.33

CMYK color model

#7B846F color CMYK value is (7,0,16,48).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(7,0,16,48)
C7M0Y16K48 
(7%,0%,16%,48%)
(0.07/0.00/0.16/0.48)	

CMYK percentages

%6.82
%0
%15.91
%48.24

Codes

Color #7B846F in popluar color models

7B846F
RGB123132111
HSL86°8.64%47.65%
HSB/HSV86°15.91%51.76%
CMYK6.82%0.00%15.91%
48.24%

Color #7B846F in popluar number systems.

HEX7B846F
Decimal123132111
Binary1111011100001001101111
Octal173204157

Shades and tints

Shades of #7B846F

#7B846F
(123,132,111)
#707865
(112,120,101)
#656C5B
(101,108,91)
#5A6051
(90,96,81)
#4F5447
(79,84,71)
#44483D
(68,72,61)
#393C33
(57,60,51)
#2E3029
(46,48,41)
#23241F
(35,36,31)
#181815
(24,24,21)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #7B846F

#7B846F
(123,132,111)
#878F7C
(135,143,124)
#939A89
(147,154,137)
#9FA596
(159,165,150)
#ABB0A3
(171,176,163)
#B7BBB0
(183,187,176)
#C3C6BD
(195,198,189)
#CFD1CA
(207,209,202)
#DBDCD7
(219,220,215)
#E7E7E4
(231,231,228)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B846F; }

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

This text font color is #7B846F.


Background Color

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

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

This div background color is #7B846F.


Border color

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

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

This div border color is #7B846F.


Opacity

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

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

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

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

This text has shadow with #7B846F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B846F on black background.


Color preview on white background

This text has color #7B846F on white background.



Black color preview on #7B846F background

This text has black color on #7B846F background.


White color preview on #7B846F background

This text has white color on #7B846F background.