COLOR #775C7E

HEX: #775C7E
RGB: (119,92,126)

Color info

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

RGB color model

#775C7E color RGB value is (119,92,126).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 126 of 255 = 49%

119
92
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 126 = 337 (100%)
R 119 of 337 ~ 35.31%
G 92 of 337 ~ 27.3%
B 126 of 337 ~ 37.39%

%35.31
%27.3
%37.39

CMYK color model

#775C7E color CMYK value is (6,27,0,51).

  • cyan value is 5.56%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,27,0,51)
C6M27Y0K51 
(6%,27%,0%,51%)
(0.06/0.27/0.00/0.51)	

CMYK percentages

%5.56
%26.98
%0
%50.59

Codes

Color #775C7E in popluar color models

775C7E
RGB11992126
HSL288°15.60%42.75%
HSB/HSV288°26.98%49.41%
CMYK5.56%26.98%0.00%
50.59%

Color #775C7E in popluar number systems.

HEX775C7E
Decimal11992126
Binary111011110111001111110
Octal167134176

Shades and tints

Shades of #775C7E

#775C7E
(119,92,126)
#6D5473
(109,84,115)
#634C68
(99,76,104)
#59445D
(89,68,93)
#4F3C52
(79,60,82)
#453447
(69,52,71)
#3B2C3C
(59,44,60)
#312431
(49,36,49)
#271C26
(39,28,38)
#1D141B
(29,20,27)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #775C7E

#775C7E
(119,92,126)
#836A89
(131,106,137)
#8F7894
(143,120,148)
#9B869F
(155,134,159)
#A794AA
(167,148,170)
#B3A2B5
(179,162,181)
#BFB0C0
(191,176,192)
#CBBECB
(203,190,203)
#D7CCD6
(215,204,214)
#E3DAE1
(227,218,225)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C7E; }

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

This text font color is #775C7E.


Background Color

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

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

This div background color is #775C7E.


Border color

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

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

This div border color is #775C7E.


Opacity

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

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

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

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

This text has shadow with #775C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C7E on black background.


Color preview on white background

This text has color #775C7E on white background.



Black color preview on #775C7E background

This text has black color on #775C7E background.


White color preview on #775C7E background

This text has white color on #775C7E background.