COLOR #774D6F

HEX: #774D6F
RGB: (119,77,111)

Color info

#774D6F contains red, green and blue colors in about the same proportion. Web safe color of #774D6F is #663366 (or #636).

RGB color model

#774D6F color RGB value is (119,77,111).

  • red value is 119;
  • green value is 77;
  • blue value is 111.
RGB:
(119,77,111)
(47%,30%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 77 of 255 = 30%
B 111 of 255 = 44%

119
77
111

R + G + B ~ 40%. #774D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 77 + 111 = 307 (100%)
R 119 of 307 ~ 38.76%
G 77 of 307 ~ 25.08%
B 111 of 307 ~ 36.16%

%38.76
%25.08
%36.16

CMYK color model

#774D6F color CMYK value is (0,35,7,53).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,35,7,53)
C0M35Y7K53 
(0%,35%,7%,53%)
(0.00/0.35/0.07/0.53)	

CMYK percentages

%0
%35.29
%6.72
%53.33

Codes

Color #774D6F in popluar color models

774D6F
RGB11977111
HSL311°21.43%38.43%
HSB/HSV311°35.29%46.67%
CMYK0.00%35.29%6.72%
53.33%

Color #774D6F in popluar number systems.

HEX774D6F
Decimal11977111
Binary111011110011011101111
Octal167115157

Shades and tints

Shades of #774D6F

#774D6F
(119,77,111)
#6D4665
(109,70,101)
#633F5B
(99,63,91)
#593851
(89,56,81)
#4F3147
(79,49,71)
#452A3D
(69,42,61)
#3B2333
(59,35,51)
#311C29
(49,28,41)
#27151F
(39,21,31)
#1D0E15
(29,14,21)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #774D6F

#774D6F
(119,77,111)
#835D7C
(131,93,124)
#8F6D89
(143,109,137)
#9B7D96
(155,125,150)
#A78DA3
(167,141,163)
#B39DB0
(179,157,176)
#BFADBD
(191,173,189)
#CBBDCA
(203,189,202)
#D7CDD7
(215,205,215)
#E3DDE4
(227,221,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774D6F color. Also use rgb(119,77,111) instead hex code.

Text Font Color

.myTextColor { color: #774D6F; }

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

This text font color is #774D6F.


Background Color

.myBgColor { background-color: #774D6F; }

<div style="background-color:#774D6F">Inner text</div>

This div background color is #774D6F.


Border color

.myBorderColor { border: 1px solid #774D6F; }

<div style="border:3px solid #774D6F">Div</div>

This div border color is #774D6F.


Opacity

.myOpacity80 { color: #774D6F; opacity: 0.8; }

<p style="color:#774D6F;opacity:0.8;">80%</p>

Text with #774D6F 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 #774D6F;}

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

This text has shadow with #774D6F color.

.textShadow {text-shadow: 3px 3px 1px #774D6F, 3px 3px 1px red;}

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

This text has shadow with #774D6F primary color and red secondary color.


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

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

This text has shadow with #774D6F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774D6F on black background.


Color preview on white background

This text has color #774D6F on white background.



Black color preview on #774D6F background

This text has black color on #774D6F background.


White color preview on #774D6F background

This text has white color on #774D6F background.