COLOR #7677AA

HEX: #7677AA
RGB: (118,119,170)

Renk bilgisi

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

RGB renk modeli

#7677AA color RGB value is (118,119,170).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 119 of 255 = 47%
B 170 of 255 = 67%

118
119
170

R + G + B ~ 53%. #7677AA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 119 + 170 = 407 (100%)
R 118 of 407 ~ 28.99%
G 119 of 407 ~ 29.24%
B 170 of 407 ~ 41.77%

%28.99
%29.24
%41.77

CMYK RENK MODELİ

#7677AA rengi CMYK tonu (31,30,0,33).

  • camgöbeği tonu 30.59%
  • eflatun tonu 30.00%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(31,30,0,33)
C31M30Y0K33 
(31%,30%,0%,33%)
(0.31/0.30/0.00/0.33)	

CMYK yüzdeleri

%30.59
%30
%0
%33.33

Codes

Color #7677AA in popluar color models

7677AA
RGB118119170
HSL239°23.42%56.47%
HSB/HSV239°30.59%66.67%
CMYK30.59%30.00%0.00%
33.33%

Color #7677AA in popluar number systems.

HEX7677AA
Decimal118119170
Binary1110110111011110101010
Octal166167252

Shades and tints

Shades of #7677AA

#7677AA
(118,119,170)
#6C6D9B
(108,109,155)
#62638C
(98,99,140)
#58597D
(88,89,125)
#4E4F6E
(78,79,110)
#44455F
(68,69,95)
#3A3B50
(58,59,80)
#303141
(48,49,65)
#262732
(38,39,50)
#1C1D23
(28,29,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #7677AA

#7677AA
(118,119,170)
#8283B1
(130,131,177)
#8E8FB8
(142,143,184)
#9A9BBF
(154,155,191)
#A6A7C6
(166,167,198)
#B2B3CD
(178,179,205)
#BEBFD4
(190,191,212)
#CACBDB
(202,203,219)
#D6D7E2
(214,215,226)
#E2E3E9
(226,227,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7677AA color. Also use rgb(118,119,170) instead hex code.

Text Font Color

.myTextColor { color: #7677AA; }

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

This text font color is #7677AA.


Background Color

.myBgColor { background-color: #7677AA; }

<div style="background-color:#7677AA">Inner text</div>

This div background color is #7677AA.


Border color

.myBorderColor { border: 1px solid #7677AA; }

<div style="border:3px solid #7677AA">Div</div>

This div border color is #7677AA.


Opacity

.myOpacity80 { color: #7677AA; opacity: 0.8; }

<p style="color:#7677AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7677AA color.

.textShadow {text-shadow: 3px 3px 1px #7677AA, 3px 3px 1px red;}

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

This text has shadow with #7677AA primary color and red secondary color.


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

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

This text has shadow with #7677AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7677AA on black background.


Color preview on white background

This text has color #7677AA on white background.



Black color preview on #7677AA background

This text has black color on #7677AA background.


White color preview on #7677AA background

This text has white color on #7677AA background.