COLOR #774F52

HEX: #774F52
RGB: (119,79,82)

Color info

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

RGB color model

#774F52 color RGB value is (119,79,82).

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

RGB channels and saturation

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

119
79
82

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

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 82 = 280 (100%)
R 119 of 280 ~ 42.5%
G 79 of 280 ~ 28.21%
B 82 of 280 ~ 29.29%

%42.5
%28.21
%29.29

CMYK color model

#774F52 color CMYK value is (0,34,31,53).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(0,34,31,53)
C0M34Y31K53 
(0%,34%,31%,53%)
(0.00/0.34/0.31/0.53)	

CMYK percentages

%0
%33.61
%31.09
%53.33

Codes

Color #774F52 in popluar color models

774F52
RGB1197982
HSL356°20.20%38.82%
HSB/HSV356°33.61%46.67%
CMYK0.00%33.61%31.09%
53.33%

Color #774F52 in popluar number systems.

HEX774F52
Decimal1197982
Binary111011110011111010010
Octal167117122

Shades and tints

Shades of #774F52

#774F52
(119,79,82)
#6D484B
(109,72,75)
#634144
(99,65,68)
#593A3D
(89,58,61)
#4F3336
(79,51,54)
#452C2F
(69,44,47)
#3B2528
(59,37,40)
#311E21
(49,30,33)
#27171A
(39,23,26)
#1D1013
(29,16,19)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #774F52

#774F52
(119,79,82)
#835F61
(131,95,97)
#8F6F70
(143,111,112)
#9B7F7F
(155,127,127)
#A78F8E
(167,143,142)
#B39F9D
(179,159,157)
#BFAFAC
(191,175,172)
#CBBFBB
(203,191,187)
#D7CFCA
(215,207,202)
#E3DFD9
(227,223,217)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774F52; }

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

This text font color is #774F52.


Background Color

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

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

This div background color is #774F52.


Border color

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

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

This div border color is #774F52.


Opacity

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

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

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

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

This text has shadow with #774F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F52 on black background.


Color preview on white background

This text has color #774F52 on white background.



Black color preview on #774F52 background

This text has black color on #774F52 background.


White color preview on #774F52 background

This text has white color on #774F52 background.