COLOR #7B714B

HEX: #7B714B RGB: (123,113,75)

Color info

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

RGB color model

#7B714B color RGB value is (123,113,75).

RGB: (123,113,75) (48%, 44%, 29%)

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 75 of 255 = 29%

123
113
75

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

Portions of RGB colors in percentages

R + G + B = 123 + 113 + 75 = 311 (100%)
R 123 of 311 ~ 39.55%
G 113 of 311 ~ 36.33%
B 75 of 311 ~ 24.12'%

%39.55
%36.33
%24.12

CMYK color model

#7B714B color CMYK value is (0,8,39,52).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 39.02%
  • key color value is 51.76%

CMYK: (0,8,39,52)
C0M8Y39K52 (0%, 8%, 39%, 52%)
(0.00 / 0.08 / 0.39 / 0.52)

CMYK percentages

%0
%8.13
%39.02
%51.76

Codes

Color #7B714B in popluar color models

7B 71 4B
RGB 123 113 75
HSL 48° 24.24% 38.82%
HSB/HSV 48° 39.02% 48.24%
CMYK 0.00% 8.13% 39.02%
51.76%

Color #7B714B in popluar number systems.

HEX 7B 71 4B
Decimal 123 113 75
Binary 1111011 1110001 1001011
Octal 173 161 113

Shades and tints

Shades of #7B714B

#7B714B
(123,113,75)
#706745
(112,103,69)
#655D3F
(101,93,63)
#5A5339
(90,83,57)
#4F4933
(79,73,51)
#443F2D
(68,63,45)
#393527
(57,53,39)
#2E2B21
(46,43,33)
#23211B
(35,33,27)
#181715
(24,23,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #7B714B

#7B714B
(123,113,75)
#877D5B
(135,125,91)
#93896B
(147,137,107)
#9F957B
(159,149,123)
#ABA18B
(171,161,139)
#B7AD9B
(183,173,155)
#C3B9AB
(195,185,171)
#CFC5BB
(207,197,187)
#DBD1CB
(219,209,203)
#E7DDDB
(231,221,219)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B714B; }

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

This text font color is #7B714B.

Background Color

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

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

This div background color is #7B714B.

Border color

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

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

This div border color is #7B714B.

Opacity

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

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

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

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

This text has shadow with #7B714B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B714B.

Preview

Color preview on black background

This text has color #7B714B on black background.


Color preview on white background

This text has color #7B714B on white background.


Black color preview on #7B714B background

This text has black color on #7B714B background.


White color preview on #7B714B background

This text has white color on #7B714B background.


Related colors

Complementary color

Complementary color for #hex is #848EB4.


I love getcolorcode.com

Triadic colors

1 #4B7B71 and #714B7B with #7B714B are triadic colors.

2 #4B717B and #717B4B with #7B714B are triadic colors.