COLOR #7777B4

HEX: #7777B4
RGB: (119,119,180)

Renk bilgisi

#7777B4 contains mainly blue color. #7777B4 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7777B4 color RGB value is (119,119,180).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 119 of 255 = 47%
B 180 of 255 = 71%

119
119
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 119 + 180 = 418 (100%)
R 119 of 418 ~ 28.47%
G 119 of 418 ~ 28.47%
B 180 of 418 ~ 43.06%

%28.47
%28.47
%43.06

CMYK RENK MODELİ

#7777B4 rengi CMYK tonu (34,34,0,29).

  • camgöbeği tonu 33.89%
  • eflatun tonu 33.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(34,34,0,29)
C34M34Y0K29 
(34%,34%,0%,29%)
(0.34/0.34/0.00/0.29)	

CMYK yüzdeleri

%33.89
%33.89
%0
%29.41

Codes

Color #7777B4 in popluar color models

7777B4
RGB119119180
HSL240°28.91%58.63%
HSB/HSV240°33.89%70.59%
CMYK33.89%33.89%0.00%
29.41%

Color #7777B4 in popluar number systems.

HEX7777B4
Decimal119119180
Binary1110111111011110110100
Octal167167264

Shades and tints

Shades of #7777B4

#7777B4
(119,119,180)
#6D6DA4
(109,109,164)
#636394
(99,99,148)
#595984
(89,89,132)
#4F4F74
(79,79,116)
#454564
(69,69,100)
#3B3B54
(59,59,84)
#313144
(49,49,68)
#272734
(39,39,52)
#1D1D24
(29,29,36)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #7777B4

#7777B4
(119,119,180)
#8383BA
(131,131,186)
#8F8FC0
(143,143,192)
#9B9BC6
(155,155,198)
#A7A7CC
(167,167,204)
#B3B3D2
(179,179,210)
#BFBFD8
(191,191,216)
#CBCBDE
(203,203,222)
#D7D7E4
(215,215,228)
#E3E3EA
(227,227,234)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7777B4; }

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

This text font color is #7777B4.


Background Color

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

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

This div background color is #7777B4.


Border color

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

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

This div border color is #7777B4.


Opacity

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

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

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

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

This text has shadow with #7777B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7777B4 on black background.


Color preview on white background

This text has color #7777B4 on white background.



Black color preview on #7777B4 background

This text has black color on #7777B4 background.


White color preview on #7777B4 background

This text has white color on #7777B4 background.