COLOR #7B6878

HEX: #7B6878
RGB: (123,104,120)

Color info

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

RGB color model

#7B6878 color RGB value is (123,104,120).

  • red value is 123;
  • green value is 104;
  • blue value is 120.
RGB:
(123,104,120)
(48%,41%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 120 of 255 = 47%

123
104
120

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

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 120 = 347 (100%)
R 123 of 347 ~ 35.45%
G 104 of 347 ~ 29.97%
B 120 of 347 ~ 34.58%

%35.45
%29.97
%34.58

CMYK color model

#7B6878 color CMYK value is (0,15,2,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(0,15,2,52)
C0M15Y2K52 
(0%,15%,2%,52%)
(0.00/0.15/0.02/0.52)	

CMYK percentages

%0
%15.45
%2.44
%51.76

Codes

Color #7B6878 in popluar color models

7B6878
RGB123104120
HSL309°8.37%44.51%
HSB/HSV309°15.45%48.24%
CMYK0.00%15.45%2.44%
51.76%

Color #7B6878 in popluar number systems.

HEX7B6878
Decimal123104120
Binary111101111010001111000
Octal173150170

Shades and tints

Shades of #7B6878

#7B6878
(123,104,120)
#705F6E
(112,95,110)
#655664
(101,86,100)
#5A4D5A
(90,77,90)
#4F4450
(79,68,80)
#443B46
(68,59,70)
#39323C
(57,50,60)
#2E2932
(46,41,50)
#232028
(35,32,40)
#18171E
(24,23,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B6878

#7B6878
(123,104,120)
#877584
(135,117,132)
#938290
(147,130,144)
#9F8F9C
(159,143,156)
#AB9CA8
(171,156,168)
#B7A9B4
(183,169,180)
#C3B6C0
(195,182,192)
#CFC3CC
(207,195,204)
#DBD0D8
(219,208,216)
#E7DDE4
(231,221,228)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6878 color. Also use rgb(123,104,120) instead hex code.

Text Font Color

.myTextColor { color: #7B6878; }

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

This text font color is #7B6878.


Background Color

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

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

This div background color is #7B6878.


Border color

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

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

This div border color is #7B6878.


Opacity

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

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

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

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

This text has shadow with #7B6878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6878 on black background.


Color preview on white background

This text has color #7B6878 on white background.



Black color preview on #7B6878 background

This text has black color on #7B6878 background.


White color preview on #7B6878 background

This text has white color on #7B6878 background.