COLOR #7B758C

HEX: #7B758C
RGB: (123,117,140)

Color info

#7B758C contains red, green and blue colors in about the same proportion. Web safe color of #7B758C is #666699 (or #669).

RGB color model

#7B758C color RGB value is (123,117,140).

  • red value is 123;
  • green value is 117;
  • blue value is 140.
RGB:
(123,117,140)
(48%,46%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 140 of 255 = 55%

123
117
140

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 140 = 380 (100%)
R 123 of 380 ~ 32.37%
G 117 of 380 ~ 30.79%
B 140 of 380 ~ 36.84%

%32.37
%30.79
%36.84

CMYK color model

#7B758C color CMYK value is (12,16,0,45).

  • cyan value is 12.14%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(12,16,0,45)
C12M16Y0K45 
(12%,16%,0%,45%)
(0.12/0.16/0.00/0.45)	

CMYK percentages

%12.14
%16.43
%0
%45.1

Codes

Color #7B758C in popluar color models

7B758C
RGB123117140
HSL256°9.09%50.39%
HSB/HSV256°16.43%54.90%
CMYK12.14%16.43%0.00%
45.10%

Color #7B758C in popluar number systems.

HEX7B758C
Decimal123117140
Binary1111011111010110001100
Octal173165214

Shades and tints

Shades of #7B758C

#7B758C
(123,117,140)
#706B80
(112,107,128)
#656174
(101,97,116)
#5A5768
(90,87,104)
#4F4D5C
(79,77,92)
#444350
(68,67,80)
#393944
(57,57,68)
#2E2F38
(46,47,56)
#23252C
(35,37,44)
#181B20
(24,27,32)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #7B758C

#7B758C
(123,117,140)
#878196
(135,129,150)
#938DA0
(147,141,160)
#9F99AA
(159,153,170)
#ABA5B4
(171,165,180)
#B7B1BE
(183,177,190)
#C3BDC8
(195,189,200)
#CFC9D2
(207,201,210)
#DBD5DC
(219,213,220)
#E7E1E6
(231,225,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B758C color. Also use rgb(123,117,140) instead hex code.

Text Font Color

.myTextColor { color: #7B758C; }

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

This text font color is #7B758C.


Background Color

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

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

This div background color is #7B758C.


Border color

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

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

This div border color is #7B758C.


Opacity

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

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

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

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

This text has shadow with #7B758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B758C on black background.


Color preview on white background

This text has color #7B758C on white background.



Black color preview on #7B758C background

This text has black color on #7B758C background.


White color preview on #7B758C background

This text has white color on #7B758C background.