COLOR #7F6D76

HEX: #7F6D76
RGB: (127,109,118)

Renk bilgisi

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

RGB renk modeli

#7F6D76 color RGB value is (127,109,118).

  • kırmız ton 127;
  • yeşil ton 109;
  • mavi ton 118.
RGB:
(127,109,118)
(50%,43%,46%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 109 of 255 = 43%
B 118 of 255 = 46%

127
109
118

R + G + B ~ 46%. #7F6D76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 109 + 118 = 354 (100%)
R 127 of 354 ~ 35.88%
G 109 of 354 ~ 30.79%
B 118 of 354 ~ 33.33%

%35.88
%30.79
%33.33

CMYK RENK MODELİ

#7F6D76 rengi CMYK tonu (0,14,7,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.17%
  • sarı tonu 7.09%
  • ana renk tonu 50.20%
CMYK:
(0,14,7,50)
C0M14Y7K50 
(0%,14%,7%,50%)
(0.00/0.14/0.07/0.50)	

CMYK yüzdeleri

%0
%14.17
%7.09
%50.2

Codes

Color #7F6D76 in popluar color models

7F6D76
RGB127109118
HSL330°7.63%46.27%
HSB/HSV330°14.17%49.80%
CMYK0.00%14.17%7.09%
50.20%

Color #7F6D76 in popluar number systems.

HEX7F6D76
Decimal127109118
Binary111111111011011110110
Octal177155166

Shades and tints

Shades of #7F6D76

#7F6D76
(127,109,118)
#74646C
(116,100,108)
#695B62
(105,91,98)
#5E5258
(94,82,88)
#53494E
(83,73,78)
#484044
(72,64,68)
#3D373A
(61,55,58)
#322E30
(50,46,48)
#272526
(39,37,38)
#1C1C1C
(28,28,28)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #7F6D76

#7F6D76
(127,109,118)
#8A7A82
(138,122,130)
#95878E
(149,135,142)
#A0949A
(160,148,154)
#ABA1A6
(171,161,166)
#B6AEB2
(182,174,178)
#C1BBBE
(193,187,190)
#CCC8CA
(204,200,202)
#D7D5D6
(215,213,214)
#E2E2E2
(226,226,226)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6D76 color. Also use rgb(127,109,118) instead hex code.

Text Font Color

.myTextColor { color: #7F6D76; }

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

This text font color is #7F6D76.


Background Color

.myBgColor { background-color: #7F6D76; }

<div style="background-color:#7F6D76">Inner text</div>

This div background color is #7F6D76.


Border color

.myBorderColor { border: 1px solid #7F6D76; }

<div style="border:3px solid #7F6D76">Div</div>

This div border color is #7F6D76.


Opacity

.myOpacity80 { color: #7F6D76; opacity: 0.8; }

<p style="color:#7F6D76;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F6D76 color.

.textShadow {text-shadow: 3px 3px 1px #7F6D76, 3px 3px 1px red;}

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

This text has shadow with #7F6D76 primary color and red secondary color.


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

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

This text has shadow with #7F6D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6D76 on black background.


Color preview on white background

This text has color #7F6D76 on white background.



Black color preview on #7F6D76 background

This text has black color on #7F6D76 background.


White color preview on #7F6D76 background

This text has white color on #7F6D76 background.