COLOR #774472

HEX: #774472
RGB: (119,68,114)

Renk bilgisi

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

RGB renk modeli

#774472 color RGB value is (119,68,114).

  • kırmız ton 119;
  • yeşil ton 68;
  • mavi ton 114.
RGB:
(119,68,114)
(47%,27%,45%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 68 of 255 = 27%
B 114 of 255 = 45%

119
68
114

R + G + B ~ 40%. #774472 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 68 + 114 = 301 (100%)
R 119 of 301 ~ 39.53%
G 68 of 301 ~ 22.59%
B 114 of 301 ~ 37.87%

%39.53
%22.59
%37.87

CMYK RENK MODELİ

#774472 rengi CMYK tonu (0,43,4,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.86%
  • sarı tonu 4.20%
  • ana renk tonu 53.33%
CMYK:
(0,43,4,53)
C0M43Y4K53 
(0%,43%,4%,53%)
(0.00/0.43/0.04/0.53)	

CMYK yüzdeleri

%0
%42.86
%4.2
%53.33

Codes

Color #774472 in popluar color models

774472
RGB11968114
HSL306°27.27%36.67%
HSB/HSV306°42.86%46.67%
CMYK0.00%42.86%4.20%
53.33%

Color #774472 in popluar number systems.

HEX774472
Decimal11968114
Binary111011110001001110010
Octal167104162

Shades and tints

Shades of #774472

#774472
(119,68,114)
#6D3E68
(109,62,104)
#63385E
(99,56,94)
#593254
(89,50,84)
#4F2C4A
(79,44,74)
#452640
(69,38,64)
#3B2036
(59,32,54)
#311A2C
(49,26,44)
#271422
(39,20,34)
#1D0E18
(29,14,24)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #774472

#774472
(119,68,114)
#83557E
(131,85,126)
#8F668A
(143,102,138)
#9B7796
(155,119,150)
#A788A2
(167,136,162)
#B399AE
(179,153,174)
#BFAABA
(191,170,186)
#CBBBC6
(203,187,198)
#D7CCD2
(215,204,210)
#E3DDDE
(227,221,222)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774472 color. Also use rgb(119,68,114) instead hex code.

Text Font Color

.myTextColor { color: #774472; }

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

This text font color is #774472.


Background Color

.myBgColor { background-color: #774472; }

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

This div background color is #774472.


Border color

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

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

This div border color is #774472.


Opacity

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

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

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

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

This text has shadow with #774472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774472 on black background.


Color preview on white background

This text has color #774472 on white background.



Black color preview on #774472 background

This text has black color on #774472 background.


White color preview on #774472 background

This text has white color on #774472 background.