COLOR #7B658C

HEX: #7B658C
RGB: (123,101,140)

Color info

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

RGB color model

#7B658C color RGB value is (123,101,140).

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

RGB channels and saturation

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

123
101
140

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

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 140 = 364 (100%)
R 123 of 364 ~ 33.79%
G 101 of 364 ~ 27.75%
B 140 of 364 ~ 38.46%

%33.79
%27.75
%38.46

CMYK color model

#7B658C color CMYK value is (12,28,0,45).

  • cyan value is 12.14%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(12,28,0,45)
C12M28Y0K45 
(12%,28%,0%,45%)
(0.12/0.28/0.00/0.45)	

CMYK percentages

%12.14
%27.86
%0
%45.1

Codes

Color #7B658C in popluar color models

7B658C
RGB123101140
HSL274°16.18%47.25%
HSB/HSV274°27.86%54.90%
CMYK12.14%27.86%0.00%
45.10%

Color #7B658C in popluar number systems.

HEX7B658C
Decimal123101140
Binary1111011110010110001100
Octal173145214

Shades and tints

Shades of #7B658C

#7B658C
(123,101,140)
#705C80
(112,92,128)
#655374
(101,83,116)
#5A4A68
(90,74,104)
#4F415C
(79,65,92)
#443850
(68,56,80)
#392F44
(57,47,68)
#2E2638
(46,38,56)
#231D2C
(35,29,44)
#181420
(24,20,32)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #7B658C

#7B658C
(123,101,140)
#877396
(135,115,150)
#9381A0
(147,129,160)
#9F8FAA
(159,143,170)
#AB9DB4
(171,157,180)
#B7ABBE
(183,171,190)
#C3B9C8
(195,185,200)
#CFC7D2
(207,199,210)
#DBD5DC
(219,213,220)
#E7E3E6
(231,227,230)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B658C; }

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

This text font color is #7B658C.


Background Color

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

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

This div background color is #7B658C.


Border color

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

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

This div border color is #7B658C.


Opacity

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

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

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

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

This text has shadow with #7B658C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B658C on black background.


Color preview on white background

This text has color #7B658C on white background.



Black color preview on #7B658C background

This text has black color on #7B658C background.


White color preview on #7B658C background

This text has white color on #7B658C background.