COLOR #7B764B

HEX: #7B764B RGB: (123,118,75)

Color info

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

RGB color model

#7B764B color RGB value is (123,118,75).

RGB: (123,118,75) (48%, 46%, 29%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 75 of 255 = 29%

123
118
75

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

Portions of RGB colors in percentages

R + G + B = 123 + 118 + 75 = 316 (100%)
R 123 of 316 ~ 38.92%
G 118 of 316 ~ 37.34%
B 75 of 316 ~ 23.73'%

%38.92
%37.34
%23.73

CMYK color model

#7B764B color CMYK value is (0,4,39,52).

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

CMYK: (0,4,39,52)
C0M4Y39K52 (0%, 4%, 39%, 52%)
(0.00 / 0.04 / 0.39 / 0.52)

CMYK percentages

%0
%4.07
%39.02
%51.76

Codes

Color #7B764B in popluar color models

7B 76 4B
RGB 123 118 75
HSL 54° 24.24% 38.82%
HSB/HSV 54° 39.02% 48.24%
CMYK 0.00% 4.07% 39.02%
51.76%

Color #7B764B in popluar number systems.

HEX 7B 76 4B
Decimal 123 118 75
Binary 1111011 1110110 1001011
Octal 173 166 113

Shades and tints

Shades of #7B764B

#7B764B
(123,118,75)
#706C45
(112,108,69)
#65623F
(101,98,63)
#5A5839
(90,88,57)
#4F4E33
(79,78,51)
#44442D
(68,68,45)
#393A27
(57,58,39)
#2E3021
(46,48,33)
#23261B
(35,38,27)
#181C15
(24,28,21)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #7B764B

#7B764B
(123,118,75)
#87825B
(135,130,91)
#938E6B
(147,142,107)
#9F9A7B
(159,154,123)
#ABA68B
(171,166,139)
#B7B29B
(183,178,155)
#C3BEAB
(195,190,171)
#CFCABB
(207,202,187)
#DBD6CB
(219,214,203)
#E7E2DB
(231,226,219)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B764B; }

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

This text font color is #7B764B.

Background Color

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

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

This div background color is #7B764B.

Border color

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

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

This div border color is #7B764B.

Opacity

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

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

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

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

This text has shadow with #7B764B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B764B.

Preview

Color preview on black background

This text has color #7B764B on black background.


Color preview on white background

This text has color #7B764B on white background.


Black color preview on #7B764B background

This text has black color on #7B764B background.


White color preview on #7B764B background

This text has white color on #7B764B background.


Related colors

Complementary color

Complementary color for #hex is #8489B4.


I love getcolorcode.com

Triadic colors

1 #4B7B76 and #764B7B with #7B764B are triadic colors.

2 #4B767B and #767B4B with #7B764B are triadic colors.