COLOR #775C77

HEX: #775C77
RGB: (119,92,119)

Renk bilgisi

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

RGB renk modeli

#775C77 color RGB value is (119,92,119).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 92 of 255 = 36%
B 119 of 255 = 47%

119
92
119

R + G + B ~ 43%. #775C77 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 92 + 119 = 330 (100%)
R 119 of 330 ~ 36.06%
G 92 of 330 ~ 27.88%
B 119 of 330 ~ 36.06%

%36.06
%27.88
%36.06

CMYK RENK MODELİ

#775C77 rengi CMYK tonu (0,23,0,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.69%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(0,23,0,53)
C0M23Y0K53 
(0%,23%,0%,53%)
(0.00/0.23/0.00/0.53)	

CMYK yüzdeleri

%0
%22.69
%0
%53.33

Codes

Color #775C77 in popluar color models

775C77
RGB11992119
HSL300°12.80%41.37%
HSB/HSV300°22.69%46.67%
CMYK0.00%22.69%0.00%
53.33%

Color #775C77 in popluar number systems.

HEX775C77
Decimal11992119
Binary111011110111001110111
Octal167134167

Shades and tints

Shades of #775C77

#775C77
(119,92,119)
#6D546D
(109,84,109)
#634C63
(99,76,99)
#594459
(89,68,89)
#4F3C4F
(79,60,79)
#453445
(69,52,69)
#3B2C3B
(59,44,59)
#312431
(49,36,49)
#271C27
(39,28,39)
#1D141D
(29,20,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #775C77

#775C77
(119,92,119)
#836A83
(131,106,131)
#8F788F
(143,120,143)
#9B869B
(155,134,155)
#A794A7
(167,148,167)
#B3A2B3
(179,162,179)
#BFB0BF
(191,176,191)
#CBBECB
(203,190,203)
#D7CCD7
(215,204,215)
#E3DAE3
(227,218,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775C77 color. Also use rgb(119,92,119) instead hex code.

Text Font Color

.myTextColor { color: #775C77; }

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

This text font color is #775C77.


Background Color

.myBgColor { background-color: #775C77; }

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

This div background color is #775C77.


Border color

.myBorderColor { border: 1px solid #775C77; }

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

This div border color is #775C77.


Opacity

.myOpacity80 { color: #775C77; opacity: 0.8; }

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

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

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

This text has shadow with #775C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C77 on black background.


Color preview on white background

This text has color #775C77 on white background.



Black color preview on #775C77 background

This text has black color on #775C77 background.


White color preview on #775C77 background

This text has white color on #775C77 background.