COLOR #770476

HEX: #770476
RGB: (119,4,118)

Renk bilgisi

#770476 contains mainly red and blue colors. #770476 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#770476 color RGB value is (119,4,118).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 4 of 255 = 2%
B 118 of 255 = 46%

119
4
118

R + G + B ~ 32%. #770476 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 4 + 118 = 241 (100%)
R 119 of 241 ~ 49.38%
G 4 of 241 ~ 1.66%
B 118 of 241 ~ 48.96%

%49.38
%48.96

CMYK RENK MODELİ

#770476 rengi CMYK tonu (0,97,1,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.64%
  • sarı tonu 0.84%
  • ana renk tonu 53.33%
CMYK:
(0,97,1,53)
C0M97Y1K53 
(0%,97%,1%,53%)
(0.00/0.97/0.01/0.53)	

CMYK yüzdeleri

%0
%96.64
%0.84
%53.33

Codes

Color #770476 in popluar color models

770476
RGB1194118
HSL301°93.50%24.12%
HSB/HSV301°96.64%46.67%
CMYK0.00%96.64%0.84%
53.33%

Color #770476 in popluar number systems.

HEX770476
Decimal1194118
Binary11101111001110110
Octal1674166

Shades and tints

Shades of #770476

#770476
(119,4,118)
#6D046C
(109,4,108)
#630462
(99,4,98)
#590458
(89,4,88)
#4F044E
(79,4,78)
#450444
(69,4,68)
#3B043A
(59,4,58)
#310430
(49,4,48)
#270426
(39,4,38)
#1D041C
(29,4,28)
#130412
(19,4,18)
#000000
(0,0,0)

Tints of #770476

#770476
(119,4,118)
#831A82
(131,26,130)
#8F308E
(143,48,142)
#9B469A
(155,70,154)
#A75CA6
(167,92,166)
#B372B2
(179,114,178)
#BF88BE
(191,136,190)
#CB9ECA
(203,158,202)
#D7B4D6
(215,180,214)
#E3CAE2
(227,202,226)
#EFE0EE
(239,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #770476; }

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

This text font color is #770476.


Background Color

.myBgColor { background-color: #770476; }

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

This div background color is #770476.


Border color

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

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

This div border color is #770476.


Opacity

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

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

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

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

This text has shadow with #770476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770476 on black background.


Color preview on white background

This text has color #770476 on white background.



Black color preview on #770476 background

This text has black color on #770476 background.


White color preview on #770476 background

This text has white color on #770476 background.