COLOR #7D686C

HEX: #7D686C
RGB: (125,104,108)

Renk bilgisi

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

RGB renk modeli

#7D686C color RGB value is (125,104,108).

  • kırmız ton 125;
  • yeşil ton 104;
  • mavi ton 108.
RGB:
(125,104,108)
(49%,41%,42%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 104 of 255 = 41%
B 108 of 255 = 42%

125
104
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 104 + 108 = 337 (100%)
R 125 of 337 ~ 37.09%
G 104 of 337 ~ 30.86%
B 108 of 337 ~ 32.05%

%37.09
%30.86
%32.05

CMYK RENK MODELİ

#7D686C rengi CMYK tonu (0,17,14,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.80%
  • sarı tonu 13.60%
  • ana renk tonu 50.98%
CMYK:
(0,17,14,51)
C0M17Y14K51 
(0%,17%,14%,51%)
(0.00/0.17/0.14/0.51)	

CMYK yüzdeleri

%0
%16.8
%13.6
%50.98

Codes

Color #7D686C in popluar color models

7D686C
RGB125104108
HSL349°9.17%44.90%
HSB/HSV349°16.80%49.02%
CMYK0.00%16.80%13.60%
50.98%

Color #7D686C in popluar number systems.

HEX7D686C
Decimal125104108
Binary111110111010001101100
Octal175150154

Shades and tints

Shades of #7D686C

#7D686C
(125,104,108)
#725F63
(114,95,99)
#67565A
(103,86,90)
#5C4D51
(92,77,81)
#514448
(81,68,72)
#463B3F
(70,59,63)
#3B3236
(59,50,54)
#30292D
(48,41,45)
#252024
(37,32,36)
#1A171B
(26,23,27)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #7D686C

#7D686C
(125,104,108)
#887579
(136,117,121)
#938286
(147,130,134)
#9E8F93
(158,143,147)
#A99CA0
(169,156,160)
#B4A9AD
(180,169,173)
#BFB6BA
(191,182,186)
#CAC3C7
(202,195,199)
#D5D0D4
(213,208,212)
#E0DDE1
(224,221,225)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D686C color. Also use rgb(125,104,108) instead hex code.

Text Font Color

.myTextColor { color: #7D686C; }

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

This text font color is #7D686C.


Background Color

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

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

This div background color is #7D686C.


Border color

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

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

This div border color is #7D686C.


Opacity

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

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

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

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

This text has shadow with #7D686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D686C on black background.


Color preview on white background

This text has color #7D686C on white background.



Black color preview on #7D686C background

This text has black color on #7D686C background.


White color preview on #7D686C background

This text has white color on #7D686C background.