COLOR #7B6058

HEX: #7B6058 RGB: (123,96,88)

Color info

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

RGB color model

#7B6058 color RGB value is (123,96,88).

RGB: (123,96,88) (48%, 38%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 88 of 255 = 35%

123
96
88

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

Portions of RGB colors in percentages

R + G + B = 123 + 96 + 88 = 307 (100%)
R 123 of 307 ~ 40.07%
G 96 of 307 ~ 31.27%
B 88 of 307 ~ 28.66'%

%40.07
%31.27
%28.66

CMYK color model

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

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

CMYK: (0,22,28,52)
C0M22Y28K52 (0%, 22%, 28%, 52%)
(0.00 / 0.22 / 0.28 / 0.52)

CMYK percentages

%0
%21.95
%28.46
%51.76

Codes

Color #7B6058 in popluar color models

7B 60 58
RGB 123 96 88
HSL 14° 16.59% 41.37%
HSB/HSV 14° 28.46% 48.24%
CMYK 0.00% 21.95% 28.46%
51.76%

Color #7B6058 in popluar number systems.

HEX 7B 60 58
Decimal 123 96 88
Binary 1111011 1100000 1011000
Octal 173 140 130

Shades and tints

Shades of #7B6058

#7B6058
(123,96,88)
#705850
(112,88,80)
#655048
(101,80,72)
#5A4840
(90,72,64)
#4F4038
(79,64,56)
#443830
(68,56,48)
#393028
(57,48,40)
#2E2820
(46,40,32)
#232018
(35,32,24)
#181810
(24,24,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #7B6058

#7B6058
(123,96,88)
#876E67
(135,110,103)
#937C76
(147,124,118)
#9F8A85
(159,138,133)
#AB9894
(171,152,148)
#B7A6A3
(183,166,163)
#C3B4B2
(195,180,178)
#CFC2C1
(207,194,193)
#DBD0D0
(219,208,208)
#E7DEDF
(231,222,223)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6058; }

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

This text font color is #7B6058.

Background Color

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

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

This div background color is #7B6058.

Border color

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

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

This div border color is #7B6058.

Opacity

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

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

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

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

This text has shadow with #7B6058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6058.

Preview

Color preview on black background

This text has color #7B6058 on black background.


Color preview on white background

This text has color #7B6058 on white background.


Black color preview on #7B6058 background

This text has black color on #7B6058 background.


White color preview on #7B6058 background

This text has white color on #7B6058 background.


Related colors

Complementary color

Complementary color for #hex is #849FA7.


I love getcolorcode.com

Triadic colors

1 #587B60 and #60587B with #7B6058 are triadic colors.

2 #58607B and #607B58 with #7B6058 are triadic colors.