COLOR #7D77AE

HEX: #7D77AE
RGB: (125,119,174)

Renk bilgisi

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

RGB renk modeli

#7D77AE color RGB value is (125,119,174).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 119 of 255 = 47%
B 174 of 255 = 68%

125
119
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 119 + 174 = 418 (100%)
R 125 of 418 ~ 29.9%
G 119 of 418 ~ 28.47%
B 174 of 418 ~ 41.63%

%29.9
%28.47
%41.63

CMYK RENK MODELİ

#7D77AE rengi CMYK tonu (28,32,0,32).

  • camgöbeği tonu 28.16%
  • eflatun tonu 31.61%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(28,32,0,32)
C28M32Y0K32 
(28%,32%,0%,32%)
(0.28/0.32/0.00/0.32)	

CMYK yüzdeleri

%28.16
%31.61
%0
%31.76

Codes

Color #7D77AE in popluar color models

7D77AE
RGB125119174
HSL247°25.35%57.45%
HSB/HSV247°31.61%68.24%
CMYK28.16%31.61%0.00%
31.76%

Color #7D77AE in popluar number systems.

HEX7D77AE
Decimal125119174
Binary1111101111011110101110
Octal175167256

Shades and tints

Shades of #7D77AE

#7D77AE
(125,119,174)
#726D9F
(114,109,159)
#676390
(103,99,144)
#5C5981
(92,89,129)
#514F72
(81,79,114)
#464563
(70,69,99)
#3B3B54
(59,59,84)
#303145
(48,49,69)
#252736
(37,39,54)
#1A1D27
(26,29,39)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #7D77AE

#7D77AE
(125,119,174)
#8883B5
(136,131,181)
#938FBC
(147,143,188)
#9E9BC3
(158,155,195)
#A9A7CA
(169,167,202)
#B4B3D1
(180,179,209)
#BFBFD8
(191,191,216)
#CACBDF
(202,203,223)
#D5D7E6
(213,215,230)
#E0E3ED
(224,227,237)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D77AE; }

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

This text font color is #7D77AE.


Background Color

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

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

This div background color is #7D77AE.


Border color

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

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

This div border color is #7D77AE.


Opacity

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

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

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

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

This text has shadow with #7D77AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D77AE on black background.


Color preview on white background

This text has color #7D77AE on white background.



Black color preview on #7D77AE background

This text has black color on #7D77AE background.


White color preview on #7D77AE background

This text has white color on #7D77AE background.