COLOR #773767

HEX: #773767
RGB: (119,55,103)

Color info

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

RGB color model

#773767 color RGB value is (119,55,103).

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

RGB channels and saturation

R 119 of 255 = 47%
G 55 of 255 = 22%
B 103 of 255 = 40%

119
55
103

R + G + B ~ 36%. #773767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 55 + 103 = 277 (100%)
R 119 of 277 ~ 42.96%
G 55 of 277 ~ 19.86%
B 103 of 277 ~ 37.18%

%42.96
%19.86
%37.18

CMYK color model

#773767 color CMYK value is (0,54,13,53).

  • cyan value is 0.00%
  • magenta value is 53.78%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(0,54,13,53)
C0M54Y13K53 
(0%,54%,13%,53%)
(0.00/0.54/0.13/0.53)	

CMYK percentages

%0
%53.78
%13.45
%53.33

Codes

Color #773767 in popluar color models

773767
RGB11955103
HSL315°36.78%34.12%
HSB/HSV315°53.78%46.67%
CMYK0.00%53.78%13.45%
53.33%

Color #773767 in popluar number systems.

HEX773767
Decimal11955103
Binary11101111101111100111
Octal16767147

Shades and tints

Shades of #773767

#773767
(119,55,103)
#6D325E
(109,50,94)
#632D55
(99,45,85)
#59284C
(89,40,76)
#4F2343
(79,35,67)
#451E3A
(69,30,58)
#3B1931
(59,25,49)
#311428
(49,20,40)
#270F1F
(39,15,31)
#1D0A16
(29,10,22)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #773767

#773767
(119,55,103)
#834974
(131,73,116)
#8F5B81
(143,91,129)
#9B6D8E
(155,109,142)
#A77F9B
(167,127,155)
#B391A8
(179,145,168)
#BFA3B5
(191,163,181)
#CBB5C2
(203,181,194)
#D7C7CF
(215,199,207)
#E3D9DC
(227,217,220)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773767; }

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

This text font color is #773767.


Background Color

.myBgColor { background-color: #773767; }

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

This div background color is #773767.


Border color

.myBorderColor { border: 1px solid #773767; }

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

This div border color is #773767.


Opacity

.myOpacity80 { color: #773767; opacity: 0.8; }

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

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

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

This text has shadow with #773767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773767 on black background.


Color preview on white background

This text has color #773767 on white background.



Black color preview on #773767 background

This text has black color on #773767 background.


White color preview on #773767 background

This text has white color on #773767 background.