COLOR #774761

HEX: #774761
RGB: (119,71,97)

Color info

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

RGB color model

#774761 color RGB value is (119,71,97).

  • red value is 119;
  • green value is 71;
  • blue value is 97.
RGB:
(119,71,97)
(47%,28%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 71 of 255 = 28%
B 97 of 255 = 38%

119
71
97

R + G + B ~ 38%. #774761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 71 + 97 = 287 (100%)
R 119 of 287 ~ 41.46%
G 71 of 287 ~ 24.74%
B 97 of 287 ~ 33.8%

%41.46
%24.74
%33.8

CMYK color model

#774761 color CMYK value is (0,40,18,53).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(0,40,18,53)
C0M40Y18K53 
(0%,40%,18%,53%)
(0.00/0.40/0.18/0.53)	

CMYK percentages

%0
%40.34
%18.49
%53.33

Codes

Color #774761 in popluar color models

774761
RGB1197197
HSL328°25.26%37.25%
HSB/HSV328°40.34%46.67%
CMYK0.00%40.34%18.49%
53.33%

Color #774761 in popluar number systems.

HEX774761
Decimal1197197
Binary111011110001111100001
Octal167107141

Shades and tints

Shades of #774761

#774761
(119,71,97)
#6D4159
(109,65,89)
#633B51
(99,59,81)
#593549
(89,53,73)
#4F2F41
(79,47,65)
#452939
(69,41,57)
#3B2331
(59,35,49)
#311D29
(49,29,41)
#271721
(39,23,33)
#1D1119
(29,17,25)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #774761

#774761
(119,71,97)
#83576F
(131,87,111)
#8F677D
(143,103,125)
#9B778B
(155,119,139)
#A78799
(167,135,153)
#B397A7
(179,151,167)
#BFA7B5
(191,167,181)
#CBB7C3
(203,183,195)
#D7C7D1
(215,199,209)
#E3D7DF
(227,215,223)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774761 color. Also use rgb(119,71,97) instead hex code.

Text Font Color

.myTextColor { color: #774761; }

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

This text font color is #774761.


Background Color

.myBgColor { background-color: #774761; }

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

This div background color is #774761.


Border color

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

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

This div border color is #774761.


Opacity

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

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

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

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

This text has shadow with #774761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774761 on black background.


Color preview on white background

This text has color #774761 on white background.



Black color preview on #774761 background

This text has black color on #774761 background.


White color preview on #774761 background

This text has white color on #774761 background.