COLOR #6B7F76

HEX: #6B7F76
RGB: (107,127,118)

Renk bilgisi

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

RGB renk modeli

#6B7F76 color RGB value is (107,127,118).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 127 of 255 = 50%
B 118 of 255 = 46%

107
127
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 127 + 118 = 352 (100%)
R 107 of 352 ~ 30.4%
G 127 of 352 ~ 36.08%
B 118 of 352 ~ 33.52%

%30.4
%36.08
%33.52

CMYK RENK MODELİ

#6B7F76 rengi CMYK tonu (16,0,7,50).

  • camgöbeği tonu 15.75%
  • eflatun tonu 0.00%
  • sarı tonu 7.09%
  • ana renk tonu 50.20%
CMYK:
(16,0,7,50)
C16M0Y7K50 
(16%,0%,7%,50%)
(0.16/0.00/0.07/0.50)	

CMYK yüzdeleri

%15.75
%0
%7.09
%50.2

Codes

Color #6B7F76 in popluar color models

6B7F76
RGB107127118
HSL153°8.55%45.88%
HSB/HSV153°15.75%49.80%
CMYK15.75%0.00%7.09%
50.20%

Color #6B7F76 in popluar number systems.

HEX6B7F76
Decimal107127118
Binary110101111111111110110
Octal153177166

Shades and tints

Shades of #6B7F76

#6B7F76
(107,127,118)
#62746C
(98,116,108)
#596962
(89,105,98)
#505E58
(80,94,88)
#47534E
(71,83,78)
#3E4844
(62,72,68)
#353D3A
(53,61,58)
#2C3230
(44,50,48)
#232726
(35,39,38)
#1A1C1C
(26,28,28)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6B7F76

#6B7F76
(107,127,118)
#788A82
(120,138,130)
#85958E
(133,149,142)
#92A09A
(146,160,154)
#9FABA6
(159,171,166)
#ACB6B2
(172,182,178)
#B9C1BE
(185,193,190)
#C6CCCA
(198,204,202)
#D3D7D6
(211,215,214)
#E0E2E2
(224,226,226)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7F76 color. Also use rgb(107,127,118) instead hex code.

Text Font Color

.myTextColor { color: #6B7F76; }

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

This text font color is #6B7F76.


Background Color

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

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

This div background color is #6B7F76.


Border color

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

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

This div border color is #6B7F76.


Opacity

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

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

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

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

This text has shadow with #6B7F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7F76 on black background.


Color preview on white background

This text has color #6B7F76 on white background.



Black color preview on #6B7F76 background

This text has black color on #6B7F76 background.


White color preview on #6B7F76 background

This text has white color on #6B7F76 background.