COLOR #76686F

HEX: #76686F
RGB: (118,104,111)

Renk bilgisi

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

RGB renk modeli

#76686F color RGB value is (118,104,111).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 104 of 255 = 41%
B 111 of 255 = 44%

118
104
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 104 + 111 = 333 (100%)
R 118 of 333 ~ 35.44%
G 104 of 333 ~ 31.23%
B 111 of 333 ~ 33.33%

%35.44
%31.23
%33.33

CMYK RENK MODELİ

#76686F rengi CMYK tonu (0,12,6,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.86%
  • sarı tonu 5.93%
  • ana renk tonu 53.73%
CMYK:
(0,12,6,54)
C0M12Y6K54 
(0%,12%,6%,54%)
(0.00/0.12/0.06/0.54)	

CMYK yüzdeleri

%0
%11.86
%5.93
%53.73

Codes

Color #76686F in popluar color models

76686F
RGB118104111
HSL330°6.31%43.53%
HSB/HSV330°11.86%46.27%
CMYK0.00%11.86%5.93%
53.73%

Color #76686F in popluar number systems.

HEX76686F
Decimal118104111
Binary111011011010001101111
Octal166150157

Shades and tints

Shades of #76686F

#76686F
(118,104,111)
#6C5F65
(108,95,101)
#62565B
(98,86,91)
#584D51
(88,77,81)
#4E4447
(78,68,71)
#443B3D
(68,59,61)
#3A3233
(58,50,51)
#302929
(48,41,41)
#26201F
(38,32,31)
#1C1715
(28,23,21)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #76686F

#76686F
(118,104,111)
#82757C
(130,117,124)
#8E8289
(142,130,137)
#9A8F96
(154,143,150)
#A69CA3
(166,156,163)
#B2A9B0
(178,169,176)
#BEB6BD
(190,182,189)
#CAC3CA
(202,195,202)
#D6D0D7
(214,208,215)
#E2DDE4
(226,221,228)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76686F; }

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

This text font color is #76686F.


Background Color

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

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

This div background color is #76686F.


Border color

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

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

This div border color is #76686F.


Opacity

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

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

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

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

This text has shadow with #76686F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76686F on black background.


Color preview on white background

This text has color #76686F on white background.



Black color preview on #76686F background

This text has black color on #76686F background.


White color preview on #76686F background

This text has white color on #76686F background.