COLOR #7B674B

HEX: #7B674B
RGB: (123,103,75)

Color info

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

RGB color model

#7B674B color RGB value is (123,103,75).

  • red value is 123;
  • green value is 103;
  • blue value is 75.
RGB:
(123,103,75)
(48%,40%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 75 of 255 = 29%

123
103
75

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

Portions of RGB colors in percentages

R + G + B =
123 + 103 + 75 = 301 (100%)
R 123 of 301 ~ 40.86%
G 103 of 301 ~ 34.22%
B 75 of 301 ~ 24.92%

%40.86
%34.22
%24.92

CMYK color model

#7B674B color CMYK value is (0,16,39,52).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 39.02%
  • key color value is 51.76%
CMYK:
(0,16,39,52)
C0M16Y39K52 
(0%,16%,39%,52%)
(0.00/0.16/0.39/0.52)	

CMYK percentages

%0
%16.26
%39.02
%51.76

Codes

Color #7B674B in popluar color models

7B674B
RGB12310375
HSL35°24.24%38.82%
HSB/HSV35°39.02%48.24%
CMYK0.00%16.26%39.02%
51.76%

Color #7B674B in popluar number systems.

HEX7B674B
Decimal12310375
Binary111101111001111001011
Octal173147113

Shades and tints

Shades of #7B674B

#7B674B
(123,103,75)
#705E45
(112,94,69)
#65553F
(101,85,63)
#5A4C39
(90,76,57)
#4F4333
(79,67,51)
#443A2D
(68,58,45)
#393127
(57,49,39)
#2E2821
(46,40,33)
#231F1B
(35,31,27)
#181615
(24,22,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #7B674B

#7B674B
(123,103,75)
#87745B
(135,116,91)
#93816B
(147,129,107)
#9F8E7B
(159,142,123)
#AB9B8B
(171,155,139)
#B7A89B
(183,168,155)
#C3B5AB
(195,181,171)
#CFC2BB
(207,194,187)
#DBCFCB
(219,207,203)
#E7DCDB
(231,220,219)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B674B color. Also use rgb(123,103,75) instead hex code.

Text Font Color

.myTextColor { color: #7B674B; }

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

This text font color is #7B674B.


Background Color

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

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

This div background color is #7B674B.


Border color

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

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

This div border color is #7B674B.


Opacity

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

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

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

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

This text has shadow with #7B674B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B674B on black background.


Color preview on white background

This text has color #7B674B on white background.



Black color preview on #7B674B background

This text has black color on #7B674B background.


White color preview on #7B674B background

This text has white color on #7B674B background.