COLOR #771F0F

HEX: #771F0F
RGB: (119,31,15)

Renk bilgisi

#771F0F contains mainly red color. #771F0F ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#771F0F color RGB value is (119,31,15).

  • kırmız ton 119;
  • yeşil ton 31;
  • mavi ton 15.
RGB:
(119,31,15)
(47%,12%,6%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 31 of 255 = 12%
B 15 of 255 = 6%

119
31
15

R + G + B ~ 22%. #771F0F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 31 + 15 = 165 (100%)
R 119 of 165 ~ 72.12%
G 31 of 165 ~ 18.79%
B 15 of 165 ~ 9.09%

%72.12
%18.79

CMYK RENK MODELİ

#771F0F rengi CMYK tonu (0,74,87,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.95%
  • sarı tonu 87.39%
  • ana renk tonu 53.33%
CMYK:
(0,74,87,53)
C0M74Y87K53 
(0%,74%,87%,53%)
(0.00/0.74/0.87/0.53)	

CMYK yüzdeleri

%0
%73.95
%87.39
%53.33

Codes

Color #771F0F in popluar color models

771F0F
RGB1193115
HSL77.61%26.27%
HSB/HSV87.39%46.67%
CMYK0.00%73.95%87.39%
53.33%

Color #771F0F in popluar number systems.

HEX771F0F
Decimal1193115
Binary1110111111111111
Octal1673717

Shades and tints

Shades of #771F0F

#771F0F
(119,31,15)
#6D1D0E
(109,29,14)
#631B0D
(99,27,13)
#59190C
(89,25,12)
#4F170B
(79,23,11)
#45150A
(69,21,10)
#3B1309
(59,19,9)
#311108
(49,17,8)
#270F07
(39,15,7)
#1D0D06
(29,13,6)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #771F0F

#771F0F
(119,31,15)
#833324
(131,51,36)
#8F4739
(143,71,57)
#9B5B4E
(155,91,78)
#A76F63
(167,111,99)
#B38378
(179,131,120)
#BF978D
(191,151,141)
#CBABA2
(203,171,162)
#D7BFB7
(215,191,183)
#E3D3CC
(227,211,204)
#EFE7E1
(239,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771F0F color. Also use rgb(119,31,15) instead hex code.

Text Font Color

.myTextColor { color: #771F0F; }

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

This text font color is #771F0F.


Background Color

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

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

This div background color is #771F0F.


Border color

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

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

This div border color is #771F0F.


Opacity

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

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

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

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

This text has shadow with #771F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771F0F on black background.


Color preview on white background

This text has color #771F0F on white background.



Black color preview on #771F0F background

This text has black color on #771F0F background.


White color preview on #771F0F background

This text has white color on #771F0F background.