COLOR #7B7058

HEX: #7B7058 RGB: (123,112,88)

Color info

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

RGB color model

#7B7058 color RGB value is (123,112,88).

RGB: (123,112,88) (48%, 44%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 88 of 255 = 35%

123
112
88

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

Portions of RGB colors in percentages

R + G + B = 123 + 112 + 88 = 323 (100%)
R 123 of 323 ~ 38.08%
G 112 of 323 ~ 34.67%
B 88 of 323 ~ 27.24'%

%38.08
%34.67
%27.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 28.46%
  • key color value is 51.76%

CMYK: (0,9,28,52)
C0M9Y28K52 (0%, 9%, 28%, 52%)
(0.00 / 0.09 / 0.28 / 0.52)

CMYK percentages

%0
%8.94
%28.46
%51.76

Codes

Color #7B7058 in popluar color models

7B 70 58
RGB 123 112 88
HSL 41° 16.59% 41.37%
HSB/HSV 41° 28.46% 48.24%
CMYK 0.00% 8.94% 28.46%
51.76%

Color #7B7058 in popluar number systems.

HEX 7B 70 58
Decimal 123 112 88
Binary 1111011 1110000 1011000
Octal 173 160 130

Shades and tints

Shades of #7B7058

#7B7058
(123,112,88)
#706650
(112,102,80)
#655C48
(101,92,72)
#5A5240
(90,82,64)
#4F4838
(79,72,56)
#443E30
(68,62,48)
#393428
(57,52,40)
#2E2A20
(46,42,32)
#232018
(35,32,24)
#181610
(24,22,16)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #7B7058

#7B7058
(123,112,88)
#877D67
(135,125,103)
#938A76
(147,138,118)
#9F9785
(159,151,133)
#ABA494
(171,164,148)
#B7B1A3
(183,177,163)
#C3BEB2
(195,190,178)
#CFCBC1
(207,203,193)
#DBD8D0
(219,216,208)
#E7E5DF
(231,229,223)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7058 color. Also use rgb(123,112,88) instead hex code.

Text Font Color

.myTextColor { color: #7B7058; }

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

This text font color is #7B7058.

Background Color

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

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

This div background color is #7B7058.

Border color

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

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

This div border color is #7B7058.

Opacity

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

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

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

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

This text has shadow with #7B7058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7058.

Preview

Color preview on black background

This text has color #7B7058 on black background.


Color preview on white background

This text has color #7B7058 on white background.


Black color preview on #7B7058 background

This text has black color on #7B7058 background.


White color preview on #7B7058 background

This text has white color on #7B7058 background.


Related colors

Complementary color

Complementary color for #hex is #848FA7.


I love getcolorcode.com

Triadic colors

1 #587B70 and #70587B with #7B7058 are triadic colors.

2 #58707B and #707B58 with #7B7058 are triadic colors.