COLOR #76777B

HEX: #76777B
RGB: (118,119,123)

Renk bilgisi

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

RGB renk modeli

#76777B color RGB value is (118,119,123).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 119 of 255 = 47%
B 123 of 255 = 48%

118
119
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 119 + 123 = 360 (100%)
R 118 of 360 ~ 32.78%
G 119 of 360 ~ 33.06%
B 123 of 360 ~ 34.17%

%32.78
%33.06
%34.17

CMYK RENK MODELİ

#76777B rengi CMYK tonu (4,3,0,52).

  • camgöbeği tonu 4.07%
  • eflatun tonu 3.25%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(4,3,0,52)
C4M3Y0K52 
(4%,3%,0%,52%)
(0.04/0.03/0.00/0.52)	

CMYK yüzdeleri

%4.07
%3.25
%0
%51.76

Codes

Color #76777B in popluar color models

76777B
RGB118119123
HSL228°2.07%47.25%
HSB/HSV228°4.07%48.24%
CMYK4.07%3.25%0.00%
51.76%

Color #76777B in popluar number systems.

HEX76777B
Decimal118119123
Binary111011011101111111011
Octal166167173

Shades and tints

Shades of #76777B

#76777B
(118,119,123)
#6C6D70
(108,109,112)
#626365
(98,99,101)
#58595A
(88,89,90)
#4E4F4F
(78,79,79)
#444544
(68,69,68)
#3A3B39
(58,59,57)
#30312E
(48,49,46)
#262723
(38,39,35)
#1C1D18
(28,29,24)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #76777B

#76777B
(118,119,123)
#828387
(130,131,135)
#8E8F93
(142,143,147)
#9A9B9F
(154,155,159)
#A6A7AB
(166,167,171)
#B2B3B7
(178,179,183)
#BEBFC3
(190,191,195)
#CACBCF
(202,203,207)
#D6D7DB
(214,215,219)
#E2E3E7
(226,227,231)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76777B; }

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

This text font color is #76777B.


Background Color

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

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

This div background color is #76777B.


Border color

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

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

This div border color is #76777B.


Opacity

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

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

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

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

This text has shadow with #76777B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76777B on black background.


Color preview on white background

This text has color #76777B on white background.



Black color preview on #76777B background

This text has black color on #76777B background.


White color preview on #76777B background

This text has white color on #76777B background.