COLOR #776388

HEX: #776388
RGB: (119,99,136)

Renk bilgisi

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

RGB renk modeli

#776388 color RGB value is (119,99,136).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 99 of 255 = 39%
B 136 of 255 = 53%

119
99
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 99 + 136 = 354 (100%)
R 119 of 354 ~ 33.62%
G 99 of 354 ~ 27.97%
B 136 of 354 ~ 38.42%

%33.62
%27.97
%38.42

CMYK RENK MODELİ

#776388 rengi CMYK tonu (13,27,0,47).

  • camgöbeği tonu 12.50%
  • eflatun tonu 27.21%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(13,27,0,47)
C13M27Y0K47 
(13%,27%,0%,47%)
(0.13/0.27/0.00/0.47)	

CMYK yüzdeleri

%12.5
%27.21
%0
%46.67

Codes

Color #776388 in popluar color models

776388
RGB11999136
HSL272°15.74%46.08%
HSB/HSV272°27.21%53.33%
CMYK12.50%27.21%0.00%
46.67%

Color #776388 in popluar number systems.

HEX776388
Decimal11999136
Binary1110111110001110001000
Octal167143210

Shades and tints

Shades of #776388

#776388
(119,99,136)
#6D5A7C
(109,90,124)
#635170
(99,81,112)
#594864
(89,72,100)
#4F3F58
(79,63,88)
#45364C
(69,54,76)
#3B2D40
(59,45,64)
#312434
(49,36,52)
#271B28
(39,27,40)
#1D121C
(29,18,28)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #776388

#776388
(119,99,136)
#837192
(131,113,146)
#8F7F9C
(143,127,156)
#9B8DA6
(155,141,166)
#A79BB0
(167,155,176)
#B3A9BA
(179,169,186)
#BFB7C4
(191,183,196)
#CBC5CE
(203,197,206)
#D7D3D8
(215,211,216)
#E3E1E2
(227,225,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776388; }

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

This text font color is #776388.


Background Color

.myBgColor { background-color: #776388; }

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

This div background color is #776388.


Border color

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

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

This div border color is #776388.


Opacity

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

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

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

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

This text has shadow with #776388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776388 on black background.


Color preview on white background

This text has color #776388 on white background.



Black color preview on #776388 background

This text has black color on #776388 background.


White color preview on #776388 background

This text has white color on #776388 background.