COLOR #7B785F

HEX: #7B785F RGB: (123,120,95)

Color info

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

RGB color model

#7B785F color RGB value is (123,120,95).

RGB: (123,120,95) (48%, 47%, 37%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 95 of 255 = 37%

123
120
95

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

Portions of RGB colors in percentages

R + G + B = 123 + 120 + 95 = 338 (100%)
R 123 of 338 ~ 36.39%
G 120 of 338 ~ 35.5%
B 95 of 338 ~ 28.11'%

%36.39
%35.5
%28.11

CMYK color model

#7B785F color CMYK value is (0,2,23,52).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 22.76%
  • key color value is 51.76%

CMYK: (0,2,23,52)
C0M2Y23K52 (0%, 2%, 23%, 52%)
(0.00 / 0.02 / 0.23 / 0.52)

CMYK percentages

%0
%2.44
%22.76
%51.76

Codes

Color #7B785F in popluar color models

7B 78 5F
RGB 123 120 95
HSL 54° 12.84% 42.75%
HSB/HSV 54° 22.76% 48.24%
CMYK 0.00% 2.44% 22.76%
51.76%

Color #7B785F in popluar number systems.

HEX 7B 78 5F
Decimal 123 120 95
Binary 1111011 1111000 1011111
Octal 173 170 137

Shades and tints

Shades of #7B785F

#7B785F
(123,120,95)
#706E57
(112,110,87)
#65644F
(101,100,79)
#5A5A47
(90,90,71)
#4F503F
(79,80,63)
#444637
(68,70,55)
#393C2F
(57,60,47)
#2E3227
(46,50,39)
#23281F
(35,40,31)
#181E17
(24,30,23)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #7B785F

#7B785F
(123,120,95)
#87846D
(135,132,109)
#93907B
(147,144,123)
#9F9C89
(159,156,137)
#ABA897
(171,168,151)
#B7B4A5
(183,180,165)
#C3C0B3
(195,192,179)
#CFCCC1
(207,204,193)
#DBD8CF
(219,216,207)
#E7E4DD
(231,228,221)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B785F color. Also use rgb(123,120,95) instead hex code.

Text Font Color

.myTextColor { color: #7B785F; }

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

This text font color is #7B785F.

Background Color

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

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

This div background color is #7B785F.

Border color

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

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

This div border color is #7B785F.

Opacity

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

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

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

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

This text has shadow with #7B785F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B785F.

Preview

Color preview on black background

This text has color #7B785F on black background.


Color preview on white background

This text has color #7B785F on white background.


Black color preview on #7B785F background

This text has black color on #7B785F background.


White color preview on #7B785F background

This text has white color on #7B785F background.


Related colors

Complementary color

Complementary color for #hex is #8487A0.


I love getcolorcode.com

Triadic colors

1 #5F7B78 and #785F7B with #7B785F are triadic colors.

2 #5F787B and #787B5F with #7B785F are triadic colors.