COLOR #774939

HEX: #774939
RGB: (119,73,57)

Renk bilgisi

#774939 contains mainly red and green colors. #774939 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#774939 color RGB value is (119,73,57).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 73 of 255 = 29%
B 57 of 255 = 22%

119
73
57

R + G + B ~ 33%. #774939 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 73 + 57 = 249 (100%)
R 119 of 249 ~ 47.79%
G 73 of 249 ~ 29.32%
B 57 of 249 ~ 22.89%

%47.79
%29.32
%22.89

CMYK RENK MODELİ

#774939 rengi CMYK tonu (0,39,52,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.66%
  • sarı tonu 52.10%
  • ana renk tonu 53.33%
CMYK:
(0,39,52,53)
C0M39Y52K53 
(0%,39%,52%,53%)
(0.00/0.39/0.52/0.53)	

CMYK yüzdeleri

%0
%38.66
%52.1
%53.33

Codes

Color #774939 in popluar color models

774939
RGB1197357
HSL15°35.23%34.51%
HSB/HSV15°52.10%46.67%
CMYK0.00%38.66%52.10%
53.33%

Color #774939 in popluar number systems.

HEX774939
Decimal1197357
Binary11101111001001111001
Octal16711171

Shades and tints

Shades of #774939

#774939
(119,73,57)
#6D4334
(109,67,52)
#633D2F
(99,61,47)
#59372A
(89,55,42)
#4F3125
(79,49,37)
#452B20
(69,43,32)
#3B251B
(59,37,27)
#311F16
(49,31,22)
#271911
(39,25,17)
#1D130C
(29,19,12)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #774939

#774939
(119,73,57)
#83594B
(131,89,75)
#8F695D
(143,105,93)
#9B796F
(155,121,111)
#A78981
(167,137,129)
#B39993
(179,153,147)
#BFA9A5
(191,169,165)
#CBB9B7
(203,185,183)
#D7C9C9
(215,201,201)
#E3D9DB
(227,217,219)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774939; }

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

This text font color is #774939.


Background Color

.myBgColor { background-color: #774939; }

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

This div background color is #774939.


Border color

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

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

This div border color is #774939.


Opacity

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

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

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

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

This text has shadow with #774939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774939 on black background.


Color preview on white background

This text has color #774939 on white background.



Black color preview on #774939 background

This text has black color on #774939 background.


White color preview on #774939 background

This text has white color on #774939 background.