COLOR #776588

HEX: #776588
RGB: (119,101,136)

Renk bilgisi

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

RGB renk modeli

#776588 color RGB value is (119,101,136).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 101 of 255 = 40%
B 136 of 255 = 53%

119
101
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 101 + 136 = 356 (100%)
R 119 of 356 ~ 33.43%
G 101 of 356 ~ 28.37%
B 136 of 356 ~ 38.2%

%33.43
%28.37
%38.2

CMYK RENK MODELİ

#776588 rengi CMYK tonu (13,26,0,47).

  • camgöbeği tonu 12.50%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(13,26,0,47)
C13M26Y0K47 
(13%,26%,0%,47%)
(0.13/0.26/0.00/0.47)	

CMYK yüzdeleri

%12.5
%25.74
%0
%46.67

Codes

Color #776588 in popluar color models

776588
RGB119101136
HSL271°14.77%46.47%
HSB/HSV271°25.74%53.33%
CMYK12.50%25.74%0.00%
46.67%

Color #776588 in popluar number systems.

HEX776588
Decimal119101136
Binary1110111110010110001000
Octal167145210

Shades and tints

Shades of #776588

#776588
(119,101,136)
#6D5C7C
(109,92,124)
#635370
(99,83,112)
#594A64
(89,74,100)
#4F4158
(79,65,88)
#45384C
(69,56,76)
#3B2F40
(59,47,64)
#312634
(49,38,52)
#271D28
(39,29,40)
#1D141C
(29,20,28)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #776588

#776588
(119,101,136)
#837392
(131,115,146)
#8F819C
(143,129,156)
#9B8FA6
(155,143,166)
#A79DB0
(167,157,176)
#B3ABBA
(179,171,186)
#BFB9C4
(191,185,196)
#CBC7CE
(203,199,206)
#D7D5D8
(215,213,216)
#E3E3E2
(227,227,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776588; }

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

This text font color is #776588.


Background Color

.myBgColor { background-color: #776588; }

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

This div background color is #776588.


Border color

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

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

This div border color is #776588.


Opacity

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

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

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

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

This text has shadow with #776588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776588 on black background.


Color preview on white background

This text has color #776588 on white background.



Black color preview on #776588 background

This text has black color on #776588 background.


White color preview on #776588 background

This text has white color on #776588 background.