COLOR #77375C

HEX: #77375C
RGB: (119,55,92)

Color info

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

RGB color model

#77375C color RGB value is (119,55,92).

  • red value is 119;
  • green value is 55;
  • blue value is 92.
RGB:
(119,55,92)
(47%,22%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 55 of 255 = 22%
B 92 of 255 = 36%

119
55
92

R + G + B ~ 35%. #77375C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 55 + 92 = 266 (100%)
R 119 of 266 ~ 44.74%
G 55 of 266 ~ 20.68%
B 92 of 266 ~ 34.59%

%44.74
%20.68
%34.59

CMYK color model

#77375C color CMYK value is (0,54,23,53).

  • cyan value is 0.00%
  • magenta value is 53.78%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(0,54,23,53)
C0M54Y23K53 
(0%,54%,23%,53%)
(0.00/0.54/0.23/0.53)	

CMYK percentages

%0
%53.78
%22.69
%53.33

Codes

Color #77375C in popluar color models

77375C
RGB1195592
HSL325°36.78%34.12%
HSB/HSV325°53.78%46.67%
CMYK0.00%53.78%22.69%
53.33%

Color #77375C in popluar number systems.

HEX77375C
Decimal1195592
Binary11101111101111011100
Octal16767134

Shades and tints

Shades of #77375C

#77375C
(119,55,92)
#6D3254
(109,50,84)
#632D4C
(99,45,76)
#592844
(89,40,68)
#4F233C
(79,35,60)
#451E34
(69,30,52)
#3B192C
(59,25,44)
#311424
(49,20,36)
#270F1C
(39,15,28)
#1D0A14
(29,10,20)
#13050C
(19,5,12)
#000000
(0,0,0)

Tints of #77375C

#77375C
(119,55,92)
#83496A
(131,73,106)
#8F5B78
(143,91,120)
#9B6D86
(155,109,134)
#A77F94
(167,127,148)
#B391A2
(179,145,162)
#BFA3B0
(191,163,176)
#CBB5BE
(203,181,190)
#D7C7CC
(215,199,204)
#E3D9DA
(227,217,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77375C color. Also use rgb(119,55,92) instead hex code.

Text Font Color

.myTextColor { color: #77375C; }

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

This text font color is #77375C.


Background Color

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

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

This div background color is #77375C.


Border color

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

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

This div border color is #77375C.


Opacity

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

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

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

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

This text has shadow with #77375C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77375C on black background.


Color preview on white background

This text has color #77375C on white background.



Black color preview on #77375C background

This text has black color on #77375C background.


White color preview on #77375C background

This text has white color on #77375C background.