COLOR #7B7259

HEX: #7B7259 RGB: (123,114,89)

Color info

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

RGB color model

#7B7259 color RGB value is (123,114,89).

RGB: (123,114,89) (48%, 45%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 89 of 255 = 35%

123
114
89

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

Portions of RGB colors in percentages

R + G + B = 123 + 114 + 89 = 326 (100%)
R 123 of 326 ~ 37.73%
G 114 of 326 ~ 34.97%
B 89 of 326 ~ 27.3'%

%37.73
%34.97
%27.3

CMYK color model

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

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

CMYK: (0,7,28,52)
C0M7Y28K52 (0%, 7%, 28%, 52%)
(0.00 / 0.07 / 0.28 / 0.52)

CMYK percentages

%0
%7.32
%27.64
%51.76

Codes

Color #7B7259 in popluar color models

7B 72 59
RGB 123 114 89
HSL 44° 16.04% 41.57%
HSB/HSV 44° 27.64% 48.24%
CMYK 0.00% 7.32% 27.64%
51.76%

Color #7B7259 in popluar number systems.

HEX 7B 72 59
Decimal 123 114 89
Binary 1111011 1110010 1011001
Octal 173 162 131

Shades and tints

Shades of #7B7259

#7B7259
(123,114,89)
#706851
(112,104,81)
#655E49
(101,94,73)
#5A5441
(90,84,65)
#4F4A39
(79,74,57)
#444031
(68,64,49)
#393629
(57,54,41)
#2E2C21
(46,44,33)
#232219
(35,34,25)
#181811
(24,24,17)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #7B7259

#7B7259
(123,114,89)
#877E68
(135,126,104)
#938A77
(147,138,119)
#9F9686
(159,150,134)
#ABA295
(171,162,149)
#B7AEA4
(183,174,164)
#C3BAB3
(195,186,179)
#CFC6C2
(207,198,194)
#DBD2D1
(219,210,209)
#E7DEE0
(231,222,224)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7259; }

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

This text font color is #7B7259.

Background Color

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

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

This div background color is #7B7259.

Border color

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

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

This div border color is #7B7259.

Opacity

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

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

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

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

This text has shadow with #7B7259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7259.

Preview

Color preview on black background

This text has color #7B7259 on black background.


Color preview on white background

This text has color #7B7259 on white background.


Black color preview on #7B7259 background

This text has black color on #7B7259 background.


White color preview on #7B7259 background

This text has white color on #7B7259 background.


Related colors

Complementary color

Complementary color for #hex is #848DA6.


I love getcolorcode.com

Triadic colors

1 #597B72 and #72597B with #7B7259 are triadic colors.

2 #59727B and #727B59 with #7B7259 are triadic colors.