COLOR #7B7859

HEX: #7B7859 RGB: (123,120,89)

Color info

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

RGB color model

#7B7859 color RGB value is (123,120,89).

RGB: (123,120,89) (48%, 47%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 89 of 255 = 35%

123
120
89

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

Portions of RGB colors in percentages

R + G + B = 123 + 120 + 89 = 332 (100%)
R 123 of 332 ~ 37.05%
G 120 of 332 ~ 36.14%
B 89 of 332 ~ 26.81'%

%37.05
%36.14
%26.81

CMYK color model

#7B7859 color CMYK value is (0,2,28,52).

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

CMYK: (0,2,28,52)
C0M2Y28K52 (0%, 2%, 28%, 52%)
(0.00 / 0.02 / 0.28 / 0.52)

CMYK percentages

%0
%2.44
%27.64
%51.76

Codes

Color #7B7859 in popluar color models

7B 78 59
RGB 123 120 89
HSL 55° 16.04% 41.57%
HSB/HSV 55° 27.64% 48.24%
CMYK 0.00% 2.44% 27.64%
51.76%

Color #7B7859 in popluar number systems.

HEX 7B 78 59
Decimal 123 120 89
Binary 1111011 1111000 1011001
Octal 173 170 131

Shades and tints

Shades of #7B7859

#7B7859
(123,120,89)
#706E51
(112,110,81)
#656449
(101,100,73)
#5A5A41
(90,90,65)
#4F5039
(79,80,57)
#444631
(68,70,49)
#393C29
(57,60,41)
#2E3221
(46,50,33)
#232819
(35,40,25)
#181E11
(24,30,17)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #7B7859

#7B7859
(123,120,89)
#878468
(135,132,104)
#939077
(147,144,119)
#9F9C86
(159,156,134)
#ABA895
(171,168,149)
#B7B4A4
(183,180,164)
#C3C0B3
(195,192,179)
#CFCCC2
(207,204,194)
#DBD8D1
(219,216,209)
#E7E4E0
(231,228,224)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7859; }

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

This text font color is #7B7859.

Background Color

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

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

This div background color is #7B7859.

Border color

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

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

This div border color is #7B7859.

Opacity

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

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

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

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

This text has shadow with #7B7859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7859.

Preview

Color preview on black background

This text has color #7B7859 on black background.


Color preview on white background

This text has color #7B7859 on white background.


Black color preview on #7B7859 background

This text has black color on #7B7859 background.


White color preview on #7B7859 background

This text has white color on #7B7859 background.


Related colors

Complementary color

Complementary color for #hex is #8487A6.


I love getcolorcode.com

Triadic colors

1 #597B78 and #78597B with #7B7859 are triadic colors.

2 #59787B and #787B59 with #7B7859 are triadic colors.