COLOR #7B505E

HEX: #7B505E
RGB: (123,80,94)

Color info

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

RGB color model

#7B505E color RGB value is (123,80,94).

  • red value is 123;
  • green value is 80;
  • blue value is 94.
RGB:
(123,80,94)
(48%,31%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 80 of 255 = 31%
B 94 of 255 = 37%

123
80
94

R + G + B ~ 39%. #7B505E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 80 + 94 = 297 (100%)
R 123 of 297 ~ 41.41%
G 80 of 297 ~ 26.94%
B 94 of 297 ~ 31.65%

%41.41
%26.94
%31.65

CMYK color model

#7B505E color CMYK value is (0,35,24,52).

  • cyan value is 0.00%
  • magenta value is 34.96%
  • yellow value is 23.58%
  • key color value is 51.76%
CMYK:
(0,35,24,52)
C0M35Y24K52 
(0%,35%,24%,52%)
(0.00/0.35/0.24/0.52)	

CMYK percentages

%0
%34.96
%23.58
%51.76

Codes

Color #7B505E in popluar color models

7B505E
RGB1238094
HSL340°21.18%39.80%
HSB/HSV340°34.96%48.24%
CMYK0.00%34.96%23.58%
51.76%

Color #7B505E in popluar number systems.

HEX7B505E
Decimal1238094
Binary111101110100001011110
Octal173120136

Shades and tints

Shades of #7B505E

#7B505E
(123,80,94)
#704956
(112,73,86)
#65424E
(101,66,78)
#5A3B46
(90,59,70)
#4F343E
(79,52,62)
#442D36
(68,45,54)
#39262E
(57,38,46)
#2E1F26
(46,31,38)
#23181E
(35,24,30)
#181116
(24,17,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #7B505E

#7B505E
(123,80,94)
#875F6C
(135,95,108)
#936E7A
(147,110,122)
#9F7D88
(159,125,136)
#AB8C96
(171,140,150)
#B79BA4
(183,155,164)
#C3AAB2
(195,170,178)
#CFB9C0
(207,185,192)
#DBC8CE
(219,200,206)
#E7D7DC
(231,215,220)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B505E color. Also use rgb(123,80,94) instead hex code.

Text Font Color

.myTextColor { color: #7B505E; }

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

This text font color is #7B505E.


Background Color

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

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

This div background color is #7B505E.


Border color

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

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

This div border color is #7B505E.


Opacity

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

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

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

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

This text has shadow with #7B505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B505E on black background.


Color preview on white background

This text has color #7B505E on white background.



Black color preview on #7B505E background

This text has black color on #7B505E background.


White color preview on #7B505E background

This text has white color on #7B505E background.