COLOR #7D77BA

HEX: #7D77BA
RGB: (125,119,186)

Renk bilgisi

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

RGB renk modeli

#7D77BA color RGB value is (125,119,186).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 119 of 255 = 47%
B 186 of 255 = 73%

125
119
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 119 + 186 = 430 (100%)
R 125 of 430 ~ 29.07%
G 119 of 430 ~ 27.67%
B 186 of 430 ~ 43.26%

%29.07
%27.67
%43.26

CMYK RENK MODELİ

#7D77BA rengi CMYK tonu (33,36,0,27).

  • camgöbeği tonu 32.80%
  • eflatun tonu 36.02%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(33,36,0,27)
C33M36Y0K27 
(33%,36%,0%,27%)
(0.33/0.36/0.00/0.27)	

CMYK yüzdeleri

%32.8
%36.02
%0
%27.06

Codes

Color #7D77BA in popluar color models

7D77BA
RGB125119186
HSL245°32.68%59.80%
HSB/HSV245°36.02%72.94%
CMYK32.80%36.02%0.00%
27.06%

Color #7D77BA in popluar number systems.

HEX7D77BA
Decimal125119186
Binary1111101111011110111010
Octal175167272

Shades and tints

Shades of #7D77BA

#7D77BA
(125,119,186)
#726DAA
(114,109,170)
#67639A
(103,99,154)
#5C598A
(92,89,138)
#514F7A
(81,79,122)
#46456A
(70,69,106)
#3B3B5A
(59,59,90)
#30314A
(48,49,74)
#25273A
(37,39,58)
#1A1D2A
(26,29,42)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #7D77BA

#7D77BA
(125,119,186)
#8883C0
(136,131,192)
#938FC6
(147,143,198)
#9E9BCC
(158,155,204)
#A9A7D2
(169,167,210)
#B4B3D8
(180,179,216)
#BFBFDE
(191,191,222)
#CACBE4
(202,203,228)
#D5D7EA
(213,215,234)
#E0E3F0
(224,227,240)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D77BA; }

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

This text font color is #7D77BA.


Background Color

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

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

This div background color is #7D77BA.


Border color

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

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

This div border color is #7D77BA.


Opacity

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

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

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

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

This text has shadow with #7D77BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D77BA on black background.


Color preview on white background

This text has color #7D77BA on white background.



Black color preview on #7D77BA background

This text has black color on #7D77BA background.


White color preview on #7D77BA background

This text has white color on #7D77BA background.