COLOR #7D746D

HEX: #7D746D
RGB: (125,116,109)

Renk bilgisi

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

RGB renk modeli

#7D746D color RGB value is (125,116,109).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 116 of 255 = 45%
B 109 of 255 = 43%

125
116
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 116 + 109 = 350 (100%)
R 125 of 350 ~ 35.71%
G 116 of 350 ~ 33.14%
B 109 of 350 ~ 31.14%

%35.71
%33.14
%31.14

CMYK RENK MODELİ

#7D746D rengi CMYK tonu (0,7,13,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.20%
  • sarı tonu 12.80%
  • ana renk tonu 50.98%
CMYK:
(0,7,13,51)
C0M7Y13K51 
(0%,7%,13%,51%)
(0.00/0.07/0.13/0.51)	

CMYK yüzdeleri

%0
%7.2
%12.8
%50.98

Codes

Color #7D746D in popluar color models

7D746D
RGB125116109
HSL26°6.84%45.88%
HSB/HSV26°12.80%49.02%
CMYK0.00%7.20%12.80%
50.98%

Color #7D746D in popluar number systems.

HEX7D746D
Decimal125116109
Binary111110111101001101101
Octal175164155

Shades and tints

Shades of #7D746D

#7D746D
(125,116,109)
#726A64
(114,106,100)
#67605B
(103,96,91)
#5C5652
(92,86,82)
#514C49
(81,76,73)
#464240
(70,66,64)
#3B3837
(59,56,55)
#302E2E
(48,46,46)
#252425
(37,36,37)
#1A1A1C
(26,26,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D746D

#7D746D
(125,116,109)
#88807A
(136,128,122)
#938C87
(147,140,135)
#9E9894
(158,152,148)
#A9A4A1
(169,164,161)
#B4B0AE
(180,176,174)
#BFBCBB
(191,188,187)
#CAC8C8
(202,200,200)
#D5D4D5
(213,212,213)
#E0E0E2
(224,224,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D746D color. Also use rgb(125,116,109) instead hex code.

Text Font Color

.myTextColor { color: #7D746D; }

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

This text font color is #7D746D.


Background Color

.myBgColor { background-color: #7D746D; }

<div style="background-color:#7D746D">Inner text</div>

This div background color is #7D746D.


Border color

.myBorderColor { border: 1px solid #7D746D; }

<div style="border:3px solid #7D746D">Div</div>

This div border color is #7D746D.


Opacity

.myOpacity80 { color: #7D746D; opacity: 0.8; }

<p style="color:#7D746D;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D746D color.

.textShadow {text-shadow: 3px 3px 1px #7D746D, 3px 3px 1px red;}

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

This text has shadow with #7D746D primary color and red secondary color.


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

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

This text has shadow with #7D746D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D746D on black background.


Color preview on white background

This text has color #7D746D on white background.



Black color preview on #7D746D background

This text has black color on #7D746D background.


White color preview on #7D746D background

This text has white color on #7D746D background.