COLOR #6D7B76

HEX: #6D7B76
RGB: (109,123,118)

Renk bilgisi

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

RGB renk modeli

#6D7B76 color RGB value is (109,123,118).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 123 of 255 = 48%
B 118 of 255 = 46%

109
123
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 123 + 118 = 350 (100%)
R 109 of 350 ~ 31.14%
G 123 of 350 ~ 35.14%
B 118 of 350 ~ 33.71%

%31.14
%35.14
%33.71

CMYK RENK MODELİ

#6D7B76 rengi CMYK tonu (11,0,4,52).

  • camgöbeği tonu 11.38%
  • eflatun tonu 0.00%
  • sarı tonu 4.07%
  • ana renk tonu 51.76%
CMYK:
(11,0,4,52)
C11M0Y4K52 
(11%,0%,4%,52%)
(0.11/0.00/0.04/0.52)	

CMYK yüzdeleri

%11.38
%0
%4.07
%51.76

Codes

Color #6D7B76 in popluar color models

6D7B76
RGB109123118
HSL159°6.03%45.49%
HSB/HSV159°11.38%48.24%
CMYK11.38%0.00%4.07%
51.76%

Color #6D7B76 in popluar number systems.

HEX6D7B76
Decimal109123118
Binary110110111110111110110
Octal155173166

Shades and tints

Shades of #6D7B76

#6D7B76
(109,123,118)
#64706C
(100,112,108)
#5B6562
(91,101,98)
#525A58
(82,90,88)
#494F4E
(73,79,78)
#404444
(64,68,68)
#37393A
(55,57,58)
#2E2E30
(46,46,48)
#252326
(37,35,38)
#1C181C
(28,24,28)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #6D7B76

#6D7B76
(109,123,118)
#7A8782
(122,135,130)
#87938E
(135,147,142)
#949F9A
(148,159,154)
#A1ABA6
(161,171,166)
#AEB7B2
(174,183,178)
#BBC3BE
(187,195,190)
#C8CFCA
(200,207,202)
#D5DBD6
(213,219,214)
#E2E7E2
(226,231,226)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7B76 color. Also use rgb(109,123,118) instead hex code.

Text Font Color

.myTextColor { color: #6D7B76; }

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

This text font color is #6D7B76.


Background Color

.myBgColor { background-color: #6D7B76; }

<div style="background-color:#6D7B76">Inner text</div>

This div background color is #6D7B76.


Border color

.myBorderColor { border: 1px solid #6D7B76; }

<div style="border:3px solid #6D7B76">Div</div>

This div border color is #6D7B76.


Opacity

.myOpacity80 { color: #6D7B76; opacity: 0.8; }

<p style="color:#6D7B76;opacity:0.8;">80%</p>

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

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

This text has shadow with #6D7B76 color.

.textShadow {text-shadow: 3px 3px 1px #6D7B76, 3px 3px 1px red;}

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

This text has shadow with #6D7B76 primary color and red secondary color.


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

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

This text has shadow with #6D7B76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7B76 on black background.


Color preview on white background

This text has color #6D7B76 on white background.



Black color preview on #6D7B76 background

This text has black color on #6D7B76 background.


White color preview on #6D7B76 background

This text has white color on #6D7B76 background.