COLOR #77476D

HEX: #77476D
RGB: (119,71,109)

Color info

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

RGB color model

#77476D color RGB value is (119,71,109).

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

RGB channels and saturation

R 119 of 255 = 47%
G 71 of 255 = 28%
B 109 of 255 = 43%

119
71
109

R + G + B ~ 39%. #77476D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 71 + 109 = 299 (100%)
R 119 of 299 ~ 39.8%
G 71 of 299 ~ 23.75%
B 109 of 299 ~ 36.45%

%39.8
%23.75
%36.45

CMYK color model

#77476D color CMYK value is (0,40,8,53).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(0,40,8,53)
C0M40Y8K53 
(0%,40%,8%,53%)
(0.00/0.40/0.08/0.53)	

CMYK percentages

%0
%40.34
%8.4
%53.33

Codes

Color #77476D in popluar color models

77476D
RGB11971109
HSL313°25.26%37.25%
HSB/HSV313°40.34%46.67%
CMYK0.00%40.34%8.40%
53.33%

Color #77476D in popluar number systems.

HEX77476D
Decimal11971109
Binary111011110001111101101
Octal167107155

Shades and tints

Shades of #77476D

#77476D
(119,71,109)
#6D4164
(109,65,100)
#633B5B
(99,59,91)
#593552
(89,53,82)
#4F2F49
(79,47,73)
#452940
(69,41,64)
#3B2337
(59,35,55)
#311D2E
(49,29,46)
#271725
(39,23,37)
#1D111C
(29,17,28)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #77476D

#77476D
(119,71,109)
#83577A
(131,87,122)
#8F6787
(143,103,135)
#9B7794
(155,119,148)
#A787A1
(167,135,161)
#B397AE
(179,151,174)
#BFA7BB
(191,167,187)
#CBB7C8
(203,183,200)
#D7C7D5
(215,199,213)
#E3D7E2
(227,215,226)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77476D; }

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

This text font color is #77476D.


Background Color

.myBgColor { background-color: #77476D; }

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

This div background color is #77476D.


Border color

.myBorderColor { border: 1px solid #77476D; }

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

This div border color is #77476D.


Opacity

.myOpacity80 { color: #77476D; opacity: 0.8; }

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

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

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

This text has shadow with #77476D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77476D on black background.


Color preview on white background

This text has color #77476D on white background.



Black color preview on #77476D background

This text has black color on #77476D background.


White color preview on #77476D background

This text has white color on #77476D background.