COLOR #775F8E

HEX: #775F8E
RGB: (119,95,142)

Color info

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

RGB color model

#775F8E color RGB value is (119,95,142).

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

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 142 of 255 = 56%

119
95
142

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

Portions of RGB colors in percentages

R + G + B =
119 + 95 + 142 = 356 (100%)
R 119 of 356 ~ 33.43%
G 95 of 356 ~ 26.69%
B 142 of 356 ~ 39.89%

%33.43
%26.69
%39.89

CMYK color model

#775F8E color CMYK value is (16,33,0,44).

  • cyan value is 16.20%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(16,33,0,44)
C16M33Y0K44 
(16%,33%,0%,44%)
(0.16/0.33/0.00/0.44)	

CMYK percentages

%16.2
%33.1
%0
%44.31

Codes

Color #775F8E in popluar color models

775F8E
RGB11995142
HSL271°19.83%46.47%
HSB/HSV271°33.10%55.69%
CMYK16.20%33.10%0.00%
44.31%

Color #775F8E in popluar number systems.

HEX775F8E
Decimal11995142
Binary1110111101111110001110
Octal167137216

Shades and tints

Shades of #775F8E

#775F8E
(119,95,142)
#6D5782
(109,87,130)
#634F76
(99,79,118)
#59476A
(89,71,106)
#4F3F5E
(79,63,94)
#453752
(69,55,82)
#3B2F46
(59,47,70)
#31273A
(49,39,58)
#271F2E
(39,31,46)
#1D1722
(29,23,34)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #775F8E

#775F8E
(119,95,142)
#836D98
(131,109,152)
#8F7BA2
(143,123,162)
#9B89AC
(155,137,172)
#A797B6
(167,151,182)
#B3A5C0
(179,165,192)
#BFB3CA
(191,179,202)
#CBC1D4
(203,193,212)
#D7CFDE
(215,207,222)
#E3DDE8
(227,221,232)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775F8E; }

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

This text font color is #775F8E.


Background Color

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

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

This div background color is #775F8E.


Border color

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

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

This div border color is #775F8E.


Opacity

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

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

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

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

This text has shadow with #775F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775F8E on black background.


Color preview on white background

This text has color #775F8E on white background.



Black color preview on #775F8E background

This text has black color on #775F8E background.


White color preview on #775F8E background

This text has white color on #775F8E background.