COLOR #7D687E

HEX: #7D687E
RGB: (125,104,126)

Renk bilgisi

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

RGB renk modeli

#7D687E color RGB value is (125,104,126).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 104 of 255 = 41%
B 126 of 255 = 49%

125
104
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 104 + 126 = 355 (100%)
R 125 of 355 ~ 35.21%
G 104 of 355 ~ 29.3%
B 126 of 355 ~ 35.49%

%35.21
%29.3
%35.49

CMYK RENK MODELİ

#7D687E rengi CMYK tonu (1,17,0,51).

  • camgöbeği tonu 0.79%
  • eflatun tonu 17.46%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(1,17,0,51)
C1M17Y0K51 
(1%,17%,0%,51%)
(0.01/0.17/0.00/0.51)	

CMYK yüzdeleri

%0.79
%17.46
%0
%50.59

Codes

Color #7D687E in popluar color models

7D687E
RGB125104126
HSL297°9.57%45.10%
HSB/HSV297°17.46%49.41%
CMYK0.79%17.46%0.00%
50.59%

Color #7D687E in popluar number systems.

HEX7D687E
Decimal125104126
Binary111110111010001111110
Octal175150176

Shades and tints

Shades of #7D687E

#7D687E
(125,104,126)
#725F73
(114,95,115)
#675668
(103,86,104)
#5C4D5D
(92,77,93)
#514452
(81,68,82)
#463B47
(70,59,71)
#3B323C
(59,50,60)
#302931
(48,41,49)
#252026
(37,32,38)
#1A171B
(26,23,27)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D687E

#7D687E
(125,104,126)
#887589
(136,117,137)
#938294
(147,130,148)
#9E8F9F
(158,143,159)
#A99CAA
(169,156,170)
#B4A9B5
(180,169,181)
#BFB6C0
(191,182,192)
#CAC3CB
(202,195,203)
#D5D0D6
(213,208,214)
#E0DDE1
(224,221,225)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D687E; }

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

This text font color is #7D687E.


Background Color

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

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

This div background color is #7D687E.


Border color

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

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

This div border color is #7D687E.


Opacity

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

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

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

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

This text has shadow with #7D687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D687E on black background.


Color preview on white background

This text has color #7D687E on white background.



Black color preview on #7D687E background

This text has black color on #7D687E background.


White color preview on #7D687E background

This text has white color on #7D687E background.