COLOR #77395B

HEX: #77395B
RGB: (119,57,91)

Color info

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

RGB color model

#77395B color RGB value is (119,57,91).

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

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 91 of 255 = 36%

119
57
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 57 + 91 = 267 (100%)
R 119 of 267 ~ 44.57%
G 57 of 267 ~ 21.35%
B 91 of 267 ~ 34.08%

%44.57
%21.35
%34.08

CMYK color model

#77395B color CMYK value is (0,52,24,53).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(0,52,24,53)
C0M52Y24K53 
(0%,52%,24%,53%)
(0.00/0.52/0.24/0.53)	

CMYK percentages

%0
%52.1
%23.53
%53.33

Codes

Color #77395B in popluar color models

77395B
RGB1195791
HSL327°35.23%34.51%
HSB/HSV327°52.10%46.67%
CMYK0.00%52.10%23.53%
53.33%

Color #77395B in popluar number systems.

HEX77395B
Decimal1195791
Binary11101111110011011011
Octal16771133

Shades and tints

Shades of #77395B

#77395B
(119,57,91)
#6D3453
(109,52,83)
#632F4B
(99,47,75)
#592A43
(89,42,67)
#4F253B
(79,37,59)
#452033
(69,32,51)
#3B1B2B
(59,27,43)
#311623
(49,22,35)
#27111B
(39,17,27)
#1D0C13
(29,12,19)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #77395B

#77395B
(119,57,91)
#834B69
(131,75,105)
#8F5D77
(143,93,119)
#9B6F85
(155,111,133)
#A78193
(167,129,147)
#B393A1
(179,147,161)
#BFA5AF
(191,165,175)
#CBB7BD
(203,183,189)
#D7C9CB
(215,201,203)
#E3DBD9
(227,219,217)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77395B color. Also use rgb(119,57,91) instead hex code.

Text Font Color

.myTextColor { color: #77395B; }

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

This text font color is #77395B.


Background Color

.myBgColor { background-color: #77395B; }

<div style="background-color:#77395B">Inner text</div>

This div background color is #77395B.


Border color

.myBorderColor { border: 1px solid #77395B; }

<div style="border:3px solid #77395B">Div</div>

This div border color is #77395B.


Opacity

.myOpacity80 { color: #77395B; opacity: 0.8; }

<p style="color:#77395B;opacity:0.8;">80%</p>

Text with #77395B 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 #77395B;}

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

This text has shadow with #77395B color.

.textShadow {text-shadow: 3px 3px 1px #77395B, 3px 3px 1px red;}

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

This text has shadow with #77395B primary color and red secondary color.


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

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

This text has shadow with #77395B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77395B on black background.


Color preview on white background

This text has color #77395B on white background.



Black color preview on #77395B background

This text has black color on #77395B background.


White color preview on #77395B background

This text has white color on #77395B background.