COLOR #775079

HEX: #775079
RGB: (119,80,121)

Renk bilgisi

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

RGB renk modeli

#775079 color RGB value is (119,80,121).

  • kırmız ton 119;
  • yeşil ton 80;
  • mavi ton 121.
RGB:
(119,80,121)
(47%,31%,47%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 80 of 255 = 31%
B 121 of 255 = 47%

119
80
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 80 + 121 = 320 (100%)
R 119 of 320 ~ 37.19%
G 80 of 320 ~ 25%
B 121 of 320 ~ 37.81%

%37.19
%25
%37.81

CMYK RENK MODELİ

#775079 rengi CMYK tonu (2,34,0,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 33.88%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(2,34,0,53)
C2M34Y0K53 
(2%,34%,0%,53%)
(0.02/0.34/0.00/0.53)	

CMYK yüzdeleri

%1.65
%33.88
%0
%52.55

Codes

Color #775079 in popluar color models

775079
RGB11980121
HSL297°20.40%39.41%
HSB/HSV297°33.88%47.45%
CMYK1.65%33.88%0.00%
52.55%

Color #775079 in popluar number systems.

HEX775079
Decimal11980121
Binary111011110100001111001
Octal167120171

Shades and tints

Shades of #775079

#775079
(119,80,121)
#6D496E
(109,73,110)
#634263
(99,66,99)
#593B58
(89,59,88)
#4F344D
(79,52,77)
#452D42
(69,45,66)
#3B2637
(59,38,55)
#311F2C
(49,31,44)
#271821
(39,24,33)
#1D1116
(29,17,22)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #775079

#775079
(119,80,121)
#835F85
(131,95,133)
#8F6E91
(143,110,145)
#9B7D9D
(155,125,157)
#A78CA9
(167,140,169)
#B39BB5
(179,155,181)
#BFAAC1
(191,170,193)
#CBB9CD
(203,185,205)
#D7C8D9
(215,200,217)
#E3D7E5
(227,215,229)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775079 color. Also use rgb(119,80,121) instead hex code.

Text Font Color

.myTextColor { color: #775079; }

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

This text font color is #775079.


Background Color

.myBgColor { background-color: #775079; }

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

This div background color is #775079.


Border color

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

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

This div border color is #775079.


Opacity

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

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

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

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

This text has shadow with #775079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775079 on black background.


Color preview on white background

This text has color #775079 on white background.



Black color preview on #775079 background

This text has black color on #775079 background.


White color preview on #775079 background

This text has white color on #775079 background.