COLOR #76686C

HEX: #76686C
RGB: (118,104,108)

Renk bilgisi

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

RGB renk modeli

#76686C color RGB value is (118,104,108).

  • kırmız ton 118;
  • yeşil ton 104;
  • mavi ton 108.
RGB:
(118,104,108)
(46%,41%,42%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 104 of 255 = 41%
B 108 of 255 = 42%

118
104
108

R + G + B ~ 43%. #76686C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 104 + 108 = 330 (100%)
R 118 of 330 ~ 35.76%
G 104 of 330 ~ 31.52%
B 108 of 330 ~ 32.73%

%35.76
%31.52
%32.73

CMYK RENK MODELİ

#76686C rengi CMYK tonu (0,12,8,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.86%
  • sarı tonu 8.47%
  • ana renk tonu 53.73%
CMYK:
(0,12,8,54)
C0M12Y8K54 
(0%,12%,8%,54%)
(0.00/0.12/0.08/0.54)	

CMYK yüzdeleri

%0
%11.86
%8.47
%53.73

Codes

Color #76686C in popluar color models

76686C
RGB118104108
HSL343°6.31%43.53%
HSB/HSV343°11.86%46.27%
CMYK0.00%11.86%8.47%
53.73%

Color #76686C in popluar number systems.

HEX76686C
Decimal118104108
Binary111011011010001101100
Octal166150154

Shades and tints

Shades of #76686C

#76686C
(118,104,108)
#6C5F63
(108,95,99)
#62565A
(98,86,90)
#584D51
(88,77,81)
#4E4448
(78,68,72)
#443B3F
(68,59,63)
#3A3236
(58,50,54)
#30292D
(48,41,45)
#262024
(38,32,36)
#1C171B
(28,23,27)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #76686C

#76686C
(118,104,108)
#827579
(130,117,121)
#8E8286
(142,130,134)
#9A8F93
(154,143,147)
#A69CA0
(166,156,160)
#B2A9AD
(178,169,173)
#BEB6BA
(190,182,186)
#CAC3C7
(202,195,199)
#D6D0D4
(214,208,212)
#E2DDE1
(226,221,225)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76686C color. Also use rgb(118,104,108) instead hex code.

Text Font Color

.myTextColor { color: #76686C; }

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

This text font color is #76686C.


Background Color

.myBgColor { background-color: #76686C; }

<div style="background-color:#76686C">Inner text</div>

This div background color is #76686C.


Border color

.myBorderColor { border: 1px solid #76686C; }

<div style="border:3px solid #76686C">Div</div>

This div border color is #76686C.


Opacity

.myOpacity80 { color: #76686C; opacity: 0.8; }

<p style="color:#76686C;opacity:0.8;">80%</p>

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

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

This text has shadow with #76686C color.

.textShadow {text-shadow: 3px 3px 1px #76686C, 3px 3px 1px red;}

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

This text has shadow with #76686C primary color and red secondary color.


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

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

This text has shadow with #76686C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76686C on black background.


Color preview on white background

This text has color #76686C on white background.



Black color preview on #76686C background

This text has black color on #76686C background.


White color preview on #76686C background

This text has white color on #76686C background.