COLOR #7D77B3

HEX: #7D77B3
RGB: (125,119,179)

Renk bilgisi

#7D77B3 contains mainly red and blue colors. #7D77B3 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D77B3 color RGB value is (125,119,179).

  • kırmız ton 125;
  • yeşil ton 119;
  • mavi ton 179.
RGB:
(125,119,179)
(49%,47%,70%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 119 of 255 = 47%
B 179 of 255 = 70%

125
119
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 119 + 179 = 423 (100%)
R 125 of 423 ~ 29.55%
G 119 of 423 ~ 28.13%
B 179 of 423 ~ 42.32%

%29.55
%28.13
%42.32

CMYK RENK MODELİ

#7D77B3 rengi CMYK tonu (30,34,0,30).

  • camgöbeği tonu 30.17%
  • eflatun tonu 33.52%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(30,34,0,30)
C30M34Y0K30 
(30%,34%,0%,30%)
(0.30/0.34/0.00/0.30)	

CMYK yüzdeleri

%30.17
%33.52
%0
%29.8

Codes

Color #7D77B3 in popluar color models

7D77B3
RGB125119179
HSL246°28.30%58.43%
HSB/HSV246°33.52%70.20%
CMYK30.17%33.52%0.00%
29.80%

Color #7D77B3 in popluar number systems.

HEX7D77B3
Decimal125119179
Binary1111101111011110110011
Octal175167263

Shades and tints

Shades of #7D77B3

#7D77B3
(125,119,179)
#726DA3
(114,109,163)
#676393
(103,99,147)
#5C5983
(92,89,131)
#514F73
(81,79,115)
#464563
(70,69,99)
#3B3B53
(59,59,83)
#303143
(48,49,67)
#252733
(37,39,51)
#1A1D23
(26,29,35)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #7D77B3

#7D77B3
(125,119,179)
#8883B9
(136,131,185)
#938FBF
(147,143,191)
#9E9BC5
(158,155,197)
#A9A7CB
(169,167,203)
#B4B3D1
(180,179,209)
#BFBFD7
(191,191,215)
#CACBDD
(202,203,221)
#D5D7E3
(213,215,227)
#E0E3E9
(224,227,233)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D77B3 color. Also use rgb(125,119,179) instead hex code.

Text Font Color

.myTextColor { color: #7D77B3; }

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

This text font color is #7D77B3.


Background Color

.myBgColor { background-color: #7D77B3; }

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

This div background color is #7D77B3.


Border color

.myBorderColor { border: 1px solid #7D77B3; }

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

This div border color is #7D77B3.


Opacity

.myOpacity80 { color: #7D77B3; opacity: 0.8; }

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

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

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

This text has shadow with #7D77B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D77B3 on black background.


Color preview on white background

This text has color #7D77B3 on white background.



Black color preview on #7D77B3 background

This text has black color on #7D77B3 background.


White color preview on #7D77B3 background

This text has white color on #7D77B3 background.