COLOR #7B754D

HEX: #7B754D RGB: (123,117,77)

Color info

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

RGB color model

#7B754D color RGB value is (123,117,77).

RGB: (123,117,77) (48%, 46%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 77 of 255 = 30%

123
117
77

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

Portions of RGB colors in percentages

R + G + B = 123 + 117 + 77 = 317 (100%)
R 123 of 317 ~ 38.8%
G 117 of 317 ~ 36.91%
B 77 of 317 ~ 24.29'%

%38.8
%36.91
%24.29

CMYK color model

#7B754D color CMYK value is (0,5,37,52).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 37.40%
  • key color value is 51.76%

CMYK: (0,5,37,52)
C0M5Y37K52 (0%, 5%, 37%, 52%)
(0.00 / 0.05 / 0.37 / 0.52)

CMYK percentages

%0
%4.88
%37.4
%51.76

Codes

Color #7B754D in popluar color models

7B 75 4D
RGB 123 117 77
HSL 52° 23.00% 39.22%
HSB/HSV 52° 37.40% 48.24%
CMYK 0.00% 4.88% 37.40%
51.76%

Color #7B754D in popluar number systems.

HEX 7B 75 4D
Decimal 123 117 77
Binary 1111011 1110101 1001101
Octal 173 165 115

Shades and tints

Shades of #7B754D

#7B754D
(123,117,77)
#706B46
(112,107,70)
#65613F
(101,97,63)
#5A5738
(90,87,56)
#4F4D31
(79,77,49)
#44432A
(68,67,42)
#393923
(57,57,35)
#2E2F1C
(46,47,28)
#232515
(35,37,21)
#181B0E
(24,27,14)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #7B754D

#7B754D
(123,117,77)
#87815D
(135,129,93)
#938D6D
(147,141,109)
#9F997D
(159,153,125)
#ABA58D
(171,165,141)
#B7B19D
(183,177,157)
#C3BDAD
(195,189,173)
#CFC9BD
(207,201,189)
#DBD5CD
(219,213,205)
#E7E1DD
(231,225,221)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B754D color. Also use rgb(123,117,77) instead hex code.

Text Font Color

.myTextColor { color: #7B754D; }

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

This text font color is #7B754D.

Background Color

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

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

This div background color is #7B754D.

Border color

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

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

This div border color is #7B754D.

Opacity

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

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

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

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

This text has shadow with #7B754D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B754D.

Preview

Color preview on black background

This text has color #7B754D on black background.


Color preview on white background

This text has color #7B754D on white background.


Black color preview on #7B754D background

This text has black color on #7B754D background.


White color preview on #7B754D background

This text has white color on #7B754D background.


Related colors

Complementary color

Complementary color for #hex is #848AB2.


I love getcolorcode.com

Triadic colors

1 #4D7B75 and #754D7B with #7B754D are triadic colors.

2 #4D757B and #757B4D with #7B754D are triadic colors.