COLOR #76684F

HEX: #76684F
RGB: (118,104,79)

Renk bilgisi

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

RGB renk modeli

#76684F color RGB value is (118,104,79).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 104 of 255 = 41%
B 79 of 255 = 31%

118
104
79

R + G + B ~ 39%. #76684F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 104 + 79 = 301 (100%)
R 118 of 301 ~ 39.2%
G 104 of 301 ~ 34.55%
B 79 of 301 ~ 26.25%

%39.2
%34.55
%26.25

CMYK RENK MODELİ

#76684F rengi CMYK tonu (0,12,33,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.86%
  • sarı tonu 33.05%
  • ana renk tonu 53.73%
CMYK:
(0,12,33,54)
C0M12Y33K54 
(0%,12%,33%,54%)
(0.00/0.12/0.33/0.54)	

CMYK yüzdeleri

%0
%11.86
%33.05
%53.73

Codes

Color #76684F in popluar color models

76684F
RGB11810479
HSL38°19.80%38.63%
HSB/HSV38°33.05%46.27%
CMYK0.00%11.86%33.05%
53.73%

Color #76684F in popluar number systems.

HEX76684F
Decimal11810479
Binary111011011010001001111
Octal166150117

Shades and tints

Shades of #76684F

#76684F
(118,104,79)
#6C5F48
(108,95,72)
#625641
(98,86,65)
#584D3A
(88,77,58)
#4E4433
(78,68,51)
#443B2C
(68,59,44)
#3A3225
(58,50,37)
#30291E
(48,41,30)
#262017
(38,32,23)
#1C1710
(28,23,16)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #76684F

#76684F
(118,104,79)
#82755F
(130,117,95)
#8E826F
(142,130,111)
#9A8F7F
(154,143,127)
#A69C8F
(166,156,143)
#B2A99F
(178,169,159)
#BEB6AF
(190,182,175)
#CAC3BF
(202,195,191)
#D6D0CF
(214,208,207)
#E2DDDF
(226,221,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76684F; }

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

This text font color is #76684F.


Background Color

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

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

This div background color is #76684F.


Border color

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

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

This div border color is #76684F.


Opacity

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

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

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

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

This text has shadow with #76684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76684F on black background.


Color preview on white background

This text has color #76684F on white background.



Black color preview on #76684F background

This text has black color on #76684F background.


White color preview on #76684F background

This text has white color on #76684F background.