COLOR #6D7763

HEX: #6D7763
RGB: (109,119,99)

Renk bilgisi

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

RGB renk modeli

#6D7763 color RGB value is (109,119,99).

  • kırmız ton 109;
  • yeşil ton 119;
  • mavi ton 99.
RGB:
(109,119,99)
(43%,47%,39%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 119 of 255 = 47%
B 99 of 255 = 39%

109
119
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 119 + 99 = 327 (100%)
R 109 of 327 ~ 33.33%
G 119 of 327 ~ 36.39%
B 99 of 327 ~ 30.28%

%33.33
%36.39
%30.28

CMYK RENK MODELİ

#6D7763 rengi CMYK tonu (8,0,17,53).

  • camgöbeği tonu 8.40%
  • eflatun tonu 0.00%
  • sarı tonu 16.81%
  • ana renk tonu 53.33%
CMYK:
(8,0,17,53)
C8M0Y17K53 
(8%,0%,17%,53%)
(0.08/0.00/0.17/0.53)	

CMYK yüzdeleri

%8.4
%0
%16.81
%53.33

Codes

Color #6D7763 in popluar color models

6D7763
RGB10911999
HSL90°9.17%42.75%
HSB/HSV90°16.81%46.67%
CMYK8.40%0.00%16.81%
53.33%

Color #6D7763 in popluar number systems.

HEX6D7763
Decimal10911999
Binary110110111101111100011
Octal155167143

Shades and tints

Shades of #6D7763

#6D7763
(109,119,99)
#646D5A
(100,109,90)
#5B6351
(91,99,81)
#525948
(82,89,72)
#494F3F
(73,79,63)
#404536
(64,69,54)
#373B2D
(55,59,45)
#2E3124
(46,49,36)
#25271B
(37,39,27)
#1C1D12
(28,29,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #6D7763

#6D7763
(109,119,99)
#7A8371
(122,131,113)
#878F7F
(135,143,127)
#949B8D
(148,155,141)
#A1A79B
(161,167,155)
#AEB3A9
(174,179,169)
#BBBFB7
(187,191,183)
#C8CBC5
(200,203,197)
#D5D7D3
(213,215,211)
#E2E3E1
(226,227,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7763 color. Also use rgb(109,119,99) instead hex code.

Text Font Color

.myTextColor { color: #6D7763; }

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

This text font color is #6D7763.


Background Color

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

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

This div background color is #6D7763.


Border color

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

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

This div border color is #6D7763.


Opacity

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

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

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

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

This text has shadow with #6D7763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7763 on black background.


Color preview on white background

This text has color #6D7763 on white background.



Black color preview on #6D7763 background

This text has black color on #6D7763 background.


White color preview on #6D7763 background

This text has white color on #6D7763 background.