COLOR #774957

HEX: #774957
RGB: (119,73,87)

Color info

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

RGB color model

#774957 color RGB value is (119,73,87).

  • red value is 119;
  • green value is 73;
  • blue value is 87.
RGB:
(119,73,87)
(47%,29%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 73 of 255 = 29%
B 87 of 255 = 34%

119
73
87

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

Portions of RGB colors in percentages

R + G + B =
119 + 73 + 87 = 279 (100%)
R 119 of 279 ~ 42.65%
G 73 of 279 ~ 26.16%
B 87 of 279 ~ 31.18%

%42.65
%26.16
%31.18

CMYK color model

#774957 color CMYK value is (0,39,27,53).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,39,27,53)
C0M39Y27K53 
(0%,39%,27%,53%)
(0.00/0.39/0.27/0.53)	

CMYK percentages

%0
%38.66
%26.89
%53.33

Codes

Color #774957 in popluar color models

774957
RGB1197387
HSL342°23.96%37.65%
HSB/HSV342°38.66%46.67%
CMYK0.00%38.66%26.89%
53.33%

Color #774957 in popluar number systems.

HEX774957
Decimal1197387
Binary111011110010011010111
Octal167111127

Shades and tints

Shades of #774957

#774957
(119,73,87)
#6D4350
(109,67,80)
#633D49
(99,61,73)
#593742
(89,55,66)
#4F313B
(79,49,59)
#452B34
(69,43,52)
#3B252D
(59,37,45)
#311F26
(49,31,38)
#27191F
(39,25,31)
#1D1318
(29,19,24)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #774957

#774957
(119,73,87)
#835966
(131,89,102)
#8F6975
(143,105,117)
#9B7984
(155,121,132)
#A78993
(167,137,147)
#B399A2
(179,153,162)
#BFA9B1
(191,169,177)
#CBB9C0
(203,185,192)
#D7C9CF
(215,201,207)
#E3D9DE
(227,217,222)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774957 color. Also use rgb(119,73,87) instead hex code.

Text Font Color

.myTextColor { color: #774957; }

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

This text font color is #774957.


Background Color

.myBgColor { background-color: #774957; }

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

This div background color is #774957.


Border color

.myBorderColor { border: 1px solid #774957; }

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

This div border color is #774957.


Opacity

.myOpacity80 { color: #774957; opacity: 0.8; }

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

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

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

This text has shadow with #774957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774957 on black background.


Color preview on white background

This text has color #774957 on white background.



Black color preview on #774957 background

This text has black color on #774957 background.


White color preview on #774957 background

This text has white color on #774957 background.