COLOR #776382

HEX: #776382
RGB: (119,99,130)

Renk bilgisi

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

RGB renk modeli

#776382 color RGB value is (119,99,130).

  • kırmız ton 119;
  • yeşil ton 99;
  • mavi ton 130.
RGB:
(119,99,130)
(47%,39%,51%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 99 of 255 = 39%
B 130 of 255 = 51%

119
99
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 99 + 130 = 348 (100%)
R 119 of 348 ~ 34.2%
G 99 of 348 ~ 28.45%
B 130 of 348 ~ 37.36%

%34.2
%28.45
%37.36

CMYK RENK MODELİ

#776382 rengi CMYK tonu (8,24,0,49).

  • camgöbeği tonu 8.46%
  • eflatun tonu 23.85%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(8,24,0,49)
C8M24Y0K49 
(8%,24%,0%,49%)
(0.08/0.24/0.00/0.49)	

CMYK yüzdeleri

%8.46
%23.85
%0
%49.02

Codes

Color #776382 in popluar color models

776382
RGB11999130
HSL279°13.54%44.90%
HSB/HSV279°23.85%50.98%
CMYK8.46%23.85%0.00%
49.02%

Color #776382 in popluar number systems.

HEX776382
Decimal11999130
Binary1110111110001110000010
Octal167143202

Shades and tints

Shades of #776382

#776382
(119,99,130)
#6D5A77
(109,90,119)
#63516C
(99,81,108)
#594861
(89,72,97)
#4F3F56
(79,63,86)
#45364B
(69,54,75)
#3B2D40
(59,45,64)
#312435
(49,36,53)
#271B2A
(39,27,42)
#1D121F
(29,18,31)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #776382

#776382
(119,99,130)
#83718D
(131,113,141)
#8F7F98
(143,127,152)
#9B8DA3
(155,141,163)
#A79BAE
(167,155,174)
#B3A9B9
(179,169,185)
#BFB7C4
(191,183,196)
#CBC5CF
(203,197,207)
#D7D3DA
(215,211,218)
#E3E1E5
(227,225,229)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776382 color. Also use rgb(119,99,130) instead hex code.

Text Font Color

.myTextColor { color: #776382; }

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

This text font color is #776382.


Background Color

.myBgColor { background-color: #776382; }

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

This div background color is #776382.


Border color

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

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

This div border color is #776382.


Opacity

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

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

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

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

This text has shadow with #776382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776382 on black background.


Color preview on white background

This text has color #776382 on white background.



Black color preview on #776382 background

This text has black color on #776382 background.


White color preview on #776382 background

This text has white color on #776382 background.