COLOR #774A61

HEX: #774A61
RGB: (119,74,97)

Renk bilgisi

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

RGB renk modeli

#774A61 color RGB value is (119,74,97).

  • kırmız ton 119;
  • yeşil ton 74;
  • mavi ton 97.
RGB:
(119,74,97)
(47%,29%,38%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 74 of 255 = 29%
B 97 of 255 = 38%

119
74
97

R + G + B ~ 38%. #774A61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 74 + 97 = 290 (100%)
R 119 of 290 ~ 41.03%
G 74 of 290 ~ 25.52%
B 97 of 290 ~ 33.45%

%41.03
%25.52
%33.45

CMYK RENK MODELİ

#774A61 rengi CMYK tonu (0,38,18,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.82%
  • sarı tonu 18.49%
  • ana renk tonu 53.33%
CMYK:
(0,38,18,53)
C0M38Y18K53 
(0%,38%,18%,53%)
(0.00/0.38/0.18/0.53)	

CMYK yüzdeleri

%0
%37.82
%18.49
%53.33

Codes

Color #774A61 in popluar color models

774A61
RGB1197497
HSL329°23.32%37.84%
HSB/HSV329°37.82%46.67%
CMYK0.00%37.82%18.49%
53.33%

Color #774A61 in popluar number systems.

HEX774A61
Decimal1197497
Binary111011110010101100001
Octal167112141

Shades and tints

Shades of #774A61

#774A61
(119,74,97)
#6D4459
(109,68,89)
#633E51
(99,62,81)
#593849
(89,56,73)
#4F3241
(79,50,65)
#452C39
(69,44,57)
#3B2631
(59,38,49)
#312029
(49,32,41)
#271A21
(39,26,33)
#1D1419
(29,20,25)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #774A61

#774A61
(119,74,97)
#835A6F
(131,90,111)
#8F6A7D
(143,106,125)
#9B7A8B
(155,122,139)
#A78A99
(167,138,153)
#B39AA7
(179,154,167)
#BFAAB5
(191,170,181)
#CBBAC3
(203,186,195)
#D7CAD1
(215,202,209)
#E3DADF
(227,218,223)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774A61 color. Also use rgb(119,74,97) instead hex code.

Text Font Color

.myTextColor { color: #774A61; }

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

This text font color is #774A61.


Background Color

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

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

This div background color is #774A61.


Border color

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

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

This div border color is #774A61.


Opacity

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

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

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

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

This text has shadow with #774A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A61 on black background.


Color preview on white background

This text has color #774A61 on white background.



Black color preview on #774A61 background

This text has black color on #774A61 background.


White color preview on #774A61 background

This text has white color on #774A61 background.