COLOR #771117

HEX: #771117
RGB: (119,17,23)

Renk bilgisi

#771117 contains mainly red color. #771117 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#771117 color RGB value is (119,17,23).

  • kırmız ton 119;
  • yeşil ton 17;
  • mavi ton 23.
RGB:
(119,17,23)
(47%,7%,9%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 17 of 255 = 7%
B 23 of 255 = 9%

119
17
23

R + G + B ~ 21%. #771117 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 17 + 23 = 159 (100%)
R 119 of 159 ~ 74.84%
G 17 of 159 ~ 10.69%
B 23 of 159 ~ 14.47%

%74.84
%10.69
%14.47

CMYK RENK MODELİ

#771117 rengi CMYK tonu (0,86,81,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.71%
  • sarı tonu 80.67%
  • ana renk tonu 53.33%
CMYK:
(0,86,81,53)
C0M86Y81K53 
(0%,86%,81%,53%)
(0.00/0.86/0.81/0.53)	

CMYK yüzdeleri

%0
%85.71
%80.67
%53.33

Codes

Color #771117 in popluar color models

771117
RGB1191723
HSL356°75.00%26.67%
HSB/HSV356°85.71%46.67%
CMYK0.00%85.71%80.67%
53.33%

Color #771117 in popluar number systems.

HEX771117
Decimal1191723
Binary11101111000110111
Octal1672127

Shades and tints

Shades of #771117

#771117
(119,17,23)
#6D1015
(109,16,21)
#630F13
(99,15,19)
#590E11
(89,14,17)
#4F0D0F
(79,13,15)
#450C0D
(69,12,13)
#3B0B0B
(59,11,11)
#310A09
(49,10,9)
#270907
(39,9,7)
#1D0805
(29,8,5)
#130703
(19,7,3)
#000000
(0,0,0)

Tints of #771117

#771117
(119,17,23)
#83262C
(131,38,44)
#8F3B41
(143,59,65)
#9B5056
(155,80,86)
#A7656B
(167,101,107)
#B37A80
(179,122,128)
#BF8F95
(191,143,149)
#CBA4AA
(203,164,170)
#D7B9BF
(215,185,191)
#E3CED4
(227,206,212)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771117 color. Also use rgb(119,17,23) instead hex code.

Text Font Color

.myTextColor { color: #771117; }

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

This text font color is #771117.


Background Color

.myBgColor { background-color: #771117; }

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

This div background color is #771117.


Border color

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

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

This div border color is #771117.


Opacity

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

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

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

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

This text has shadow with #771117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771117 on black background.


Color preview on white background

This text has color #771117 on white background.



Black color preview on #771117 background

This text has black color on #771117 background.


White color preview on #771117 background

This text has white color on #771117 background.