COLOR #775997

HEX: #775997
RGB: (119,89,151)

Renk bilgisi

#775997 contains mainly red and blue colors. #775997 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#775997 color RGB value is (119,89,151).

  • kırmız ton 119;
  • yeşil ton 89;
  • mavi ton 151.
RGB:
(119,89,151)
(47%,35%,59%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 89 of 255 = 35%
B 151 of 255 = 59%

119
89
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 89 + 151 = 359 (100%)
R 119 of 359 ~ 33.15%
G 89 of 359 ~ 24.79%
B 151 of 359 ~ 42.06%

%33.15
%24.79
%42.06

CMYK RENK MODELİ

#775997 rengi CMYK tonu (21,41,0,41).

  • camgöbeği tonu 21.19%
  • eflatun tonu 41.06%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(21,41,0,41)
C21M41Y0K41 
(21%,41%,0%,41%)
(0.21/0.41/0.00/0.41)	

CMYK yüzdeleri

%21.19
%41.06
%0
%40.78

Codes

Color #775997 in popluar color models

775997
RGB11989151
HSL269°25.83%47.06%
HSB/HSV269°41.06%59.22%
CMYK21.19%41.06%0.00%
40.78%

Color #775997 in popluar number systems.

HEX775997
Decimal11989151
Binary1110111101100110010111
Octal167131227

Shades and tints

Shades of #775997

#775997
(119,89,151)
#6D518A
(109,81,138)
#63497D
(99,73,125)
#594170
(89,65,112)
#4F3963
(79,57,99)
#453156
(69,49,86)
#3B2949
(59,41,73)
#31213C
(49,33,60)
#27192F
(39,25,47)
#1D1122
(29,17,34)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #775997

#775997
(119,89,151)
#8368A0
(131,104,160)
#8F77A9
(143,119,169)
#9B86B2
(155,134,178)
#A795BB
(167,149,187)
#B3A4C4
(179,164,196)
#BFB3CD
(191,179,205)
#CBC2D6
(203,194,214)
#D7D1DF
(215,209,223)
#E3E0E8
(227,224,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775997 color. Also use rgb(119,89,151) instead hex code.

Text Font Color

.myTextColor { color: #775997; }

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

This text font color is #775997.


Background Color

.myBgColor { background-color: #775997; }

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

This div background color is #775997.


Border color

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

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

This div border color is #775997.


Opacity

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

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

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

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

This text has shadow with #775997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775997 on black background.


Color preview on white background

This text has color #775997 on white background.



Black color preview on #775997 background

This text has black color on #775997 background.


White color preview on #775997 background

This text has white color on #775997 background.