COLOR #77127F

HEX: #77127F
RGB: (119,18,127)

Renk bilgisi

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

RGB renk modeli

#77127F color RGB value is (119,18,127).

  • kırmız ton 119;
  • yeşil ton 18;
  • mavi ton 127.
RGB:
(119,18,127)
(47%,7%,50%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 18 of 255 = 7%
B 127 of 255 = 50%

119
18
127

R + G + B ~ 35%. #77127F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 18 + 127 = 264 (100%)
R 119 of 264 ~ 45.08%
G 18 of 264 ~ 6.82%
B 127 of 264 ~ 48.11%

%45.08
%48.11

CMYK RENK MODELİ

#77127F rengi CMYK tonu (6,86,0,50).

  • camgöbeği tonu 6.30%
  • eflatun tonu 85.83%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(6,86,0,50)
C6M86Y0K50 
(6%,86%,0%,50%)
(0.06/0.86/0.00/0.50)	

CMYK yüzdeleri

%6.3
%85.83
%0
%50.2

Codes

Color #77127F in popluar color models

77127F
RGB11918127
HSL296°75.17%28.43%
HSB/HSV296°85.83%49.80%
CMYK6.30%85.83%0.00%
50.20%

Color #77127F in popluar number systems.

HEX77127F
Decimal11918127
Binary1110111100101111111
Octal16722177

Shades and tints

Shades of #77127F

#77127F
(119,18,127)
#6D1174
(109,17,116)
#631069
(99,16,105)
#590F5E
(89,15,94)
#4F0E53
(79,14,83)
#450D48
(69,13,72)
#3B0C3D
(59,12,61)
#310B32
(49,11,50)
#270A27
(39,10,39)
#1D091C
(29,9,28)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #77127F

#77127F
(119,18,127)
#83278A
(131,39,138)
#8F3C95
(143,60,149)
#9B51A0
(155,81,160)
#A766AB
(167,102,171)
#B37BB6
(179,123,182)
#BF90C1
(191,144,193)
#CBA5CC
(203,165,204)
#D7BAD7
(215,186,215)
#E3CFE2
(227,207,226)
#EFE4ED
(239,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77127F color. Also use rgb(119,18,127) instead hex code.

Text Font Color

.myTextColor { color: #77127F; }

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

This text font color is #77127F.


Background Color

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

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

This div background color is #77127F.


Border color

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

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

This div border color is #77127F.


Opacity

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

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

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

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

This text has shadow with #77127F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77127F on black background.


Color preview on white background

This text has color #77127F on white background.



Black color preview on #77127F background

This text has black color on #77127F background.


White color preview on #77127F background

This text has white color on #77127F background.