COLOR #771B21

HEX: #771B21
RGB: (119,27,33)

Renk bilgisi

#771B21 contains mainly red color. #771B21 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#771B21 color RGB value is (119,27,33).

  • kırmız ton 119;
  • yeşil ton 27;
  • mavi ton 33.
RGB:
(119,27,33)
(47%,11%,13%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 27 of 255 = 11%
B 33 of 255 = 13%

119
27
33

R + G + B ~ 24%. #771B21 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 27 + 33 = 179 (100%)
R 119 of 179 ~ 66.48%
G 27 of 179 ~ 15.08%
B 33 of 179 ~ 18.44%

%66.48
%15.08
%18.44

CMYK RENK MODELİ

#771B21 rengi CMYK tonu (0,77,72,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.31%
  • sarı tonu 72.27%
  • ana renk tonu 53.33%
CMYK:
(0,77,72,53)
C0M77Y72K53 
(0%,77%,72%,53%)
(0.00/0.77/0.72/0.53)	

CMYK yüzdeleri

%0
%77.31
%72.27
%53.33

Codes

Color #771B21 in popluar color models

771B21
RGB1192733
HSL356°63.01%28.63%
HSB/HSV356°77.31%46.67%
CMYK0.00%77.31%72.27%
53.33%

Color #771B21 in popluar number systems.

HEX771B21
Decimal1192733
Binary111011111011100001
Octal1673341

Shades and tints

Shades of #771B21

#771B21
(119,27,33)
#6D191E
(109,25,30)
#63171B
(99,23,27)
#591518
(89,21,24)
#4F1315
(79,19,21)
#451112
(69,17,18)
#3B0F0F
(59,15,15)
#310D0C
(49,13,12)
#270B09
(39,11,9)
#1D0906
(29,9,6)
#130703
(19,7,3)
#000000
(0,0,0)

Tints of #771B21

#771B21
(119,27,33)
#832F35
(131,47,53)
#8F4349
(143,67,73)
#9B575D
(155,87,93)
#A76B71
(167,107,113)
#B37F85
(179,127,133)
#BF9399
(191,147,153)
#CBA7AD
(203,167,173)
#D7BBC1
(215,187,193)
#E3CFD5
(227,207,213)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771B21 color. Also use rgb(119,27,33) instead hex code.

Text Font Color

.myTextColor { color: #771B21; }

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

This text font color is #771B21.


Background Color

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

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

This div background color is #771B21.


Border color

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

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

This div border color is #771B21.


Opacity

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

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

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

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

This text has shadow with #771B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771B21 on black background.


Color preview on white background

This text has color #771B21 on white background.



Black color preview on #771B21 background

This text has black color on #771B21 background.


White color preview on #771B21 background

This text has white color on #771B21 background.