COLOR #7B668C

HEX: #7B668C RGB: (123,102,140)

Color info

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

RGB color model

#7B668C color RGB value is (123,102,140).

RGB: (123,102,140) (48%, 40%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 102 of 255 = 40%
B 140 of 255 = 55%

123
102
140

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

Portions of RGB colors in percentages

R + G + B = 123 + 102 + 140 = 365 (100%)
R 123 of 365 ~ 33.7%
G 102 of 365 ~ 27.95%
B 140 of 365 ~ 38.36'%

%33.7
%27.95
%38.36

CMYK color model

#7B668C color CMYK value is (12,27,0,45).

  • cyan value is 12.14%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (12,27,0,45)
C12M27Y0K45 (12%, 27%, 0%, 45%)
(0.12 / 0.27 / 0.00 / 0.45)

CMYK percentages

%12.14
%27.14
%0
%45.1

Codes

Color #7B668C in popluar color models

7B 66 8C
RGB 123 102 140
HSL 273° 15.70% 47.45%
HSB/HSV 273° 27.14% 54.90%
CMYK 12.14% 27.14% 0.00%
45.10%

Color #7B668C in popluar number systems.

HEX 7B 66 8C
Decimal 123 102 140
Binary 1111011 1100110 10001100
Octal 173 146 214

Shades and tints

Shades of #7B668C

#7B668C
(123,102,140)
#705D80
(112,93,128)
#655474
(101,84,116)
#5A4B68
(90,75,104)
#4F425C
(79,66,92)
#443950
(68,57,80)
#393044
(57,48,68)
#2E2738
(46,39,56)
#231E2C
(35,30,44)
#181520
(24,21,32)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #7B668C

#7B668C
(123,102,140)
#877396
(135,115,150)
#9380A0
(147,128,160)
#9F8DAA
(159,141,170)
#AB9AB4
(171,154,180)
#B7A7BE
(183,167,190)
#C3B4C8
(195,180,200)
#CFC1D2
(207,193,210)
#DBCEDC
(219,206,220)
#E7DBE6
(231,219,230)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B668C; }

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

This text font color is #7B668C.

Background Color

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

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

This div background color is #7B668C.

Border color

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

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

This div border color is #7B668C.

Opacity

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

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

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

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

This text has shadow with #7B668C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B668C.

Preview

Color preview on black background

This text has color #7B668C on black background.


Color preview on white background

This text has color #7B668C on white background.


Black color preview on #7B668C background

This text has black color on #7B668C background.


White color preview on #7B668C background

This text has white color on #7B668C background.


Related colors

Complementary color

Complementary color for #hex is #849973.


I love getcolorcode.com

Triadic colors

1 #8C7B66 and #668C7B with #7B668C are triadic colors.

2 #8C667B and #667B8C with #7B668C are triadic colors.