COLOR #7B768C

HEX: #7B768C
RGB: (123,118,140)

Color info

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

RGB color model

#7B768C color RGB value is (123,118,140).

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

RGB channels and saturation

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

123
118
140

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 140 = 381 (100%)
R 123 of 381 ~ 32.28%
G 118 of 381 ~ 30.97%
B 140 of 381 ~ 36.75%

%32.28
%30.97
%36.75

CMYK color model

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

  • cyan value is 12.14%
  • magenta value is 15.71%
  • 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
%15.71
%0
%45.1

Codes

Color #7B768C in popluar color models

7B768C
RGB123118140
HSL254°8.73%50.59%
HSB/HSV254°15.71%54.90%
CMYK12.14%15.71%0.00%
45.10%

Color #7B768C in popluar number systems.

HEX7B768C
Decimal123118140
Binary1111011111011010001100
Octal173166214

Shades and tints

Shades of #7B768C

#7B768C
(123,118,140)
#706C80
(112,108,128)
#656274
(101,98,116)
#5A5868
(90,88,104)
#4F4E5C
(79,78,92)
#444450
(68,68,80)
#393A44
(57,58,68)
#2E3038
(46,48,56)
#23262C
(35,38,44)
#181C20
(24,28,32)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7B768C

#7B768C
(123,118,140)
#878296
(135,130,150)
#938EA0
(147,142,160)
#9F9AAA
(159,154,170)
#ABA6B4
(171,166,180)
#B7B2BE
(183,178,190)
#C3BEC8
(195,190,200)
#CFCAD2
(207,202,210)
#DBD6DC
(219,214,220)
#E7E2E6
(231,226,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B768C; }

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

This text font color is #7B768C.


Background Color

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

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

This div background color is #7B768C.


Border color

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

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

This div border color is #7B768C.


Opacity

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

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

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

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

This text has shadow with #7B768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B768C on black background.


Color preview on white background

This text has color #7B768C on white background.



Black color preview on #7B768C background

This text has black color on #7B768C background.


White color preview on #7B768C background

This text has white color on #7B768C background.