COLOR #7B7750

HEX: #7B7750 RGB: (123,119,80)

Color info

#7B7750 contains red, green and blue colors in about the same proportion. Web safe color of #7B7750 is #666666 (or #666).

RGB color model

#7B7750 color RGB value is (123,119,80).

RGB: (123,119,80) (48%, 47%, 31%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 80 of 255 = 31%

123
119
80

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

Portions of RGB colors in percentages

R + G + B = 123 + 119 + 80 = 322 (100%)
R 123 of 322 ~ 38.2%
G 119 of 322 ~ 36.96%
B 80 of 322 ~ 24.84'%

%38.2
%36.96
%24.84

CMYK color model

#7B7750 color CMYK value is (0,3,35,52).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 34.96%
  • key color value is 51.76%

CMYK: (0,3,35,52)
C0M3Y35K52 (0%, 3%, 35%, 52%)
(0.00 / 0.03 / 0.35 / 0.52)

CMYK percentages

%0
%3.25
%34.96
%51.76

Codes

Color #7B7750 in popluar color models

7B 77 50
RGB 123 119 80
HSL 54° 21.18% 39.80%
HSB/HSV 54° 34.96% 48.24%
CMYK 0.00% 3.25% 34.96%
51.76%

Color #7B7750 in popluar number systems.

HEX 7B 77 50
Decimal 123 119 80
Binary 1111011 1110111 1010000
Octal 173 167 120

Shades and tints

Shades of #7B7750

#7B7750
(123,119,80)
#706D49
(112,109,73)
#656342
(101,99,66)
#5A593B
(90,89,59)
#4F4F34
(79,79,52)
#44452D
(68,69,45)
#393B26
(57,59,38)
#2E311F
(46,49,31)
#232718
(35,39,24)
#181D11
(24,29,17)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #7B7750

#7B7750
(123,119,80)
#87835F
(135,131,95)
#938F6E
(147,143,110)
#9F9B7D
(159,155,125)
#ABA78C
(171,167,140)
#B7B39B
(183,179,155)
#C3BFAA
(195,191,170)
#CFCBB9
(207,203,185)
#DBD7C8
(219,215,200)
#E7E3D7
(231,227,215)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7750 color. Also use rgb(123,119,80) instead hex code.

Text Font Color

.myTextColor { color: #7B7750; }

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

This text font color is #7B7750.

Background Color

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

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

This div background color is #7B7750.

Border color

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

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

This div border color is #7B7750.

Opacity

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

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

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

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

This text has shadow with #7B7750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7750.

Preview

Color preview on black background

This text has color #7B7750 on black background.


Color preview on white background

This text has color #7B7750 on white background.


Black color preview on #7B7750 background

This text has black color on #7B7750 background.


White color preview on #7B7750 background

This text has white color on #7B7750 background.


Related colors

Complementary color

Complementary color for #hex is #8488AF.


I love getcolorcode.com

Triadic colors

1 #507B77 and #77507B with #7B7750 are triadic colors.

2 #50777B and #777B50 with #7B7750 are triadic colors.