COLOR #774F51

HEX: #774F51
RGB: (119,79,81)

Color info

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

RGB color model

#774F51 color RGB value is (119,79,81).

  • red value is 119;
  • green value is 79;
  • blue value is 81.
RGB:
(119,79,81)
(47%,31%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 81 of 255 = 32%

119
79
81

R + G + B ~ 37%. #774F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 81 = 279 (100%)
R 119 of 279 ~ 42.65%
G 79 of 279 ~ 28.32%
B 81 of 279 ~ 29.03%

%42.65
%28.32
%29.03

CMYK color model

#774F51 color CMYK value is (0,34,32,53).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 31.93%
  • key color value is 53.33%
CMYK:
(0,34,32,53)
C0M34Y32K53 
(0%,34%,32%,53%)
(0.00/0.34/0.32/0.53)	

CMYK percentages

%0
%33.61
%31.93
%53.33

Codes

Color #774F51 in popluar color models

774F51
RGB1197981
HSL357°20.20%38.82%
HSB/HSV357°33.61%46.67%
CMYK0.00%33.61%31.93%
53.33%

Color #774F51 in popluar number systems.

HEX774F51
Decimal1197981
Binary111011110011111010001
Octal167117121

Shades and tints

Shades of #774F51

#774F51
(119,79,81)
#6D484A
(109,72,74)
#634143
(99,65,67)
#593A3C
(89,58,60)
#4F3335
(79,51,53)
#452C2E
(69,44,46)
#3B2527
(59,37,39)
#311E20
(49,30,32)
#271719
(39,23,25)
#1D1012
(29,16,18)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #774F51

#774F51
(119,79,81)
#835F60
(131,95,96)
#8F6F6F
(143,111,111)
#9B7F7E
(155,127,126)
#A78F8D
(167,143,141)
#B39F9C
(179,159,156)
#BFAFAB
(191,175,171)
#CBBFBA
(203,191,186)
#D7CFC9
(215,207,201)
#E3DFD8
(227,223,216)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774F51 color. Also use rgb(119,79,81) instead hex code.

Text Font Color

.myTextColor { color: #774F51; }

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

This text font color is #774F51.


Background Color

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

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

This div background color is #774F51.


Border color

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

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

This div border color is #774F51.


Opacity

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

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

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

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

This text has shadow with #774F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F51 on black background.


Color preview on white background

This text has color #774F51 on white background.



Black color preview on #774F51 background

This text has black color on #774F51 background.


White color preview on #774F51 background

This text has white color on #774F51 background.