COLOR #773F71

HEX: #773F71
RGB: (119,63,113)

Renk bilgisi

#773F71 contains red, green and blue colors in about the same proportion. #773F71 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#773F71 color RGB value is (119,63,113).

  • kırmız ton 119;
  • yeşil ton 63;
  • mavi ton 113.
RGB:
(119,63,113)
(47%,25%,44%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 63 of 255 = 25%
B 113 of 255 = 44%

119
63
113

R + G + B ~ 39%. #773F71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 63 + 113 = 295 (100%)
R 119 of 295 ~ 40.34%
G 63 of 295 ~ 21.36%
B 113 of 295 ~ 38.31%

%40.34
%21.36
%38.31

CMYK RENK MODELİ

#773F71 rengi CMYK tonu (0,47,5,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.06%
  • sarı tonu 5.04%
  • ana renk tonu 53.33%
CMYK:
(0,47,5,53)
C0M47Y5K53 
(0%,47%,5%,53%)
(0.00/0.47/0.05/0.53)	

CMYK yüzdeleri

%0
%47.06
%5.04
%53.33

Codes

Color #773F71 in popluar color models

773F71
RGB11963113
HSL306°30.77%35.69%
HSB/HSV306°47.06%46.67%
CMYK0.00%47.06%5.04%
53.33%

Color #773F71 in popluar number systems.

HEX773F71
Decimal11963113
Binary11101111111111110001
Octal16777161

Shades and tints

Shades of #773F71

#773F71
(119,63,113)
#6D3A67
(109,58,103)
#63355D
(99,53,93)
#593053
(89,48,83)
#4F2B49
(79,43,73)
#45263F
(69,38,63)
#3B2135
(59,33,53)
#311C2B
(49,28,43)
#271721
(39,23,33)
#1D1217
(29,18,23)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #773F71

#773F71
(119,63,113)
#83507D
(131,80,125)
#8F6189
(143,97,137)
#9B7295
(155,114,149)
#A783A1
(167,131,161)
#B394AD
(179,148,173)
#BFA5B9
(191,165,185)
#CBB6C5
(203,182,197)
#D7C7D1
(215,199,209)
#E3D8DD
(227,216,221)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773F71; }

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

This text font color is #773F71.


Background Color

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

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

This div background color is #773F71.


Border color

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

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

This div border color is #773F71.


Opacity

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

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

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

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

This text has shadow with #773F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773F71 on black background.


Color preview on white background

This text has color #773F71 on white background.



Black color preview on #773F71 background

This text has black color on #773F71 background.


White color preview on #773F71 background

This text has white color on #773F71 background.