COLOR #776D92

HEX: #776D92
RGB: (119,109,146)

Renk bilgisi

#776D92 contains red, green and blue colors in about the same proportion. #776D92 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#776D92 color RGB value is (119,109,146).

  • kırmız ton 119;
  • yeşil ton 109;
  • mavi ton 146.
RGB:
(119,109,146)
(47%,43%,57%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 146 of 255 = 57%

119
109
146

R + G + B ~ 49%. #776D92 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 146 = 374 (100%)
R 119 of 374 ~ 31.82%
G 109 of 374 ~ 29.14%
B 146 of 374 ~ 39.04%

%31.82
%29.14
%39.04

CMYK RENK MODELİ

#776D92 rengi CMYK tonu (18,25,0,43).

  • camgöbeği tonu 18.49%
  • eflatun tonu 25.34%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(18,25,0,43)
C18M25Y0K43 
(18%,25%,0%,43%)
(0.18/0.25/0.00/0.43)	

CMYK yüzdeleri

%18.49
%25.34
%0
%42.75

Codes

Color #776D92 in popluar color models

776D92
RGB119109146
HSL256°14.51%50.00%
HSB/HSV256°25.34%57.25%
CMYK18.49%25.34%0.00%
42.75%

Color #776D92 in popluar number systems.

HEX776D92
Decimal119109146
Binary1110111110110110010010
Octal167155222

Shades and tints

Shades of #776D92

#776D92
(119,109,146)
#6D6485
(109,100,133)
#635B78
(99,91,120)
#59526B
(89,82,107)
#4F495E
(79,73,94)
#454051
(69,64,81)
#3B3744
(59,55,68)
#312E37
(49,46,55)
#27252A
(39,37,42)
#1D1C1D
(29,28,29)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #776D92

#776D92
(119,109,146)
#837A9B
(131,122,155)
#8F87A4
(143,135,164)
#9B94AD
(155,148,173)
#A7A1B6
(167,161,182)
#B3AEBF
(179,174,191)
#BFBBC8
(191,187,200)
#CBC8D1
(203,200,209)
#D7D5DA
(215,213,218)
#E3E2E3
(227,226,227)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D92 color. Also use rgb(119,109,146) instead hex code.

Text Font Color

.myTextColor { color: #776D92; }

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

This text font color is #776D92.


Background Color

.myBgColor { background-color: #776D92; }

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

This div background color is #776D92.


Border color

.myBorderColor { border: 1px solid #776D92; }

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

This div border color is #776D92.


Opacity

.myOpacity80 { color: #776D92; opacity: 0.8; }

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

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

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

This text has shadow with #776D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D92 on black background.


Color preview on white background

This text has color #776D92 on white background.



Black color preview on #776D92 background

This text has black color on #776D92 background.


White color preview on #776D92 background

This text has white color on #776D92 background.