COLOR #77496D

HEX: #77496D
RGB: (119,73,109)

Color info

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

RGB color model

#77496D color RGB value is (119,73,109).

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

RGB channels and saturation

R 119 of 255 = 47%
G 73 of 255 = 29%
B 109 of 255 = 43%

119
73
109

R + G + B ~ 40%. #77496D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 73 + 109 = 301 (100%)
R 119 of 301 ~ 39.53%
G 73 of 301 ~ 24.25%
B 109 of 301 ~ 36.21%

%39.53
%24.25
%36.21

CMYK color model

#77496D color CMYK value is (0,39,8,53).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(0,39,8,53)
C0M39Y8K53 
(0%,39%,8%,53%)
(0.00/0.39/0.08/0.53)	

CMYK percentages

%0
%38.66
%8.4
%53.33

Codes

Color #77496D in popluar color models

77496D
RGB11973109
HSL313°23.96%37.65%
HSB/HSV313°38.66%46.67%
CMYK0.00%38.66%8.40%
53.33%

Color #77496D in popluar number systems.

HEX77496D
Decimal11973109
Binary111011110010011101101
Octal167111155

Shades and tints

Shades of #77496D

#77496D
(119,73,109)
#6D4364
(109,67,100)
#633D5B
(99,61,91)
#593752
(89,55,82)
#4F3149
(79,49,73)
#452B40
(69,43,64)
#3B2537
(59,37,55)
#311F2E
(49,31,46)
#271925
(39,25,37)
#1D131C
(29,19,28)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #77496D

#77496D
(119,73,109)
#83597A
(131,89,122)
#8F6987
(143,105,135)
#9B7994
(155,121,148)
#A789A1
(167,137,161)
#B399AE
(179,153,174)
#BFA9BB
(191,169,187)
#CBB9C8
(203,185,200)
#D7C9D5
(215,201,213)
#E3D9E2
(227,217,226)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77496D; }

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

This text font color is #77496D.


Background Color

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

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

This div background color is #77496D.


Border color

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

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

This div border color is #77496D.


Opacity

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

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

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

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

This text has shadow with #77496D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77496D on black background.


Color preview on white background

This text has color #77496D on white background.



Black color preview on #77496D background

This text has black color on #77496D background.


White color preview on #77496D background

This text has white color on #77496D background.