COLOR #77355E

HEX: #77355E
RGB: (119,53,94)

Color info

#77355E contains mainly red and blue colors. Web safe color of #77355E is #663366 (or #636).

RGB color model

#77355E color RGB value is (119,53,94).

  • red value is 119;
  • green value is 53;
  • blue value is 94.
RGB:
(119,53,94)
(47%,21%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 53 of 255 = 21%
B 94 of 255 = 37%

119
53
94

R + G + B ~ 35%. #77355E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 53 + 94 = 266 (100%)
R 119 of 266 ~ 44.74%
G 53 of 266 ~ 19.92%
B 94 of 266 ~ 35.34%

%44.74
%19.92
%35.34

CMYK color model

#77355E color CMYK value is (0,55,21,53).

  • cyan value is 0.00%
  • magenta value is 55.46%
  • yellow value is 21.01%
  • key color value is 53.33%
CMYK:
(0,55,21,53)
C0M55Y21K53 
(0%,55%,21%,53%)
(0.00/0.55/0.21/0.53)	

CMYK percentages

%0
%55.46
%21.01
%53.33

Codes

Color #77355E in popluar color models

77355E
RGB1195394
HSL323°38.37%33.73%
HSB/HSV323°55.46%46.67%
CMYK0.00%55.46%21.01%
53.33%

Color #77355E in popluar number systems.

HEX77355E
Decimal1195394
Binary11101111101011011110
Octal16765136

Shades and tints

Shades of #77355E

#77355E
(119,53,94)
#6D3156
(109,49,86)
#632D4E
(99,45,78)
#592946
(89,41,70)
#4F253E
(79,37,62)
#452136
(69,33,54)
#3B1D2E
(59,29,46)
#311926
(49,25,38)
#27151E
(39,21,30)
#1D1116
(29,17,22)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #77355E

#77355E
(119,53,94)
#83476C
(131,71,108)
#8F597A
(143,89,122)
#9B6B88
(155,107,136)
#A77D96
(167,125,150)
#B38FA4
(179,143,164)
#BFA1B2
(191,161,178)
#CBB3C0
(203,179,192)
#D7C5CE
(215,197,206)
#E3D7DC
(227,215,220)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77355E color. Also use rgb(119,53,94) instead hex code.

Text Font Color

.myTextColor { color: #77355E; }

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

This text font color is #77355E.


Background Color

.myBgColor { background-color: #77355E; }

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

This div background color is #77355E.


Border color

.myBorderColor { border: 1px solid #77355E; }

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

This div border color is #77355E.


Opacity

.myOpacity80 { color: #77355E; opacity: 0.8; }

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

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

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

This text has shadow with #77355E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77355E on black background.


Color preview on white background

This text has color #77355E on white background.



Black color preview on #77355E background

This text has black color on #77355E background.


White color preview on #77355E background

This text has white color on #77355E background.