COLOR #775F95

HEX: #775F95
RGB: (119,95,149)

Color info

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

RGB color model

#775F95 color RGB value is (119,95,149).

  • red value is 119;
  • green value is 95;
  • blue value is 149.
RGB:
(119,95,149)
(47%,37%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 149 of 255 = 58%

119
95
149

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

Portions of RGB colors in percentages

R + G + B =
119 + 95 + 149 = 363 (100%)
R 119 of 363 ~ 32.78%
G 95 of 363 ~ 26.17%
B 149 of 363 ~ 41.05%

%32.78
%26.17
%41.05

CMYK color model

#775F95 color CMYK value is (20,36,0,42).

  • cyan value is 20.13%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(20,36,0,42)
C20M36Y0K42 
(20%,36%,0%,42%)
(0.20/0.36/0.00/0.42)	

CMYK percentages

%20.13
%36.24
%0
%41.57

Codes

Color #775F95 in popluar color models

775F95
RGB11995149
HSL267°22.13%47.84%
HSB/HSV267°36.24%58.43%
CMYK20.13%36.24%0.00%
41.57%

Color #775F95 in popluar number systems.

HEX775F95
Decimal11995149
Binary1110111101111110010101
Octal167137225

Shades and tints

Shades of #775F95

#775F95
(119,95,149)
#6D5788
(109,87,136)
#634F7B
(99,79,123)
#59476E
(89,71,110)
#4F3F61
(79,63,97)
#453754
(69,55,84)
#3B2F47
(59,47,71)
#31273A
(49,39,58)
#271F2D
(39,31,45)
#1D1720
(29,23,32)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #775F95

#775F95
(119,95,149)
#836D9E
(131,109,158)
#8F7BA7
(143,123,167)
#9B89B0
(155,137,176)
#A797B9
(167,151,185)
#B3A5C2
(179,165,194)
#BFB3CB
(191,179,203)
#CBC1D4
(203,193,212)
#D7CFDD
(215,207,221)
#E3DDE6
(227,221,230)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775F95 color. Also use rgb(119,95,149) instead hex code.

Text Font Color

.myTextColor { color: #775F95; }

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

This text font color is #775F95.


Background Color

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

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

This div background color is #775F95.


Border color

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

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

This div border color is #775F95.


Opacity

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

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

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

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

This text has shadow with #775F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775F95 on black background.


Color preview on white background

This text has color #775F95 on white background.



Black color preview on #775F95 background

This text has black color on #775F95 background.


White color preview on #775F95 background

This text has white color on #775F95 background.