COLOR #7B5D5A

HEX: #7B5D5A RGB: (123,93,90)

Color info

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

RGB color model

#7B5D5A color RGB value is (123,93,90).

RGB: (123,93,90) (48%, 36%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 93 of 255 = 36%
B 90 of 255 = 35%

123
93
90

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

Portions of RGB colors in percentages

R + G + B = 123 + 93 + 90 = 306 (100%)
R 123 of 306 ~ 40.2%
G 93 of 306 ~ 30.39%
B 90 of 306 ~ 29.41'%

%40.2
%30.39
%29.41

CMYK color model

#7B5D5A color CMYK value is (0,24,27,52).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 26.83%
  • key color value is 51.76%

CMYK: (0,24,27,52)
C0M24Y27K52 (0%, 24%, 27%, 52%)
(0.00 / 0.24 / 0.27 / 0.52)

CMYK percentages

%0
%24.39
%26.83
%51.76

Codes

Color #7B5D5A in popluar color models

7B 5D 5A
RGB 123 93 90
HSL 15.49% 41.76%
HSB/HSV 26.83% 48.24%
CMYK 0.00% 24.39% 26.83%
51.76%

Color #7B5D5A in popluar number systems.

HEX 7B 5D 5A
Decimal 123 93 90
Binary 1111011 1011101 1011010
Octal 173 135 132

Shades and tints

Shades of #7B5D5A

#7B5D5A
(123,93,90)
#705552
(112,85,82)
#654D4A
(101,77,74)
#5A4542
(90,69,66)
#4F3D3A
(79,61,58)
#443532
(68,53,50)
#392D2A
(57,45,42)
#2E2522
(46,37,34)
#231D1A
(35,29,26)
#181512
(24,21,18)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #7B5D5A

#7B5D5A
(123,93,90)
#876B69
(135,107,105)
#937978
(147,121,120)
#9F8787
(159,135,135)
#AB9596
(171,149,150)
#B7A3A5
(183,163,165)
#C3B1B4
(195,177,180)
#CFBFC3
(207,191,195)
#DBCDD2
(219,205,210)
#E7DBE1
(231,219,225)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5D5A color. Also use rgb(123,93,90) instead hex code.

Text Font Color

.myTextColor { color: #7B5D5A; }

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

This text font color is #7B5D5A.

Background Color

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

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

This div background color is #7B5D5A.

Border color

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

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

This div border color is #7B5D5A.

Opacity

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

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

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

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

This text has shadow with #7B5D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5D5A.

Preview

Color preview on black background

This text has color #7B5D5A on black background.


Color preview on white background

This text has color #7B5D5A on white background.


Black color preview on #7B5D5A background

This text has black color on #7B5D5A background.


White color preview on #7B5D5A background

This text has white color on #7B5D5A background.


Related colors

Complementary color

Complementary color for #hex is #84A2A5.


I love getcolorcode.com

Triadic colors

1 #5A7B5D and #5D5A7B with #7B5D5A are triadic colors.

2 #5A5D7B and #5D7B5A with #7B5D5A are triadic colors.