COLOR #747F66

HEX: #747F66
RGB: (116,127,102)

Renk bilgisi

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

RGB renk modeli

#747F66 color RGB value is (116,127,102).

  • kırmız ton 116;
  • yeşil ton 127;
  • mavi ton 102.
RGB:
(116,127,102)
(45%,50%,40%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 127 of 255 = 50%
B 102 of 255 = 40%

116
127
102

R + G + B ~ 45%. #747F66 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 127 + 102 = 345 (100%)
R 116 of 345 ~ 33.62%
G 127 of 345 ~ 36.81%
B 102 of 345 ~ 29.57%

%33.62
%36.81
%29.57

CMYK RENK MODELİ

#747F66 rengi CMYK tonu (9,0,20,50).

  • camgöbeği tonu 8.66%
  • eflatun tonu 0.00%
  • sarı tonu 19.69%
  • ana renk tonu 50.20%
CMYK:
(9,0,20,50)
C9M0Y20K50 
(9%,0%,20%,50%)
(0.09/0.00/0.20/0.50)	

CMYK yüzdeleri

%8.66
%0
%19.69
%50.2

Codes

Color #747F66 in popluar color models

747F66
RGB116127102
HSL86°10.92%44.90%
HSB/HSV86°19.69%49.80%
CMYK8.66%0.00%19.69%
50.20%

Color #747F66 in popluar number systems.

HEX747F66
Decimal116127102
Binary111010011111111100110
Octal164177146

Shades and tints

Shades of #747F66

#747F66
(116,127,102)
#6A745D
(106,116,93)
#606954
(96,105,84)
#565E4B
(86,94,75)
#4C5342
(76,83,66)
#424839
(66,72,57)
#383D30
(56,61,48)
#2E3227
(46,50,39)
#24271E
(36,39,30)
#1A1C15
(26,28,21)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #747F66

#747F66
(116,127,102)
#808A73
(128,138,115)
#8C9580
(140,149,128)
#98A08D
(152,160,141)
#A4AB9A
(164,171,154)
#B0B6A7
(176,182,167)
#BCC1B4
(188,193,180)
#C8CCC1
(200,204,193)
#D4D7CE
(212,215,206)
#E0E2DB
(224,226,219)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747F66 color. Also use rgb(116,127,102) instead hex code.

Text Font Color

.myTextColor { color: #747F66; }

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

This text font color is #747F66.


Background Color

.myBgColor { background-color: #747F66; }

<div style="background-color:#747F66">Inner text</div>

This div background color is #747F66.


Border color

.myBorderColor { border: 1px solid #747F66; }

<div style="border:3px solid #747F66">Div</div>

This div border color is #747F66.


Opacity

.myOpacity80 { color: #747F66; opacity: 0.8; }

<p style="color:#747F66;opacity:0.8;">80%</p>

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

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

This text has shadow with #747F66 color.

.textShadow {text-shadow: 3px 3px 1px #747F66, 3px 3px 1px red;}

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

This text has shadow with #747F66 primary color and red secondary color.


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

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

This text has shadow with #747F66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747F66 on black background.


Color preview on white background

This text has color #747F66 on white background.



Black color preview on #747F66 background

This text has black color on #747F66 background.


White color preview on #747F66 background

This text has white color on #747F66 background.