COLOR #774A63

HEX: #774A63
RGB: (119,74,99)

Renk bilgisi

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

RGB renk modeli

#774A63 color RGB value is (119,74,99).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 74 of 255 = 29%
B 99 of 255 = 39%

119
74
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 74 + 99 = 292 (100%)
R 119 of 292 ~ 40.75%
G 74 of 292 ~ 25.34%
B 99 of 292 ~ 33.9%

%40.75
%25.34
%33.9

CMYK RENK MODELİ

#774A63 rengi CMYK tonu (0,38,17,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.82%
  • sarı tonu 16.81%
  • ana renk tonu 53.33%
CMYK:
(0,38,17,53)
C0M38Y17K53 
(0%,38%,17%,53%)
(0.00/0.38/0.17/0.53)	

CMYK yüzdeleri

%0
%37.82
%16.81
%53.33

Codes

Color #774A63 in popluar color models

774A63
RGB1197499
HSL327°23.32%37.84%
HSB/HSV327°37.82%46.67%
CMYK0.00%37.82%16.81%
53.33%

Color #774A63 in popluar number systems.

HEX774A63
Decimal1197499
Binary111011110010101100011
Octal167112143

Shades and tints

Shades of #774A63

#774A63
(119,74,99)
#6D445A
(109,68,90)
#633E51
(99,62,81)
#593848
(89,56,72)
#4F323F
(79,50,63)
#452C36
(69,44,54)
#3B262D
(59,38,45)
#312024
(49,32,36)
#271A1B
(39,26,27)
#1D1412
(29,20,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #774A63

#774A63
(119,74,99)
#835A71
(131,90,113)
#8F6A7F
(143,106,127)
#9B7A8D
(155,122,141)
#A78A9B
(167,138,155)
#B39AA9
(179,154,169)
#BFAAB7
(191,170,183)
#CBBAC5
(203,186,197)
#D7CAD3
(215,202,211)
#E3DAE1
(227,218,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A63; }

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

This text font color is #774A63.


Background Color

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

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

This div background color is #774A63.


Border color

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

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

This div border color is #774A63.


Opacity

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

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

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

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

This text has shadow with #774A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A63 on black background.


Color preview on white background

This text has color #774A63 on white background.



Black color preview on #774A63 background

This text has black color on #774A63 background.


White color preview on #774A63 background

This text has white color on #774A63 background.