COLOR #774B73

HEX: #774B73
RGB: (119,75,115)

Color info

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

RGB color model

#774B73 color RGB value is (119,75,115).

  • red value is 119;
  • green value is 75;
  • blue value is 115.
RGB:
(119,75,115)
(47%,29%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 75 of 255 = 29%
B 115 of 255 = 45%

119
75
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 75 + 115 = 309 (100%)
R 119 of 309 ~ 38.51%
G 75 of 309 ~ 24.27%
B 115 of 309 ~ 37.22%

%38.51
%24.27
%37.22

CMYK color model

#774B73 color CMYK value is (0,37,3,53).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(0,37,3,53)
C0M37Y3K53 
(0%,37%,3%,53%)
(0.00/0.37/0.03/0.53)	

CMYK percentages

%0
%36.97
%3.36
%53.33

Codes

Color #774B73 in popluar color models

774B73
RGB11975115
HSL305°22.68%38.04%
HSB/HSV305°36.97%46.67%
CMYK0.00%36.97%3.36%
53.33%

Color #774B73 in popluar number systems.

HEX774B73
Decimal11975115
Binary111011110010111110011
Octal167113163

Shades and tints

Shades of #774B73

#774B73
(119,75,115)
#6D4569
(109,69,105)
#633F5F
(99,63,95)
#593955
(89,57,85)
#4F334B
(79,51,75)
#452D41
(69,45,65)
#3B2737
(59,39,55)
#31212D
(49,33,45)
#271B23
(39,27,35)
#1D1519
(29,21,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #774B73

#774B73
(119,75,115)
#835B7F
(131,91,127)
#8F6B8B
(143,107,139)
#9B7B97
(155,123,151)
#A78BA3
(167,139,163)
#B39BAF
(179,155,175)
#BFABBB
(191,171,187)
#CBBBC7
(203,187,199)
#D7CBD3
(215,203,211)
#E3DBDF
(227,219,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774B73 color. Also use rgb(119,75,115) instead hex code.

Text Font Color

.myTextColor { color: #774B73; }

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

This text font color is #774B73.


Background Color

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

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

This div background color is #774B73.


Border color

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

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

This div border color is #774B73.


Opacity

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

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

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

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

This text has shadow with #774B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B73 on black background.


Color preview on white background

This text has color #774B73 on white background.



Black color preview on #774B73 background

This text has black color on #774B73 background.


White color preview on #774B73 background

This text has white color on #774B73 background.