COLOR #7B6773

HEX: #7B6773
RGB: (123,103,115)

Color info

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

RGB color model

#7B6773 color RGB value is (123,103,115).

  • red value is 123;
  • green value is 103;
  • blue value is 115.
RGB:
(123,103,115)
(48%,40%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 115 of 255 = 45%

123
103
115

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

Portions of RGB colors in percentages

R + G + B =
123 + 103 + 115 = 341 (100%)
R 123 of 341 ~ 36.07%
G 103 of 341 ~ 30.21%
B 115 of 341 ~ 33.72%

%36.07
%30.21
%33.72

CMYK color model

#7B6773 color CMYK value is (0,16,7,52).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(0,16,7,52)
C0M16Y7K52 
(0%,16%,7%,52%)
(0.00/0.16/0.07/0.52)	

CMYK percentages

%0
%16.26
%6.5
%51.76

Codes

Color #7B6773 in popluar color models

7B6773
RGB123103115
HSL324°8.85%44.31%
HSB/HSV324°16.26%48.24%
CMYK0.00%16.26%6.50%
51.76%

Color #7B6773 in popluar number systems.

HEX7B6773
Decimal123103115
Binary111101111001111110011
Octal173147163

Shades and tints

Shades of #7B6773

#7B6773
(123,103,115)
#705E69
(112,94,105)
#65555F
(101,85,95)
#5A4C55
(90,76,85)
#4F434B
(79,67,75)
#443A41
(68,58,65)
#393137
(57,49,55)
#2E282D
(46,40,45)
#231F23
(35,31,35)
#181619
(24,22,25)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #7B6773

#7B6773
(123,103,115)
#87747F
(135,116,127)
#93818B
(147,129,139)
#9F8E97
(159,142,151)
#AB9BA3
(171,155,163)
#B7A8AF
(183,168,175)
#C3B5BB
(195,181,187)
#CFC2C7
(207,194,199)
#DBCFD3
(219,207,211)
#E7DCDF
(231,220,223)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6773 color. Also use rgb(123,103,115) instead hex code.

Text Font Color

.myTextColor { color: #7B6773; }

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

This text font color is #7B6773.


Background Color

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

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

This div background color is #7B6773.


Border color

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

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

This div border color is #7B6773.


Opacity

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

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

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

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

This text has shadow with #7B6773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6773 on black background.


Color preview on white background

This text has color #7B6773 on white background.



Black color preview on #7B6773 background

This text has black color on #7B6773 background.


White color preview on #7B6773 background

This text has white color on #7B6773 background.