COLOR #770414

HEX: #770414
RGB: (119,4,20)

Renk bilgisi

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

RGB renk modeli

#770414 color RGB value is (119,4,20).

  • kırmız ton 119;
  • yeşil ton 4;
  • mavi ton 20.
RGB:
(119,4,20)
(47%,2%,8%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 4 of 255 = 2%
B 20 of 255 = 8%

119
4
20

R + G + B ~ 19%. #770414 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 4 + 20 = 143 (100%)
R 119 of 143 ~ 83.22%
G 4 of 143 ~ 2.8%
B 20 of 143 ~ 13.99%

%83.22
%13.99

CMYK RENK MODELİ

#770414 rengi CMYK tonu (0,97,83,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.64%
  • sarı tonu 83.19%
  • ana renk tonu 53.33%
CMYK:
(0,97,83,53)
C0M97Y83K53 
(0%,97%,83%,53%)
(0.00/0.97/0.83/0.53)	

CMYK yüzdeleri

%0
%96.64
%83.19
%53.33

Codes

Color #770414 in popluar color models

770414
RGB119420
HSL352°93.50%24.12%
HSB/HSV352°96.64%46.67%
CMYK0.00%96.64%83.19%
53.33%

Color #770414 in popluar number systems.

HEX770414
Decimal119420
Binary111011110010100
Octal167424

Shades and tints

Shades of #770414

#770414
(119,4,20)
#6D0413
(109,4,19)
#630412
(99,4,18)
#590411
(89,4,17)
#4F0410
(79,4,16)
#45040F
(69,4,15)
#3B040E
(59,4,14)
#31040D
(49,4,13)
#27040C
(39,4,12)
#1D040B
(29,4,11)
#13040A
(19,4,10)
#000000
(0,0,0)

Tints of #770414

#770414
(119,4,20)
#831A29
(131,26,41)
#8F303E
(143,48,62)
#9B4653
(155,70,83)
#A75C68
(167,92,104)
#B3727D
(179,114,125)
#BF8892
(191,136,146)
#CB9EA7
(203,158,167)
#D7B4BC
(215,180,188)
#E3CAD1
(227,202,209)
#EFE0E6
(239,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770414 color. Also use rgb(119,4,20) instead hex code.

Text Font Color

.myTextColor { color: #770414; }

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

This text font color is #770414.


Background Color

.myBgColor { background-color: #770414; }

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

This div background color is #770414.


Border color

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

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

This div border color is #770414.


Opacity

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

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

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

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

This text has shadow with #770414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770414 on black background.


Color preview on white background

This text has color #770414 on white background.



Black color preview on #770414 background

This text has black color on #770414 background.


White color preview on #770414 background

This text has white color on #770414 background.