COLOR #774E49

HEX: #774E49
RGB: (119,78,73)

Renk bilgisi

#774E49 contains red, green and blue colors in about the same proportion. #774E49 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#774E49 color RGB value is (119,78,73).

  • kırmız ton 119;
  • yeşil ton 78;
  • mavi ton 73.
RGB:
(119,78,73)
(47%,31%,29%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 78 of 255 = 31%
B 73 of 255 = 29%

119
78
73

R + G + B ~ 36%. #774E49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 78 + 73 = 270 (100%)
R 119 of 270 ~ 44.07%
G 78 of 270 ~ 28.89%
B 73 of 270 ~ 27.04%

%44.07
%28.89
%27.04

CMYK RENK MODELİ

#774E49 rengi CMYK tonu (0,34,39,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.45%
  • sarı tonu 38.66%
  • ana renk tonu 53.33%
CMYK:
(0,34,39,53)
C0M34Y39K53 
(0%,34%,39%,53%)
(0.00/0.34/0.39/0.53)	

CMYK yüzdeleri

%0
%34.45
%38.66
%53.33

Codes

Color #774E49 in popluar color models

774E49
RGB1197873
HSL23.96%37.65%
HSB/HSV38.66%46.67%
CMYK0.00%34.45%38.66%
53.33%

Color #774E49 in popluar number systems.

HEX774E49
Decimal1197873
Binary111011110011101001001
Octal167116111

Shades and tints

Shades of #774E49

#774E49
(119,78,73)
#6D4743
(109,71,67)
#63403D
(99,64,61)
#593937
(89,57,55)
#4F3231
(79,50,49)
#452B2B
(69,43,43)
#3B2425
(59,36,37)
#311D1F
(49,29,31)
#271619
(39,22,25)
#1D0F13
(29,15,19)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #774E49

#774E49
(119,78,73)
#835E59
(131,94,89)
#8F6E69
(143,110,105)
#9B7E79
(155,126,121)
#A78E89
(167,142,137)
#B39E99
(179,158,153)
#BFAEA9
(191,174,169)
#CBBEB9
(203,190,185)
#D7CEC9
(215,206,201)
#E3DED9
(227,222,217)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774E49 color. Also use rgb(119,78,73) instead hex code.

Text Font Color

.myTextColor { color: #774E49; }

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

This text font color is #774E49.


Background Color

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

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

This div background color is #774E49.


Border color

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

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

This div border color is #774E49.


Opacity

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

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

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

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

This text has shadow with #774E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774E49 on black background.


Color preview on white background

This text has color #774E49 on white background.



Black color preview on #774E49 background

This text has black color on #774E49 background.


White color preview on #774E49 background

This text has white color on #774E49 background.