COLOR #773F4B

HEX: #773F4B
RGB: (119,63,75)

Color info

#773F4B contains red, green and blue colors in about the same proportion. Web safe color of #773F4B is #663333 (or #633).

RGB color model

#773F4B color RGB value is (119,63,75).

  • red value is 119;
  • green value is 63;
  • blue value is 75.
RGB:
(119,63,75)
(47%,25%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 63 of 255 = 25%
B 75 of 255 = 29%

119
63
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 63 + 75 = 257 (100%)
R 119 of 257 ~ 46.3%
G 63 of 257 ~ 24.51%
B 75 of 257 ~ 29.18%

%46.3
%24.51
%29.18

CMYK color model

#773F4B color CMYK value is (0,47,37,53).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(0,47,37,53)
C0M47Y37K53 
(0%,47%,37%,53%)
(0.00/0.47/0.37/0.53)	

CMYK percentages

%0
%47.06
%36.97
%53.33

Codes

Color #773F4B in popluar color models

773F4B
RGB1196375
HSL347°30.77%35.69%
HSB/HSV347°47.06%46.67%
CMYK0.00%47.06%36.97%
53.33%

Color #773F4B in popluar number systems.

HEX773F4B
Decimal1196375
Binary11101111111111001011
Octal16777113

Shades and tints

Shades of #773F4B

#773F4B
(119,63,75)
#6D3A45
(109,58,69)
#63353F
(99,53,63)
#593039
(89,48,57)
#4F2B33
(79,43,51)
#45262D
(69,38,45)
#3B2127
(59,33,39)
#311C21
(49,28,33)
#27171B
(39,23,27)
#1D1215
(29,18,21)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #773F4B

#773F4B
(119,63,75)
#83505B
(131,80,91)
#8F616B
(143,97,107)
#9B727B
(155,114,123)
#A7838B
(167,131,139)
#B3949B
(179,148,155)
#BFA5AB
(191,165,171)
#CBB6BB
(203,182,187)
#D7C7CB
(215,199,203)
#E3D8DB
(227,216,219)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773F4B color. Also use rgb(119,63,75) instead hex code.

Text Font Color

.myTextColor { color: #773F4B; }

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

This text font color is #773F4B.


Background Color

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

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

This div background color is #773F4B.


Border color

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

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

This div border color is #773F4B.


Opacity

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

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

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

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

This text has shadow with #773F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773F4B on black background.


Color preview on white background

This text has color #773F4B on white background.



Black color preview on #773F4B background

This text has black color on #773F4B background.


White color preview on #773F4B background

This text has white color on #773F4B background.