COLOR #776481

HEX: #776481
RGB: (119,100,129)

Renk bilgisi

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

RGB renk modeli

#776481 color RGB value is (119,100,129).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 129 of 255 = 51%

119
100
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 129 = 348 (100%)
R 119 of 348 ~ 34.2%
G 100 of 348 ~ 28.74%
B 129 of 348 ~ 37.07%

%34.2
%28.74
%37.07

CMYK RENK MODELİ

#776481 rengi CMYK tonu (8,22,0,49).

  • camgöbeği tonu 7.75%
  • eflatun tonu 22.48%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(8,22,0,49)
C8M22Y0K49 
(8%,22%,0%,49%)
(0.08/0.22/0.00/0.49)	

CMYK yüzdeleri

%7.75
%22.48
%0
%49.41

Codes

Color #776481 in popluar color models

776481
RGB119100129
HSL279°12.66%44.90%
HSB/HSV279°22.48%50.59%
CMYK7.75%22.48%0.00%
49.41%

Color #776481 in popluar number systems.

HEX776481
Decimal119100129
Binary1110111110010010000001
Octal167144201

Shades and tints

Shades of #776481

#776481
(119,100,129)
#6D5B76
(109,91,118)
#63526B
(99,82,107)
#594960
(89,73,96)
#4F4055
(79,64,85)
#45374A
(69,55,74)
#3B2E3F
(59,46,63)
#312534
(49,37,52)
#271C29
(39,28,41)
#1D131E
(29,19,30)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #776481

#776481
(119,100,129)
#83728C
(131,114,140)
#8F8097
(143,128,151)
#9B8EA2
(155,142,162)
#A79CAD
(167,156,173)
#B3AAB8
(179,170,184)
#BFB8C3
(191,184,195)
#CBC6CE
(203,198,206)
#D7D4D9
(215,212,217)
#E3E2E4
(227,226,228)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776481 color. Also use rgb(119,100,129) instead hex code.

Text Font Color

.myTextColor { color: #776481; }

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

This text font color is #776481.


Background Color

.myBgColor { background-color: #776481; }

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

This div background color is #776481.


Border color

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

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

This div border color is #776481.


Opacity

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

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

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

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

This text has shadow with #776481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776481 on black background.


Color preview on white background

This text has color #776481 on white background.



Black color preview on #776481 background

This text has black color on #776481 background.


White color preview on #776481 background

This text has white color on #776481 background.