COLOR #7D6D71

HEX: #7D6D71
RGB: (125,109,113)

Renk bilgisi

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

RGB renk modeli

#7D6D71 color RGB value is (125,109,113).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 109 of 255 = 43%
B 113 of 255 = 44%

125
109
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 109 + 113 = 347 (100%)
R 125 of 347 ~ 36.02%
G 109 of 347 ~ 31.41%
B 113 of 347 ~ 32.56%

%36.02
%31.41
%32.56

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.80%
  • sarı tonu 9.60%
  • ana renk tonu 50.98%
CMYK:
(0,13,10,51)
C0M13Y10K51 
(0%,13%,10%,51%)
(0.00/0.13/0.10/0.51)	

CMYK yüzdeleri

%0
%12.8
%9.6
%50.98

Codes

Color #7D6D71 in popluar color models

7D6D71
RGB125109113
HSL345°6.84%45.88%
HSB/HSV345°12.80%49.02%
CMYK0.00%12.80%9.60%
50.98%

Color #7D6D71 in popluar number systems.

HEX7D6D71
Decimal125109113
Binary111110111011011110001
Octal175155161

Shades and tints

Shades of #7D6D71

#7D6D71
(125,109,113)
#726467
(114,100,103)
#675B5D
(103,91,93)
#5C5253
(92,82,83)
#514949
(81,73,73)
#46403F
(70,64,63)
#3B3735
(59,55,53)
#302E2B
(48,46,43)
#252521
(37,37,33)
#1A1C17
(26,28,23)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7D6D71

#7D6D71
(125,109,113)
#887A7D
(136,122,125)
#938789
(147,135,137)
#9E9495
(158,148,149)
#A9A1A1
(169,161,161)
#B4AEAD
(180,174,173)
#BFBBB9
(191,187,185)
#CAC8C5
(202,200,197)
#D5D5D1
(213,213,209)
#E0E2DD
(224,226,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6D71; }

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

This text font color is #7D6D71.


Background Color

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

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

This div background color is #7D6D71.


Border color

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

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

This div border color is #7D6D71.


Opacity

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

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

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

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

This text has shadow with #7D6D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6D71 on black background.


Color preview on white background

This text has color #7D6D71 on white background.



Black color preview on #7D6D71 background

This text has black color on #7D6D71 background.


White color preview on #7D6D71 background

This text has white color on #7D6D71 background.