COLOR #76777E

HEX: #76777E
RGB: (118,119,126)

Renk bilgisi

#76777E contains red, green and blue colors in about the same proportion. #76777E ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#76777E color RGB value is (118,119,126).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 119 of 255 = 47%
B 126 of 255 = 49%

118
119
126

R + G + B ~ 47%. #76777E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 119 + 126 = 363 (100%)
R 118 of 363 ~ 32.51%
G 119 of 363 ~ 32.78%
B 126 of 363 ~ 34.71%

%32.51
%32.78
%34.71

CMYK RENK MODELİ

#76777E rengi CMYK tonu (6,6,0,51).

  • camgöbeği tonu 6.35%
  • eflatun tonu 5.56%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(6,6,0,51)
C6M6Y0K51 
(6%,6%,0%,51%)
(0.06/0.06/0.00/0.51)	

CMYK yüzdeleri

%6.35
%5.56
%0
%50.59

Codes

Color #76777E in popluar color models

76777E
RGB118119126
HSL233°3.28%47.84%
HSB/HSV233°6.35%49.41%
CMYK6.35%5.56%0.00%
50.59%

Color #76777E in popluar number systems.

HEX76777E
Decimal118119126
Binary111011011101111111110
Octal166167176

Shades and tints

Shades of #76777E

#76777E
(118,119,126)
#6C6D73
(108,109,115)
#626368
(98,99,104)
#58595D
(88,89,93)
#4E4F52
(78,79,82)
#444547
(68,69,71)
#3A3B3C
(58,59,60)
#303131
(48,49,49)
#262726
(38,39,38)
#1C1D1B
(28,29,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #76777E

#76777E
(118,119,126)
#828389
(130,131,137)
#8E8F94
(142,143,148)
#9A9B9F
(154,155,159)
#A6A7AA
(166,167,170)
#B2B3B5
(178,179,181)
#BEBFC0
(190,191,192)
#CACBCB
(202,203,203)
#D6D7D6
(214,215,214)
#E2E3E1
(226,227,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76777E color. Also use rgb(118,119,126) instead hex code.

Text Font Color

.myTextColor { color: #76777E; }

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

This text font color is #76777E.


Background Color

.myBgColor { background-color: #76777E; }

<div style="background-color:#76777E">Inner text</div>

This div background color is #76777E.


Border color

.myBorderColor { border: 1px solid #76777E; }

<div style="border:3px solid #76777E">Div</div>

This div border color is #76777E.


Opacity

.myOpacity80 { color: #76777E; opacity: 0.8; }

<p style="color:#76777E;opacity:0.8;">80%</p>

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

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

This text has shadow with #76777E color.

.textShadow {text-shadow: 3px 3px 1px #76777E, 3px 3px 1px red;}

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

This text has shadow with #76777E primary color and red secondary color.


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

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

This text has shadow with #76777E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76777E on black background.


Color preview on white background

This text has color #76777E on white background.



Black color preview on #76777E background

This text has black color on #76777E background.


White color preview on #76777E background

This text has white color on #76777E background.