COLOR #6D727C

HEX: #6D727C
RGB: (109,114,124)

Renk bilgisi

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

RGB renk modeli

#6D727C color RGB value is (109,114,124).

  • kırmız ton 109;
  • yeşil ton 114;
  • mavi ton 124.
RGB:
(109,114,124)
(43%,45%,49%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 114 of 255 = 45%
B 124 of 255 = 49%

109
114
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 114 + 124 = 347 (100%)
R 109 of 347 ~ 31.41%
G 114 of 347 ~ 32.85%
B 124 of 347 ~ 35.73%

%31.41
%32.85
%35.73

CMYK RENK MODELİ

#6D727C rengi CMYK tonu (12,8,0,51).

  • camgöbeği tonu 12.10%
  • eflatun tonu 8.06%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(12,8,0,51)
C12M8Y0K51 
(12%,8%,0%,51%)
(0.12/0.08/0.00/0.51)	

CMYK yüzdeleri

%12.1
%8.06
%0
%51.37

Codes

Color #6D727C in popluar color models

6D727C
RGB109114124
HSL220°6.44%45.69%
HSB/HSV220°12.10%48.63%
CMYK12.10%8.06%0.00%
51.37%

Color #6D727C in popluar number systems.

HEX6D727C
Decimal109114124
Binary110110111100101111100
Octal155162174

Shades and tints

Shades of #6D727C

#6D727C
(109,114,124)
#646871
(100,104,113)
#5B5E66
(91,94,102)
#52545B
(82,84,91)
#494A50
(73,74,80)
#404045
(64,64,69)
#37363A
(55,54,58)
#2E2C2F
(46,44,47)
#252224
(37,34,36)
#1C1819
(28,24,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #6D727C

#6D727C
(109,114,124)
#7A7E87
(122,126,135)
#878A92
(135,138,146)
#94969D
(148,150,157)
#A1A2A8
(161,162,168)
#AEAEB3
(174,174,179)
#BBBABE
(187,186,190)
#C8C6C9
(200,198,201)
#D5D2D4
(213,210,212)
#E2DEDF
(226,222,223)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D727C color. Also use rgb(109,114,124) instead hex code.

Text Font Color

.myTextColor { color: #6D727C; }

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

This text font color is #6D727C.


Background Color

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

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

This div background color is #6D727C.


Border color

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

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

This div border color is #6D727C.


Opacity

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

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

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

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

This text has shadow with #6D727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D727C on black background.


Color preview on white background

This text has color #6D727C on white background.



Black color preview on #6D727C background

This text has black color on #6D727C background.


White color preview on #6D727C background

This text has white color on #6D727C background.