COLOR #774C14

HEX: #774C14
RGB: (119,76,20)

Renk bilgisi

#774C14 contains mainly red and green colors. #774C14 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#774C14 color RGB value is (119,76,20).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 76 of 255 = 30%
B 20 of 255 = 8%

119
76
20

R + G + B ~ 28%. #774C14 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 76 + 20 = 215 (100%)
R 119 of 215 ~ 55.35%
G 76 of 215 ~ 35.35%
B 20 of 215 ~ 9.3%

%55.35
%35.35

CMYK RENK MODELİ

#774C14 rengi CMYK tonu (0,36,83,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.13%
  • sarı tonu 83.19%
  • ana renk tonu 53.33%
CMYK:
(0,36,83,53)
C0M36Y83K53 
(0%,36%,83%,53%)
(0.00/0.36/0.83/0.53)	

CMYK yüzdeleri

%0
%36.13
%83.19
%53.33

Codes

Color #774C14 in popluar color models

774C14
RGB1197620
HSL34°71.22%27.25%
HSB/HSV34°83.19%46.67%
CMYK0.00%36.13%83.19%
53.33%

Color #774C14 in popluar number systems.

HEX774C14
Decimal1197620
Binary1110111100110010100
Octal16711424

Shades and tints

Shades of #774C14

#774C14
(119,76,20)
#6D4613
(109,70,19)
#634012
(99,64,18)
#593A11
(89,58,17)
#4F3410
(79,52,16)
#452E0F
(69,46,15)
#3B280E
(59,40,14)
#31220D
(49,34,13)
#271C0C
(39,28,12)
#1D160B
(29,22,11)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #774C14

#774C14
(119,76,20)
#835C29
(131,92,41)
#8F6C3E
(143,108,62)
#9B7C53
(155,124,83)
#A78C68
(167,140,104)
#B39C7D
(179,156,125)
#BFAC92
(191,172,146)
#CBBCA7
(203,188,167)
#D7CCBC
(215,204,188)
#E3DCD1
(227,220,209)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774C14; }

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

This text font color is #774C14.


Background Color

.myBgColor { background-color: #774C14; }

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

This div background color is #774C14.


Border color

.myBorderColor { border: 1px solid #774C14; }

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

This div border color is #774C14.


Opacity

.myOpacity80 { color: #774C14; opacity: 0.8; }

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

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

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

This text has shadow with #774C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774C14 on black background.


Color preview on white background

This text has color #774C14 on white background.



Black color preview on #774C14 background

This text has black color on #774C14 background.


White color preview on #774C14 background

This text has white color on #774C14 background.