COLOR #771C63

HEX: #771C63
RGB: (119,28,99)

Renk bilgisi

#771C63 contains mainly red and blue colors. #771C63 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#771C63 color RGB value is (119,28,99).

  • kırmız ton 119;
  • yeşil ton 28;
  • mavi ton 99.
RGB:
(119,28,99)
(47%,11%,39%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 28 of 255 = 11%
B 99 of 255 = 39%

119
28
99

R + G + B ~ 32%. #771C63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 28 + 99 = 246 (100%)
R 119 of 246 ~ 48.37%
G 28 of 246 ~ 11.38%
B 99 of 246 ~ 40.24%

%48.37
%11.38
%40.24

CMYK RENK MODELİ

#771C63 rengi CMYK tonu (0,76,17,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.47%
  • sarı tonu 16.81%
  • ana renk tonu 53.33%
CMYK:
(0,76,17,53)
C0M76Y17K53 
(0%,76%,17%,53%)
(0.00/0.76/0.17/0.53)	

CMYK yüzdeleri

%0
%76.47
%16.81
%53.33

Codes

Color #771C63 in popluar color models

771C63
RGB1192899
HSL313°61.90%28.82%
HSB/HSV313°76.47%46.67%
CMYK0.00%76.47%16.81%
53.33%

Color #771C63 in popluar number systems.

HEX771C63
Decimal1192899
Binary1110111111001100011
Octal16734143

Shades and tints

Shades of #771C63

#771C63
(119,28,99)
#6D1A5A
(109,26,90)
#631851
(99,24,81)
#591648
(89,22,72)
#4F143F
(79,20,63)
#451236
(69,18,54)
#3B102D
(59,16,45)
#310E24
(49,14,36)
#270C1B
(39,12,27)
#1D0A12
(29,10,18)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #771C63

#771C63
(119,28,99)
#833071
(131,48,113)
#8F447F
(143,68,127)
#9B588D
(155,88,141)
#A76C9B
(167,108,155)
#B380A9
(179,128,169)
#BF94B7
(191,148,183)
#CBA8C5
(203,168,197)
#D7BCD3
(215,188,211)
#E3D0E1
(227,208,225)
#EFE4EF
(239,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771C63 color. Also use rgb(119,28,99) instead hex code.

Text Font Color

.myTextColor { color: #771C63; }

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

This text font color is #771C63.


Background Color

.myBgColor { background-color: #771C63; }

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

This div background color is #771C63.


Border color

.myBorderColor { border: 1px solid #771C63; }

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

This div border color is #771C63.


Opacity

.myOpacity80 { color: #771C63; opacity: 0.8; }

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

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

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

This text has shadow with #771C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771C63 on black background.


Color preview on white background

This text has color #771C63 on white background.



Black color preview on #771C63 background

This text has black color on #771C63 background.


White color preview on #771C63 background

This text has white color on #771C63 background.