COLOR #7B7695

HEX: #7B7695
RGB: (123,118,149)

Color info

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

RGB color model

#7B7695 color RGB value is (123,118,149).

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

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 149 of 255 = 58%

123
118
149

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 149 = 390 (100%)
R 123 of 390 ~ 31.54%
G 118 of 390 ~ 30.26%
B 149 of 390 ~ 38.21%

%31.54
%30.26
%38.21

CMYK color model

#7B7695 color CMYK value is (17,21,0,42).

  • cyan value is 17.45%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(17,21,0,42)
C17M21Y0K42 
(17%,21%,0%,42%)
(0.17/0.21/0.00/0.42)	

CMYK percentages

%17.45
%20.81
%0
%41.57

Codes

Color #7B7695 in popluar color models

7B7695
RGB123118149
HSL250°12.76%52.35%
HSB/HSV250°20.81%58.43%
CMYK17.45%20.81%0.00%
41.57%

Color #7B7695 in popluar number systems.

HEX7B7695
Decimal123118149
Binary1111011111011010010101
Octal173166225

Shades and tints

Shades of #7B7695

#7B7695
(123,118,149)
#706C88
(112,108,136)
#65627B
(101,98,123)
#5A586E
(90,88,110)
#4F4E61
(79,78,97)
#444454
(68,68,84)
#393A47
(57,58,71)
#2E303A
(46,48,58)
#23262D
(35,38,45)
#181C20
(24,28,32)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #7B7695

#7B7695
(123,118,149)
#87829E
(135,130,158)
#938EA7
(147,142,167)
#9F9AB0
(159,154,176)
#ABA6B9
(171,166,185)
#B7B2C2
(183,178,194)
#C3BECB
(195,190,203)
#CFCAD4
(207,202,212)
#DBD6DD
(219,214,221)
#E7E2E6
(231,226,230)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7695; }

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

This text font color is #7B7695.


Background Color

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

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

This div background color is #7B7695.


Border color

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

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

This div border color is #7B7695.


Opacity

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

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

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

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

This text has shadow with #7B7695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7695 on black background.


Color preview on white background

This text has color #7B7695 on white background.



Black color preview on #7B7695 background

This text has black color on #7B7695 background.


White color preview on #7B7695 background

This text has white color on #7B7695 background.