COLOR #776581

HEX: #776581
RGB: (119,101,129)

Renk bilgisi

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

RGB renk modeli

#776581 color RGB value is (119,101,129).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 101 of 255 = 40%
B 129 of 255 = 51%

119
101
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 101 + 129 = 349 (100%)
R 119 of 349 ~ 34.1%
G 101 of 349 ~ 28.94%
B 129 of 349 ~ 36.96%

%34.1
%28.94
%36.96

CMYK RENK MODELİ

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

  • camgöbeği tonu 7.75%
  • eflatun tonu 21.71%
  • 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
%21.71
%0
%49.41

Codes

Color #776581 in popluar color models

776581
RGB119101129
HSL279°12.17%45.10%
HSB/HSV279°21.71%50.59%
CMYK7.75%21.71%0.00%
49.41%

Color #776581 in popluar number systems.

HEX776581
Decimal119101129
Binary1110111110010110000001
Octal167145201

Shades and tints

Shades of #776581

#776581
(119,101,129)
#6D5C76
(109,92,118)
#63536B
(99,83,107)
#594A60
(89,74,96)
#4F4155
(79,65,85)
#45384A
(69,56,74)
#3B2F3F
(59,47,63)
#312634
(49,38,52)
#271D29
(39,29,41)
#1D141E
(29,20,30)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #776581

#776581
(119,101,129)
#83738C
(131,115,140)
#8F8197
(143,129,151)
#9B8FA2
(155,143,162)
#A79DAD
(167,157,173)
#B3ABB8
(179,171,184)
#BFB9C3
(191,185,195)
#CBC7CE
(203,199,206)
#D7D5D9
(215,213,217)
#E3E3E4
(227,227,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776581; }

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

This text font color is #776581.


Background Color

.myBgColor { background-color: #776581; }

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

This div background color is #776581.


Border color

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

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

This div border color is #776581.


Opacity

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

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

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

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

This text has shadow with #776581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776581 on black background.


Color preview on white background

This text has color #776581 on white background.



Black color preview on #776581 background

This text has black color on #776581 background.


White color preview on #776581 background

This text has white color on #776581 background.