COLOR #76477F

HEX: #76477F
RGB: (118,71,127)

Renk bilgisi

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

RGB renk modeli

#76477F color RGB value is (118,71,127).

  • kırmız ton 118;
  • yeşil ton 71;
  • mavi ton 127.
RGB:
(118,71,127)
(46%,28%,50%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 71 of 255 = 28%
B 127 of 255 = 50%

118
71
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 71 + 127 = 316 (100%)
R 118 of 316 ~ 37.34%
G 71 of 316 ~ 22.47%
B 127 of 316 ~ 40.19%

%37.34
%22.47
%40.19

CMYK RENK MODELİ

#76477F rengi CMYK tonu (7,44,0,50).

  • camgöbeği tonu 7.09%
  • eflatun tonu 44.09%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(7,44,0,50)
C7M44Y0K50 
(7%,44%,0%,50%)
(0.07/0.44/0.00/0.50)	

CMYK yüzdeleri

%7.09
%44.09
%0
%50.2

Codes

Color #76477F in popluar color models

76477F
RGB11871127
HSL290°28.28%38.82%
HSB/HSV290°44.09%49.80%
CMYK7.09%44.09%0.00%
50.20%

Color #76477F in popluar number systems.

HEX76477F
Decimal11871127
Binary111011010001111111111
Octal166107177

Shades and tints

Shades of #76477F

#76477F
(118,71,127)
#6C4174
(108,65,116)
#623B69
(98,59,105)
#58355E
(88,53,94)
#4E2F53
(78,47,83)
#442948
(68,41,72)
#3A233D
(58,35,61)
#301D32
(48,29,50)
#261727
(38,23,39)
#1C111C
(28,17,28)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #76477F

#76477F
(118,71,127)
#82578A
(130,87,138)
#8E6795
(142,103,149)
#9A77A0
(154,119,160)
#A687AB
(166,135,171)
#B297B6
(178,151,182)
#BEA7C1
(190,167,193)
#CAB7CC
(202,183,204)
#D6C7D7
(214,199,215)
#E2D7E2
(226,215,226)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76477F color. Also use rgb(118,71,127) instead hex code.

Text Font Color

.myTextColor { color: #76477F; }

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

This text font color is #76477F.


Background Color

.myBgColor { background-color: #76477F; }

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

This div background color is #76477F.


Border color

.myBorderColor { border: 1px solid #76477F; }

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

This div border color is #76477F.


Opacity

.myOpacity80 { color: #76477F; opacity: 0.8; }

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

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

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

This text has shadow with #76477F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76477F on black background.


Color preview on white background

This text has color #76477F on white background.



Black color preview on #76477F background

This text has black color on #76477F background.


White color preview on #76477F background

This text has white color on #76477F background.