COLOR #774976

HEX: #774976
RGB: (119,73,118)

Renk bilgisi

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

RGB renk modeli

#774976 color RGB value is (119,73,118).

  • kırmız ton 119;
  • yeşil ton 73;
  • mavi ton 118.
RGB:
(119,73,118)
(47%,29%,46%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 73 of 255 = 29%
B 118 of 255 = 46%

119
73
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 73 + 118 = 310 (100%)
R 119 of 310 ~ 38.39%
G 73 of 310 ~ 23.55%
B 118 of 310 ~ 38.06%

%38.39
%23.55
%38.06

CMYK RENK MODELİ

#774976 rengi CMYK tonu (0,39,1,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.66%
  • sarı tonu 0.84%
  • ana renk tonu 53.33%
CMYK:
(0,39,1,53)
C0M39Y1K53 
(0%,39%,1%,53%)
(0.00/0.39/0.01/0.53)	

CMYK yüzdeleri

%0
%38.66
%0.84
%53.33

Codes

Color #774976 in popluar color models

774976
RGB11973118
HSL301°23.96%37.65%
HSB/HSV301°38.66%46.67%
CMYK0.00%38.66%0.84%
53.33%

Color #774976 in popluar number systems.

HEX774976
Decimal11973118
Binary111011110010011110110
Octal167111166

Shades and tints

Shades of #774976

#774976
(119,73,118)
#6D436C
(109,67,108)
#633D62
(99,61,98)
#593758
(89,55,88)
#4F314E
(79,49,78)
#452B44
(69,43,68)
#3B253A
(59,37,58)
#311F30
(49,31,48)
#271926
(39,25,38)
#1D131C
(29,19,28)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #774976

#774976
(119,73,118)
#835982
(131,89,130)
#8F698E
(143,105,142)
#9B799A
(155,121,154)
#A789A6
(167,137,166)
#B399B2
(179,153,178)
#BFA9BE
(191,169,190)
#CBB9CA
(203,185,202)
#D7C9D6
(215,201,214)
#E3D9E2
(227,217,226)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774976 color. Also use rgb(119,73,118) instead hex code.

Text Font Color

.myTextColor { color: #774976; }

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

This text font color is #774976.


Background Color

.myBgColor { background-color: #774976; }

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

This div background color is #774976.


Border color

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

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

This div border color is #774976.


Opacity

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

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

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

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

This text has shadow with #774976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774976 on black background.


Color preview on white background

This text has color #774976 on white background.



Black color preview on #774976 background

This text has black color on #774976 background.


White color preview on #774976 background

This text has white color on #774976 background.