COLOR #775C9B

HEX: #775C9B
RGB: (119,92,155)

Color info

#775C9B contains mainly red and blue colors. Web safe color of #775C9B is #666699 (or #669).

RGB color model

#775C9B color RGB value is (119,92,155).

  • red value is 119;
  • green value is 92;
  • blue value is 155.
RGB:
(119,92,155)
(47%,36%,61%)

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 155 of 255 = 61%

119
92
155

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 155 = 366 (100%)
R 119 of 366 ~ 32.51%
G 92 of 366 ~ 25.14%
B 155 of 366 ~ 42.35%

%32.51
%25.14
%42.35

CMYK color model

#775C9B color CMYK value is (23,41,0,39).

  • cyan value is 23.23%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,41,0,39)
C23M41Y0K39 
(23%,41%,0%,39%)
(0.23/0.41/0.00/0.39)	

CMYK percentages

%23.23
%40.65
%0
%39.22

Codes

Color #775C9B in popluar color models

775C9B
RGB11992155
HSL266°25.51%48.43%
HSB/HSV266°40.65%60.78%
CMYK23.23%40.65%0.00%
39.22%

Color #775C9B in popluar number systems.

HEX775C9B
Decimal11992155
Binary1110111101110010011011
Octal167134233

Shades and tints

Shades of #775C9B

#775C9B
(119,92,155)
#6D548D
(109,84,141)
#634C7F
(99,76,127)
#594471
(89,68,113)
#4F3C63
(79,60,99)
#453455
(69,52,85)
#3B2C47
(59,44,71)
#312439
(49,36,57)
#271C2B
(39,28,43)
#1D141D
(29,20,29)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #775C9B

#775C9B
(119,92,155)
#836AA4
(131,106,164)
#8F78AD
(143,120,173)
#9B86B6
(155,134,182)
#A794BF
(167,148,191)
#B3A2C8
(179,162,200)
#BFB0D1
(191,176,209)
#CBBEDA
(203,190,218)
#D7CCE3
(215,204,227)
#E3DAEC
(227,218,236)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775C9B color. Also use rgb(119,92,155) instead hex code.

Text Font Color

.myTextColor { color: #775C9B; }

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

This text font color is #775C9B.


Background Color

.myBgColor { background-color: #775C9B; }

<div style="background-color:#775C9B">Inner text</div>

This div background color is #775C9B.


Border color

.myBorderColor { border: 1px solid #775C9B; }

<div style="border:3px solid #775C9B">Div</div>

This div border color is #775C9B.


Opacity

.myOpacity80 { color: #775C9B; opacity: 0.8; }

<p style="color:#775C9B;opacity:0.8;">80%</p>

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

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

This text has shadow with #775C9B color.

.textShadow {text-shadow: 3px 3px 1px #775C9B, 3px 3px 1px red;}

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

This text has shadow with #775C9B primary color and red secondary color.


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

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

This text has shadow with #775C9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C9B on black background.


Color preview on white background

This text has color #775C9B on white background.



Black color preview on #775C9B background

This text has black color on #775C9B background.


White color preview on #775C9B background

This text has white color on #775C9B background.