COLOR #7767B5

HEX: #7767B5
RGB: (119,103,181)

Color info

#7767B5 contains mainly blue color. Web safe color of #7767B5 is #6666CC (or #66C).

RGB color model

#7767B5 color RGB value is (119,103,181).

  • red value is 119;
  • green value is 103;
  • blue value is 181.
RGB:
(119,103,181)
(47%,40%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 181 of 255 = 71%

119
103
181

R + G + B ~ 53%. #7767B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 103 + 181 = 403 (100%)
R 119 of 403 ~ 29.53%
G 103 of 403 ~ 25.56%
B 181 of 403 ~ 44.91%

%29.53
%25.56
%44.91

CMYK color model

#7767B5 color CMYK value is (34,43,0,29).

  • cyan value is 34.25%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(34,43,0,29)
C34M43Y0K29 
(34%,43%,0%,29%)
(0.34/0.43/0.00/0.29)	

CMYK percentages

%34.25
%43.09
%0
%29.02

Codes

Color #7767B5 in popluar color models

7767B5
RGB119103181
HSL252°34.51%55.69%
HSB/HSV252°43.09%70.98%
CMYK34.25%43.09%0.00%
29.02%

Color #7767B5 in popluar number systems.

HEX7767B5
Decimal119103181
Binary1110111110011110110101
Octal167147265

Shades and tints

Shades of #7767B5

#7767B5
(119,103,181)
#6D5EA5
(109,94,165)
#635595
(99,85,149)
#594C85
(89,76,133)
#4F4375
(79,67,117)
#453A65
(69,58,101)
#3B3155
(59,49,85)
#312845
(49,40,69)
#271F35
(39,31,53)
#1D1625
(29,22,37)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #7767B5

#7767B5
(119,103,181)
#8374BB
(131,116,187)
#8F81C1
(143,129,193)
#9B8EC7
(155,142,199)
#A79BCD
(167,155,205)
#B3A8D3
(179,168,211)
#BFB5D9
(191,181,217)
#CBC2DF
(203,194,223)
#D7CFE5
(215,207,229)
#E3DCEB
(227,220,235)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7767B5 color. Also use rgb(119,103,181) instead hex code.

Text Font Color

.myTextColor { color: #7767B5; }

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

This text font color is #7767B5.


Background Color

.myBgColor { background-color: #7767B5; }

<div style="background-color:#7767B5">Inner text</div>

This div background color is #7767B5.


Border color

.myBorderColor { border: 1px solid #7767B5; }

<div style="border:3px solid #7767B5">Div</div>

This div border color is #7767B5.


Opacity

.myOpacity80 { color: #7767B5; opacity: 0.8; }

<p style="color:#7767B5;opacity:0.8;">80%</p>

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

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

This text has shadow with #7767B5 color.

.textShadow {text-shadow: 3px 3px 1px #7767B5, 3px 3px 1px red;}

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

This text has shadow with #7767B5 primary color and red secondary color.


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

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

This text has shadow with #7767B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7767B5 on black background.


Color preview on white background

This text has color #7767B5 on white background.



Black color preview on #7767B5 background

This text has black color on #7767B5 background.


White color preview on #7767B5 background

This text has white color on #7767B5 background.