COLOR #7F77AA

HEX: #7F77AA
RGB: (127,119,170)

Renk bilgisi

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

RGB renk modeli

#7F77AA color RGB value is (127,119,170).

  • kırmız ton 127;
  • yeşil ton 119;
  • mavi ton 170.
RGB:
(127,119,170)
(50%,47%,67%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 119 of 255 = 47%
B 170 of 255 = 67%

127
119
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 119 + 170 = 416 (100%)
R 127 of 416 ~ 30.53%
G 119 of 416 ~ 28.61%
B 170 of 416 ~ 40.87%

%30.53
%28.61
%40.87

CMYK RENK MODELİ

#7F77AA rengi CMYK tonu (25,30,0,33).

  • camgöbeği tonu 25.29%
  • eflatun tonu 30.00%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(25,30,0,33)
C25M30Y0K33 
(25%,30%,0%,33%)
(0.25/0.30/0.00/0.33)	

CMYK yüzdeleri

%25.29
%30
%0
%33.33

Codes

Color #7F77AA in popluar color models

7F77AA
RGB127119170
HSL249°23.08%56.67%
HSB/HSV249°30.00%66.67%
CMYK25.29%30.00%0.00%
33.33%

Color #7F77AA in popluar number systems.

HEX7F77AA
Decimal127119170
Binary1111111111011110101010
Octal177167252

Shades and tints

Shades of #7F77AA

#7F77AA
(127,119,170)
#746D9B
(116,109,155)
#69638C
(105,99,140)
#5E597D
(94,89,125)
#534F6E
(83,79,110)
#48455F
(72,69,95)
#3D3B50
(61,59,80)
#323141
(50,49,65)
#272732
(39,39,50)
#1C1D23
(28,29,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7F77AA

#7F77AA
(127,119,170)
#8A83B1
(138,131,177)
#958FB8
(149,143,184)
#A09BBF
(160,155,191)
#ABA7C6
(171,167,198)
#B6B3CD
(182,179,205)
#C1BFD4
(193,191,212)
#CCCBDB
(204,203,219)
#D7D7E2
(215,215,226)
#E2E3E9
(226,227,233)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F77AA color. Also use rgb(127,119,170) instead hex code.

Text Font Color

.myTextColor { color: #7F77AA; }

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

This text font color is #7F77AA.


Background Color

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

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

This div background color is #7F77AA.


Border color

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

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

This div border color is #7F77AA.


Opacity

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

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

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

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

This text has shadow with #7F77AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F77AA on black background.


Color preview on white background

This text has color #7F77AA on white background.



Black color preview on #7F77AA background

This text has black color on #7F77AA background.


White color preview on #7F77AA background

This text has white color on #7F77AA background.