COLOR #77140E

HEX: #77140E
RGB: (119,20,14)

Renk bilgisi

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

RGB renk modeli

#77140E color RGB value is (119,20,14).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 20 of 255 = 8%
B 14 of 255 = 5%

119
20
14

R + G + B ~ 20%. #77140E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 20 + 14 = 153 (100%)
R 119 of 153 ~ 77.78%
G 20 of 153 ~ 13.07%
B 14 of 153 ~ 9.15%

%77.78
%13.07

CMYK RENK MODELİ

#77140E rengi CMYK tonu (0,83,88,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.19%
  • sarı tonu 88.24%
  • ana renk tonu 53.33%
CMYK:
(0,83,88,53)
C0M83Y88K53 
(0%,83%,88%,53%)
(0.00/0.83/0.88/0.53)	

CMYK yüzdeleri

%0
%83.19
%88.24
%53.33

Codes

Color #77140E in popluar color models

77140E
RGB1192014
HSL78.95%26.08%
HSB/HSV88.24%46.67%
CMYK0.00%83.19%88.24%
53.33%

Color #77140E in popluar number systems.

HEX77140E
Decimal1192014
Binary1110111101001110
Octal1672416

Shades and tints

Shades of #77140E

#77140E
(119,20,14)
#6D130D
(109,19,13)
#63120C
(99,18,12)
#59110B
(89,17,11)
#4F100A
(79,16,10)
#450F09
(69,15,9)
#3B0E08
(59,14,8)
#310D07
(49,13,7)
#270C06
(39,12,6)
#1D0B05
(29,11,5)
#130A04
(19,10,4)
#000000
(0,0,0)

Tints of #77140E

#77140E
(119,20,14)
#832923
(131,41,35)
#8F3E38
(143,62,56)
#9B534D
(155,83,77)
#A76862
(167,104,98)
#B37D77
(179,125,119)
#BF928C
(191,146,140)
#CBA7A1
(203,167,161)
#D7BCB6
(215,188,182)
#E3D1CB
(227,209,203)
#EFE6E0
(239,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77140E; }

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

This text font color is #77140E.


Background Color

.myBgColor { background-color: #77140E; }

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

This div background color is #77140E.


Border color

.myBorderColor { border: 1px solid #77140E; }

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

This div border color is #77140E.


Opacity

.myOpacity80 { color: #77140E; opacity: 0.8; }

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

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

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

This text has shadow with #77140E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77140E on black background.


Color preview on white background

This text has color #77140E on white background.



Black color preview on #77140E background

This text has black color on #77140E background.


White color preview on #77140E background

This text has white color on #77140E background.