COLOR #773E52

HEX: #773E52
RGB: (119,62,82)

Color info

#773E52 contains red, green and blue colors in about the same proportion. Web safe color of #773E52 is #663366 (or #636).

RGB color model

#773E52 color RGB value is (119,62,82).

  • red value is 119;
  • green value is 62;
  • blue value is 82.
RGB:
(119,62,82)
(47%,24%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 62 of 255 = 24%
B 82 of 255 = 32%

119
62
82

R + G + B ~ 34%. #773E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 62 + 82 = 263 (100%)
R 119 of 263 ~ 45.25%
G 62 of 263 ~ 23.57%
B 82 of 263 ~ 31.18%

%45.25
%23.57
%31.18

CMYK color model

#773E52 color CMYK value is (0,48,31,53).

  • cyan value is 0.00%
  • magenta value is 47.90%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(0,48,31,53)
C0M48Y31K53 
(0%,48%,31%,53%)
(0.00/0.48/0.31/0.53)	

CMYK percentages

%0
%47.9
%31.09
%53.33

Codes

Color #773E52 in popluar color models

773E52
RGB1196282
HSL339°31.49%35.49%
HSB/HSV339°47.90%46.67%
CMYK0.00%47.90%31.09%
53.33%

Color #773E52 in popluar number systems.

HEX773E52
Decimal1196282
Binary11101111111101010010
Octal16776122

Shades and tints

Shades of #773E52

#773E52
(119,62,82)
#6D394B
(109,57,75)
#633444
(99,52,68)
#592F3D
(89,47,61)
#4F2A36
(79,42,54)
#45252F
(69,37,47)
#3B2028
(59,32,40)
#311B21
(49,27,33)
#27161A
(39,22,26)
#1D1113
(29,17,19)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #773E52

#773E52
(119,62,82)
#834F61
(131,79,97)
#8F6070
(143,96,112)
#9B717F
(155,113,127)
#A7828E
(167,130,142)
#B3939D
(179,147,157)
#BFA4AC
(191,164,172)
#CBB5BB
(203,181,187)
#D7C6CA
(215,198,202)
#E3D7D9
(227,215,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773E52 color. Also use rgb(119,62,82) instead hex code.

Text Font Color

.myTextColor { color: #773E52; }

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

This text font color is #773E52.


Background Color

.myBgColor { background-color: #773E52; }

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

This div background color is #773E52.


Border color

.myBorderColor { border: 1px solid #773E52; }

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

This div border color is #773E52.


Opacity

.myOpacity80 { color: #773E52; opacity: 0.8; }

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

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

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

This text has shadow with #773E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773E52 on black background.


Color preview on white background

This text has color #773E52 on white background.



Black color preview on #773E52 background

This text has black color on #773E52 background.


White color preview on #773E52 background

This text has white color on #773E52 background.