COLOR #7777AD

HEX: #7777AD
RGB: (119,119,173)

Renk bilgisi

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

RGB renk modeli

#7777AD color RGB value is (119,119,173).

  • kırmız ton 119;
  • yeşil ton 119;
  • mavi ton 173.
RGB:
(119,119,173)
(47%,47%,68%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 119 of 255 = 47%
B 173 of 255 = 68%

119
119
173

R + G + B ~ 54%. #7777AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 119 + 173 = 411 (100%)
R 119 of 411 ~ 28.95%
G 119 of 411 ~ 28.95%
B 173 of 411 ~ 42.09%

%28.95
%28.95
%42.09

CMYK RENK MODELİ

#7777AD rengi CMYK tonu (31,31,0,32).

  • camgöbeği tonu 31.21%
  • eflatun tonu 31.21%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(31,31,0,32)
C31M31Y0K32 
(31%,31%,0%,32%)
(0.31/0.31/0.00/0.32)	

CMYK yüzdeleri

%31.21
%31.21
%0
%32.16

Codes

Color #7777AD in popluar color models

7777AD
RGB119119173
HSL240°24.77%57.25%
HSB/HSV240°31.21%67.84%
CMYK31.21%31.21%0.00%
32.16%

Color #7777AD in popluar number systems.

HEX7777AD
Decimal119119173
Binary1110111111011110101101
Octal167167255

Shades and tints

Shades of #7777AD

#7777AD
(119,119,173)
#6D6D9E
(109,109,158)
#63638F
(99,99,143)
#595980
(89,89,128)
#4F4F71
(79,79,113)
#454562
(69,69,98)
#3B3B53
(59,59,83)
#313144
(49,49,68)
#272735
(39,39,53)
#1D1D26
(29,29,38)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #7777AD

#7777AD
(119,119,173)
#8383B4
(131,131,180)
#8F8FBB
(143,143,187)
#9B9BC2
(155,155,194)
#A7A7C9
(167,167,201)
#B3B3D0
(179,179,208)
#BFBFD7
(191,191,215)
#CBCBDE
(203,203,222)
#D7D7E5
(215,215,229)
#E3E3EC
(227,227,236)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7777AD color. Also use rgb(119,119,173) instead hex code.

Text Font Color

.myTextColor { color: #7777AD; }

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

This text font color is #7777AD.


Background Color

.myBgColor { background-color: #7777AD; }

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

This div background color is #7777AD.


Border color

.myBorderColor { border: 1px solid #7777AD; }

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

This div border color is #7777AD.


Opacity

.myOpacity80 { color: #7777AD; opacity: 0.8; }

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

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

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

This text has shadow with #7777AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7777AD on black background.


Color preview on white background

This text has color #7777AD on white background.



Black color preview on #7777AD background

This text has black color on #7777AD background.


White color preview on #7777AD background

This text has white color on #7777AD background.