COLOR #775776

HEX: #775776
RGB: (119,87,118)

Renk bilgisi

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

RGB renk modeli

#775776 color RGB value is (119,87,118).

  • kırmız ton 119;
  • yeşil ton 87;
  • mavi ton 118.
RGB:
(119,87,118)
(47%,34%,46%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 87 of 255 = 34%
B 118 of 255 = 46%

119
87
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 87 + 118 = 324 (100%)
R 119 of 324 ~ 36.73%
G 87 of 324 ~ 26.85%
B 118 of 324 ~ 36.42%

%36.73
%26.85
%36.42

CMYK RENK MODELİ

#775776 rengi CMYK tonu (0,27,1,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.89%
  • sarı tonu 0.84%
  • ana renk tonu 53.33%
CMYK:
(0,27,1,53)
C0M27Y1K53 
(0%,27%,1%,53%)
(0.00/0.27/0.01/0.53)	

CMYK yüzdeleri

%0
%26.89
%0.84
%53.33

Codes

Color #775776 in popluar color models

775776
RGB11987118
HSL302°15.53%40.39%
HSB/HSV302°26.89%46.67%
CMYK0.00%26.89%0.84%
53.33%

Color #775776 in popluar number systems.

HEX775776
Decimal11987118
Binary111011110101111110110
Octal167127166

Shades and tints

Shades of #775776

#775776
(119,87,118)
#6D506C
(109,80,108)
#634962
(99,73,98)
#594258
(89,66,88)
#4F3B4E
(79,59,78)
#453444
(69,52,68)
#3B2D3A
(59,45,58)
#312630
(49,38,48)
#271F26
(39,31,38)
#1D181C
(29,24,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #775776

#775776
(119,87,118)
#836682
(131,102,130)
#8F758E
(143,117,142)
#9B849A
(155,132,154)
#A793A6
(167,147,166)
#B3A2B2
(179,162,178)
#BFB1BE
(191,177,190)
#CBC0CA
(203,192,202)
#D7CFD6
(215,207,214)
#E3DEE2
(227,222,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775776 color. Also use rgb(119,87,118) instead hex code.

Text Font Color

.myTextColor { color: #775776; }

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

This text font color is #775776.


Background Color

.myBgColor { background-color: #775776; }

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

This div background color is #775776.


Border color

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

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

This div border color is #775776.


Opacity

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

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

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

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

This text has shadow with #775776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775776 on black background.


Color preview on white background

This text has color #775776 on white background.



Black color preview on #775776 background

This text has black color on #775776 background.


White color preview on #775776 background

This text has white color on #775776 background.