COLOR #774770

HEX: #774770
RGB: (119,71,112)

Renk bilgisi

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

RGB renk modeli

#774770 color RGB value is (119,71,112).

  • kırmız ton 119;
  • yeşil ton 71;
  • mavi ton 112.
RGB:
(119,71,112)
(47%,28%,44%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 71 of 255 = 28%
B 112 of 255 = 44%

119
71
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 71 + 112 = 302 (100%)
R 119 of 302 ~ 39.4%
G 71 of 302 ~ 23.51%
B 112 of 302 ~ 37.09%

%39.4
%23.51
%37.09

CMYK RENK MODELİ

#774770 rengi CMYK tonu (0,40,6,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.34%
  • sarı tonu 5.88%
  • ana renk tonu 53.33%
CMYK:
(0,40,6,53)
C0M40Y6K53 
(0%,40%,6%,53%)
(0.00/0.40/0.06/0.53)	

CMYK yüzdeleri

%0
%40.34
%5.88
%53.33

Codes

Color #774770 in popluar color models

774770
RGB11971112
HSL309°25.26%37.25%
HSB/HSV309°40.34%46.67%
CMYK0.00%40.34%5.88%
53.33%

Color #774770 in popluar number systems.

HEX774770
Decimal11971112
Binary111011110001111110000
Octal167107160

Shades and tints

Shades of #774770

#774770
(119,71,112)
#6D4166
(109,65,102)
#633B5C
(99,59,92)
#593552
(89,53,82)
#4F2F48
(79,47,72)
#45293E
(69,41,62)
#3B2334
(59,35,52)
#311D2A
(49,29,42)
#271720
(39,23,32)
#1D1116
(29,17,22)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #774770

#774770
(119,71,112)
#83577D
(131,87,125)
#8F678A
(143,103,138)
#9B7797
(155,119,151)
#A787A4
(167,135,164)
#B397B1
(179,151,177)
#BFA7BE
(191,167,190)
#CBB7CB
(203,183,203)
#D7C7D8
(215,199,216)
#E3D7E5
(227,215,229)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774770 color. Also use rgb(119,71,112) instead hex code.

Text Font Color

.myTextColor { color: #774770; }

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

This text font color is #774770.


Background Color

.myBgColor { background-color: #774770; }

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

This div background color is #774770.


Border color

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

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

This div border color is #774770.


Opacity

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

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

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

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

This text has shadow with #774770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774770 on black background.


Color preview on white background

This text has color #774770 on white background.



Black color preview on #774770 background

This text has black color on #774770 background.


White color preview on #774770 background

This text has white color on #774770 background.