COLOR #7B684A

HEX: #7B684A
RGB: (123,104,74)

Color info

#7B684A contains red, green and blue colors in about the same proportion. Web safe color of #7B684A is #666633 (or #663).

RGB color model

#7B684A color RGB value is (123,104,74).

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

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 74 of 255 = 29%

123
104
74

R + G + B ~ 39%. #7B684A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 74 = 301 (100%)
R 123 of 301 ~ 40.86%
G 104 of 301 ~ 34.55%
B 74 of 301 ~ 24.58%

%40.86
%34.55
%24.58

CMYK color model

#7B684A color CMYK value is (0,15,40,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 39.84%
  • key color value is 51.76%
CMYK:
(0,15,40,52)
C0M15Y40K52 
(0%,15%,40%,52%)
(0.00/0.15/0.40/0.52)	

CMYK percentages

%0
%15.45
%39.84
%51.76

Codes

Color #7B684A in popluar color models

7B684A
RGB12310474
HSL37°24.87%38.63%
HSB/HSV37°39.84%48.24%
CMYK0.00%15.45%39.84%
51.76%

Color #7B684A in popluar number systems.

HEX7B684A
Decimal12310474
Binary111101111010001001010
Octal173150112

Shades and tints

Shades of #7B684A

#7B684A
(123,104,74)
#705F44
(112,95,68)
#65563E
(101,86,62)
#5A4D38
(90,77,56)
#4F4432
(79,68,50)
#443B2C
(68,59,44)
#393226
(57,50,38)
#2E2920
(46,41,32)
#23201A
(35,32,26)
#181714
(24,23,20)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B684A

#7B684A
(123,104,74)
#87755A
(135,117,90)
#93826A
(147,130,106)
#9F8F7A
(159,143,122)
#AB9C8A
(171,156,138)
#B7A99A
(183,169,154)
#C3B6AA
(195,182,170)
#CFC3BA
(207,195,186)
#DBD0CA
(219,208,202)
#E7DDDA
(231,221,218)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B684A; }

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

This text font color is #7B684A.


Background Color

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

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

This div background color is #7B684A.


Border color

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

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

This div border color is #7B684A.


Opacity

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

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

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

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

This text has shadow with #7B684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B684A on black background.


Color preview on white background

This text has color #7B684A on white background.



Black color preview on #7B684A background

This text has black color on #7B684A background.


White color preview on #7B684A background

This text has white color on #7B684A background.