COLOR #7B6850

HEX: #7B6850
RGB: (123,104,80)

Color info

#7B6850 contains red, green and blue colors in about the same proportion. Web safe color of #7B6850 is #666666 (or #666).

RGB color model

#7B6850 color RGB value is (123,104,80).

  • red value is 123;
  • green value is 104;
  • blue value is 80.
RGB:
(123,104,80)
(48%,41%,31%)

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 80 of 255 = 31%

123
104
80

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

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 80 = 307 (100%)
R 123 of 307 ~ 40.07%
G 104 of 307 ~ 33.88%
B 80 of 307 ~ 26.06%

%40.07
%33.88
%26.06

CMYK color model

#7B6850 color CMYK value is (0,15,35,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 34.96%
  • key color value is 51.76%
CMYK:
(0,15,35,52)
C0M15Y35K52 
(0%,15%,35%,52%)
(0.00/0.15/0.35/0.52)	

CMYK percentages

%0
%15.45
%34.96
%51.76

Codes

Color #7B6850 in popluar color models

7B6850
RGB12310480
HSL33°21.18%39.80%
HSB/HSV33°34.96%48.24%
CMYK0.00%15.45%34.96%
51.76%

Color #7B6850 in popluar number systems.

HEX7B6850
Decimal12310480
Binary111101111010001010000
Octal173150120

Shades and tints

Shades of #7B6850

#7B6850
(123,104,80)
#705F49
(112,95,73)
#655642
(101,86,66)
#5A4D3B
(90,77,59)
#4F4434
(79,68,52)
#443B2D
(68,59,45)
#393226
(57,50,38)
#2E291F
(46,41,31)
#232018
(35,32,24)
#181711
(24,23,17)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #7B6850

#7B6850
(123,104,80)
#87755F
(135,117,95)
#93826E
(147,130,110)
#9F8F7D
(159,143,125)
#AB9C8C
(171,156,140)
#B7A99B
(183,169,155)
#C3B6AA
(195,182,170)
#CFC3B9
(207,195,185)
#DBD0C8
(219,208,200)
#E7DDD7
(231,221,215)
#F3EAE6
(243,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6850 color. Also use rgb(123,104,80) instead hex code.

Text Font Color

.myTextColor { color: #7B6850; }

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

This text font color is #7B6850.


Background Color

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

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

This div background color is #7B6850.


Border color

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

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

This div border color is #7B6850.


Opacity

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

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

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

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

This text has shadow with #7B6850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6850 on black background.


Color preview on white background

This text has color #7B6850 on white background.



Black color preview on #7B6850 background

This text has black color on #7B6850 background.


White color preview on #7B6850 background

This text has white color on #7B6850 background.