COLOR #774B55

HEX: #774B55
RGB: (119,75,85)

Color info

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

RGB color model

#774B55 color RGB value is (119,75,85).

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

RGB channels and saturation

R 119 of 255 = 47%
G 75 of 255 = 29%
B 85 of 255 = 33%

119
75
85

R + G + B ~ 36%. #774B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 75 + 85 = 279 (100%)
R 119 of 279 ~ 42.65%
G 75 of 279 ~ 26.88%
B 85 of 279 ~ 30.47%

%42.65
%26.88
%30.47

CMYK color model

#774B55 color CMYK value is (0,37,29,53).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(0,37,29,53)
C0M37Y29K53 
(0%,37%,29%,53%)
(0.00/0.37/0.29/0.53)	

CMYK percentages

%0
%36.97
%28.57
%53.33

Codes

Color #774B55 in popluar color models

774B55
RGB1197585
HSL346°22.68%38.04%
HSB/HSV346°36.97%46.67%
CMYK0.00%36.97%28.57%
53.33%

Color #774B55 in popluar number systems.

HEX774B55
Decimal1197585
Binary111011110010111010101
Octal167113125

Shades and tints

Shades of #774B55

#774B55
(119,75,85)
#6D454E
(109,69,78)
#633F47
(99,63,71)
#593940
(89,57,64)
#4F3339
(79,51,57)
#452D32
(69,45,50)
#3B272B
(59,39,43)
#312124
(49,33,36)
#271B1D
(39,27,29)
#1D1516
(29,21,22)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #774B55

#774B55
(119,75,85)
#835B64
(131,91,100)
#8F6B73
(143,107,115)
#9B7B82
(155,123,130)
#A78B91
(167,139,145)
#B39BA0
(179,155,160)
#BFABAF
(191,171,175)
#CBBBBE
(203,187,190)
#D7CBCD
(215,203,205)
#E3DBDC
(227,219,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774B55; }

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

This text font color is #774B55.


Background Color

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

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

This div background color is #774B55.


Border color

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

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

This div border color is #774B55.


Opacity

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

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

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

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

This text has shadow with #774B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B55 on black background.


Color preview on white background

This text has color #774B55 on white background.



Black color preview on #774B55 background

This text has black color on #774B55 background.


White color preview on #774B55 background

This text has white color on #774B55 background.