COLOR #77395F

HEX: #77395F
RGB: (119,57,95)

Color info

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

RGB color model

#77395F color RGB value is (119,57,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 95 of 255 = 37%

119
57
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 57 + 95 = 271 (100%)
R 119 of 271 ~ 43.91%
G 57 of 271 ~ 21.03%
B 95 of 271 ~ 35.06%

%43.91
%21.03
%35.06

CMYK color model

#77395F color CMYK value is (0,52,20,53).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(0,52,20,53)
C0M52Y20K53 
(0%,52%,20%,53%)
(0.00/0.52/0.20/0.53)	

CMYK percentages

%0
%52.1
%20.17
%53.33

Codes

Color #77395F in popluar color models

77395F
RGB1195795
HSL323°35.23%34.51%
HSB/HSV323°52.10%46.67%
CMYK0.00%52.10%20.17%
53.33%

Color #77395F in popluar number systems.

HEX77395F
Decimal1195795
Binary11101111110011011111
Octal16771137

Shades and tints

Shades of #77395F

#77395F
(119,57,95)
#6D3457
(109,52,87)
#632F4F
(99,47,79)
#592A47
(89,42,71)
#4F253F
(79,37,63)
#452037
(69,32,55)
#3B1B2F
(59,27,47)
#311627
(49,22,39)
#27111F
(39,17,31)
#1D0C17
(29,12,23)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #77395F

#77395F
(119,57,95)
#834B6D
(131,75,109)
#8F5D7B
(143,93,123)
#9B6F89
(155,111,137)
#A78197
(167,129,151)
#B393A5
(179,147,165)
#BFA5B3
(191,165,179)
#CBB7C1
(203,183,193)
#D7C9CF
(215,201,207)
#E3DBDD
(227,219,221)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77395F; }

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

This text font color is #77395F.


Background Color

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

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

This div background color is #77395F.


Border color

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

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

This div border color is #77395F.


Opacity

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

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

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

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

This text has shadow with #77395F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77395F on black background.


Color preview on white background

This text has color #77395F on white background.



Black color preview on #77395F background

This text has black color on #77395F background.


White color preview on #77395F background

This text has white color on #77395F background.