COLOR #7B846B

HEX: #7B846B
RGB: (123,132,107)

Color info

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

RGB color model

#7B846B color RGB value is (123,132,107).

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

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 107 of 255 = 42%

123
132
107

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

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 107 = 362 (100%)
R 123 of 362 ~ 33.98%
G 132 of 362 ~ 36.46%
B 107 of 362 ~ 29.56%

%33.98
%36.46
%29.56

CMYK color model

#7B846B color CMYK value is (7,0,19,48).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(7,0,19,48)
C7M0Y19K48 
(7%,0%,19%,48%)
(0.07/0.00/0.19/0.48)	

CMYK percentages

%6.82
%0
%18.94
%48.24

Codes

Color #7B846B in popluar color models

7B846B
RGB123132107
HSL82°10.46%46.86%
HSB/HSV82°18.94%51.76%
CMYK6.82%0.00%18.94%
48.24%

Color #7B846B in popluar number systems.

HEX7B846B
Decimal123132107
Binary1111011100001001101011
Octal173204153

Shades and tints

Shades of #7B846B

#7B846B
(123,132,107)
#707862
(112,120,98)
#656C59
(101,108,89)
#5A6050
(90,96,80)
#4F5447
(79,84,71)
#44483E
(68,72,62)
#393C35
(57,60,53)
#2E302C
(46,48,44)
#232423
(35,36,35)
#18181A
(24,24,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B846B

#7B846B
(123,132,107)
#878F78
(135,143,120)
#939A85
(147,154,133)
#9FA592
(159,165,146)
#ABB09F
(171,176,159)
#B7BBAC
(183,187,172)
#C3C6B9
(195,198,185)
#CFD1C6
(207,209,198)
#DBDCD3
(219,220,211)
#E7E7E0
(231,231,224)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B846B; }

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

This text font color is #7B846B.


Background Color

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

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

This div background color is #7B846B.


Border color

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

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

This div border color is #7B846B.


Opacity

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

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

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

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

This text has shadow with #7B846B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B846B on black background.


Color preview on white background

This text has color #7B846B on white background.



Black color preview on #7B846B background

This text has black color on #7B846B background.


White color preview on #7B846B background

This text has white color on #7B846B background.