COLOR #77436C

HEX: #77436C
RGB: (119,67,108)

Color info

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

RGB color model

#77436C color RGB value is (119,67,108).

  • red value is 119;
  • green value is 67;
  • blue value is 108.
RGB:
(119,67,108)
(47%,26%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 67 of 255 = 26%
B 108 of 255 = 42%

119
67
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 67 + 108 = 294 (100%)
R 119 of 294 ~ 40.48%
G 67 of 294 ~ 22.79%
B 108 of 294 ~ 36.73%

%40.48
%22.79
%36.73

CMYK color model

#77436C color CMYK value is (0,44,9,53).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(0,44,9,53)
C0M44Y9K53 
(0%,44%,9%,53%)
(0.00/0.44/0.09/0.53)	

CMYK percentages

%0
%43.7
%9.24
%53.33

Codes

Color #77436C in popluar color models

77436C
RGB11967108
HSL313°27.96%36.47%
HSB/HSV313°43.70%46.67%
CMYK0.00%43.70%9.24%
53.33%

Color #77436C in popluar number systems.

HEX77436C
Decimal11967108
Binary111011110000111101100
Octal167103154

Shades and tints

Shades of #77436C

#77436C
(119,67,108)
#6D3D63
(109,61,99)
#63375A
(99,55,90)
#593151
(89,49,81)
#4F2B48
(79,43,72)
#45253F
(69,37,63)
#3B1F36
(59,31,54)
#31192D
(49,25,45)
#271324
(39,19,36)
#1D0D1B
(29,13,27)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #77436C

#77436C
(119,67,108)
#835479
(131,84,121)
#8F6586
(143,101,134)
#9B7693
(155,118,147)
#A787A0
(167,135,160)
#B398AD
(179,152,173)
#BFA9BA
(191,169,186)
#CBBAC7
(203,186,199)
#D7CBD4
(215,203,212)
#E3DCE1
(227,220,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77436C color. Also use rgb(119,67,108) instead hex code.

Text Font Color

.myTextColor { color: #77436C; }

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

This text font color is #77436C.


Background Color

.myBgColor { background-color: #77436C; }

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

This div background color is #77436C.


Border color

.myBorderColor { border: 1px solid #77436C; }

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

This div border color is #77436C.


Opacity

.myOpacity80 { color: #77436C; opacity: 0.8; }

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

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

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

This text has shadow with #77436C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77436C on black background.


Color preview on white background

This text has color #77436C on white background.



Black color preview on #77436C background

This text has black color on #77436C background.


White color preview on #77436C background

This text has white color on #77436C background.