COLOR #774A6F

HEX: #774A6F
RGB: (119,74,111)

Color info

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

RGB color model

#774A6F color RGB value is (119,74,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 111 of 255 = 44%

119
74
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 111 = 304 (100%)
R 119 of 304 ~ 39.14%
G 74 of 304 ~ 24.34%
B 111 of 304 ~ 36.51%

%39.14
%24.34
%36.51

CMYK color model

#774A6F color CMYK value is (0,38,7,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK: (0,38,7,53) C0M38Y7K53 (0%,38%,7%,53%) (0.00/0.38/0.07/0.53)

CMYK percentages

%0
%37.82
%6.72
%53.33

Codes

Color #774A6F in popluar color models

774A6F
RGB11974111
HSL311°23.32%37.84%
HSB/HSV311°37.82%46.67%
CMYK0.00%37.82%6.72%
53.33%

Color #774A6F in popluar number systems.

HEX774A6F
Decimal11974111
Binary111011110010101101111
Octal167112157

Shades and tints

Shades of #774A6F

#774A6F
(119,74,111)
#6D4465
(109,68,101)
#633E5B
(99,62,91)
#593851
(89,56,81)
#4F3247
(79,50,71)
#452C3D
(69,44,61)
#3B2633
(59,38,51)
#312029
(49,32,41)
#271A1F
(39,26,31)
#1D1415
(29,20,21)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #774A6F

#774A6F
(119,74,111)
#835A7C
(131,90,124)
#8F6A89
(143,106,137)
#9B7A96
(155,122,150)
#A78AA3
(167,138,163)
#B39AB0
(179,154,176)
#BFAABD
(191,170,189)
#CBBACA
(203,186,202)
#D7CAD7
(215,202,215)
#E3DAE4
(227,218,228)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A6F; }

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

This text font color is #774A6F.


Background Color

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

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

This div background color is #774A6F.


Border color

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

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

This div border color is #774A6F.


Opacity

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

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

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

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

This text has shadow with #774A6F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #774A6F on black background.


Color preview on white background

This text has color #774A6F on white background.



Black color preview on #774A6F background

This text has black color on #774A6F background.


White color preview on #774A6F background

This text has white color on #774A6F background.