COLOR #775D7C

HEX: #775D7C
RGB: (119,93,124)

Color info

#775D7C contains red, green and blue colors in about the same proportion. Web safe color of #775D7C is #666666 (or #666).

RGB color model

#775D7C color RGB value is (119,93,124).

  • red value is 119;
  • green value is 93;
  • blue value is 124.
RGB:
(119,93,124)
(47%,36%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 124 of 255 = 49%

119
93
124

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

Portions of RGB colors in percentages

R + G + B =
119 + 93 + 124 = 336 (100%)
R 119 of 336 ~ 35.42%
G 93 of 336 ~ 27.68%
B 124 of 336 ~ 36.9%

%35.42
%27.68
%36.9

CMYK color model

#775D7C color CMYK value is (4,25,0,51).

  • cyan value is 4.03%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(4,25,0,51)
C4M25Y0K51 
(4%,25%,0%,51%)
(0.04/0.25/0.00/0.51)	

CMYK percentages

%4.03
%25
%0
%51.37

Codes

Color #775D7C in popluar color models

775D7C
RGB11993124
HSL290°14.29%42.55%
HSB/HSV290°25.00%48.63%
CMYK4.03%25.00%0.00%
51.37%

Color #775D7C in popluar number systems.

HEX775D7C
Decimal11993124
Binary111011110111011111100
Octal167135174

Shades and tints

Shades of #775D7C

#775D7C
(119,93,124)
#6D5571
(109,85,113)
#634D66
(99,77,102)
#59455B
(89,69,91)
#4F3D50
(79,61,80)
#453545
(69,53,69)
#3B2D3A
(59,45,58)
#31252F
(49,37,47)
#271D24
(39,29,36)
#1D1519
(29,21,25)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #775D7C

#775D7C
(119,93,124)
#836B87
(131,107,135)
#8F7992
(143,121,146)
#9B879D
(155,135,157)
#A795A8
(167,149,168)
#B3A3B3
(179,163,179)
#BFB1BE
(191,177,190)
#CBBFC9
(203,191,201)
#D7CDD4
(215,205,212)
#E3DBDF
(227,219,223)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775D7C color. Also use rgb(119,93,124) instead hex code.

Text Font Color

.myTextColor { color: #775D7C; }

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

This text font color is #775D7C.


Background Color

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

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

This div background color is #775D7C.


Border color

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

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

This div border color is #775D7C.


Opacity

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

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

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

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

This text has shadow with #775D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775D7C on black background.


Color preview on white background

This text has color #775D7C on white background.



Black color preview on #775D7C background

This text has black color on #775D7C background.


White color preview on #775D7C background

This text has white color on #775D7C background.