COLOR #775E8E

HEX: #775E8E
RGB: (119,94,142)

Color info

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

RGB color model

#775E8E color RGB value is (119,94,142).

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

RGB channels and saturation

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

119
94
142

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 142 = 355 (100%)
R 119 of 355 ~ 33.52%
G 94 of 355 ~ 26.48%
B 142 of 355 ~ 40%

%33.52
%26.48
%40

CMYK color model

#775E8E color CMYK value is (16,34,0,44).

  • cyan value is 16.20%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(16,34,0,44)
C16M34Y0K44 
(16%,34%,0%,44%)
(0.16/0.34/0.00/0.44)	

CMYK percentages

%16.2
%33.8
%0
%44.31

Codes

Color #775E8E in popluar color models

775E8E
RGB11994142
HSL271°20.34%46.27%
HSB/HSV271°33.80%55.69%
CMYK16.20%33.80%0.00%
44.31%

Color #775E8E in popluar number systems.

HEX775E8E
Decimal11994142
Binary1110111101111010001110
Octal167136216

Shades and tints

Shades of #775E8E

#775E8E
(119,94,142)
#6D5682
(109,86,130)
#634E76
(99,78,118)
#59466A
(89,70,106)
#4F3E5E
(79,62,94)
#453652
(69,54,82)
#3B2E46
(59,46,70)
#31263A
(49,38,58)
#271E2E
(39,30,46)
#1D1622
(29,22,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #775E8E

#775E8E
(119,94,142)
#836C98
(131,108,152)
#8F7AA2
(143,122,162)
#9B88AC
(155,136,172)
#A796B6
(167,150,182)
#B3A4C0
(179,164,192)
#BFB2CA
(191,178,202)
#CBC0D4
(203,192,212)
#D7CEDE
(215,206,222)
#E3DCE8
(227,220,232)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E8E; }

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

This text font color is #775E8E.


Background Color

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

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

This div background color is #775E8E.


Border color

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

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

This div border color is #775E8E.


Opacity

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

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

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

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

This text has shadow with #775E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E8E on black background.


Color preview on white background

This text has color #775E8E on white background.



Black color preview on #775E8E background

This text has black color on #775E8E background.


White color preview on #775E8E background

This text has white color on #775E8E background.