COLOR #774766

HEX: #774766
RGB: (119,71,102)

Renk bilgisi

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

RGB renk modeli

#774766 color RGB value is (119,71,102).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 71 of 255 = 28%
B 102 of 255 = 40%

119
71
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 71 + 102 = 292 (100%)
R 119 of 292 ~ 40.75%
G 71 of 292 ~ 24.32%
B 102 of 292 ~ 34.93%

%40.75
%24.32
%34.93

CMYK RENK MODELİ

#774766 rengi CMYK tonu (0,40,14,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.34%
  • sarı tonu 14.29%
  • ana renk tonu 53.33%
CMYK:
(0,40,14,53)
C0M40Y14K53 
(0%,40%,14%,53%)
(0.00/0.40/0.14/0.53)	

CMYK yüzdeleri

%0
%40.34
%14.29
%53.33

Codes

Color #774766 in popluar color models

774766
RGB11971102
HSL321°25.26%37.25%
HSB/HSV321°40.34%46.67%
CMYK0.00%40.34%14.29%
53.33%

Color #774766 in popluar number systems.

HEX774766
Decimal11971102
Binary111011110001111100110
Octal167107146

Shades and tints

Shades of #774766

#774766
(119,71,102)
#6D415D
(109,65,93)
#633B54
(99,59,84)
#59354B
(89,53,75)
#4F2F42
(79,47,66)
#452939
(69,41,57)
#3B2330
(59,35,48)
#311D27
(49,29,39)
#27171E
(39,23,30)
#1D1115
(29,17,21)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #774766

#774766
(119,71,102)
#835773
(131,87,115)
#8F6780
(143,103,128)
#9B778D
(155,119,141)
#A7879A
(167,135,154)
#B397A7
(179,151,167)
#BFA7B4
(191,167,180)
#CBB7C1
(203,183,193)
#D7C7CE
(215,199,206)
#E3D7DB
(227,215,219)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774766; }

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

This text font color is #774766.


Background Color

.myBgColor { background-color: #774766; }

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

This div background color is #774766.


Border color

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

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

This div border color is #774766.


Opacity

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

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

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

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

This text has shadow with #774766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774766 on black background.


Color preview on white background

This text has color #774766 on white background.



Black color preview on #774766 background

This text has black color on #774766 background.


White color preview on #774766 background

This text has white color on #774766 background.