COLOR #7B7478

HEX: #7B7478
RGB: (123,116,120)

Color info

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

RGB color model

#7B7478 color RGB value is (123,116,120).

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

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 120 of 255 = 47%

123
116
120

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 120 = 359 (100%)
R 123 of 359 ~ 34.26%
G 116 of 359 ~ 32.31%
B 120 of 359 ~ 33.43%

%34.26
%32.31
%33.43

CMYK color model

#7B7478 color CMYK value is (0,6,2,52).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(0,6,2,52)
C0M6Y2K52 
(0%,6%,2%,52%)
(0.00/0.06/0.02/0.52)	

CMYK percentages

%0
%5.69
%2.44
%51.76

Codes

Color #7B7478 in popluar color models

7B7478
RGB123116120
HSL326°2.93%46.86%
HSB/HSV326°5.69%48.24%
CMYK0.00%5.69%2.44%
51.76%

Color #7B7478 in popluar number systems.

HEX7B7478
Decimal123116120
Binary111101111101001111000
Octal173164170

Shades and tints

Shades of #7B7478

#7B7478
(123,116,120)
#706A6E
(112,106,110)
#656064
(101,96,100)
#5A565A
(90,86,90)
#4F4C50
(79,76,80)
#444246
(68,66,70)
#39383C
(57,56,60)
#2E2E32
(46,46,50)
#232428
(35,36,40)
#181A1E
(24,26,30)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7B7478

#7B7478
(123,116,120)
#878084
(135,128,132)
#938C90
(147,140,144)
#9F989C
(159,152,156)
#ABA4A8
(171,164,168)
#B7B0B4
(183,176,180)
#C3BCC0
(195,188,192)
#CFC8CC
(207,200,204)
#DBD4D8
(219,212,216)
#E7E0E4
(231,224,228)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7478; }

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

This text font color is #7B7478.


Background Color

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

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

This div background color is #7B7478.


Border color

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

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

This div border color is #7B7478.


Opacity

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

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

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

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

This text has shadow with #7B7478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7478 on black background.


Color preview on white background

This text has color #7B7478 on white background.



Black color preview on #7B7478 background

This text has black color on #7B7478 background.


White color preview on #7B7478 background

This text has white color on #7B7478 background.