COLOR #771511

HEX: #771511
RGB: (119,21,17)

Renk bilgisi

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

RGB renk modeli

#771511 color RGB value is (119,21,17).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 21 of 255 = 8%
B 17 of 255 = 7%

119
21
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 21 + 17 = 157 (100%)
R 119 of 157 ~ 75.8%
G 21 of 157 ~ 13.38%
B 17 of 157 ~ 10.83%

%75.8
%13.38
%10.83

CMYK RENK MODELİ

#771511 rengi CMYK tonu (0,82,86,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.35%
  • sarı tonu 85.71%
  • ana renk tonu 53.33%
CMYK:
(0,82,86,53)
C0M82Y86K53 
(0%,82%,86%,53%)
(0.00/0.82/0.86/0.53)	

CMYK yüzdeleri

%0
%82.35
%85.71
%53.33

Codes

Color #771511 in popluar color models

771511
RGB1192117
HSL75.00%26.67%
HSB/HSV85.71%46.67%
CMYK0.00%82.35%85.71%
53.33%

Color #771511 in popluar number systems.

HEX771511
Decimal1192117
Binary11101111010110001
Octal1672521

Shades and tints

Shades of #771511

#771511
(119,21,17)
#6D1410
(109,20,16)
#63130F
(99,19,15)
#59120E
(89,18,14)
#4F110D
(79,17,13)
#45100C
(69,16,12)
#3B0F0B
(59,15,11)
#310E0A
(49,14,10)
#270D09
(39,13,9)
#1D0C08
(29,12,8)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #771511

#771511
(119,21,17)
#832A26
(131,42,38)
#8F3F3B
(143,63,59)
#9B5450
(155,84,80)
#A76965
(167,105,101)
#B37E7A
(179,126,122)
#BF938F
(191,147,143)
#CBA8A4
(203,168,164)
#D7BDB9
(215,189,185)
#E3D2CE
(227,210,206)
#EFE7E3
(239,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771511; }

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

This text font color is #771511.


Background Color

.myBgColor { background-color: #771511; }

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

This div background color is #771511.


Border color

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

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

This div border color is #771511.


Opacity

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

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

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

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

This text has shadow with #771511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771511 on black background.


Color preview on white background

This text has color #771511 on white background.



Black color preview on #771511 background

This text has black color on #771511 background.


White color preview on #771511 background

This text has white color on #771511 background.