COLOR #7D697E

HEX: #7D697E
RGB: (125,105,126)

Renk bilgisi

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

RGB renk modeli

#7D697E color RGB value is (125,105,126).

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

RGB bağlantıları ve doygunluk

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

125
105
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 105 + 126 = 356 (100%)
R 125 of 356 ~ 35.11%
G 105 of 356 ~ 29.49%
B 126 of 356 ~ 35.39%

%35.11
%29.49
%35.39

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.79%
  • eflatun tonu 16.67%
  • 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
%16.67
%0
%50.59

Codes

Color #7D697E in popluar color models

7D697E
RGB125105126
HSL297°9.09%45.29%
HSB/HSV297°16.67%49.41%
CMYK0.79%16.67%0.00%
50.59%

Color #7D697E in popluar number systems.

HEX7D697E
Decimal125105126
Binary111110111010011111110
Octal175151176

Shades and tints

Shades of #7D697E

#7D697E
(125,105,126)
#726073
(114,96,115)
#675768
(103,87,104)
#5C4E5D
(92,78,93)
#514552
(81,69,82)
#463C47
(70,60,71)
#3B333C
(59,51,60)
#302A31
(48,42,49)
#252126
(37,33,38)
#1A181B
(26,24,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D697E

#7D697E
(125,105,126)
#887689
(136,118,137)
#938394
(147,131,148)
#9E909F
(158,144,159)
#A99DAA
(169,157,170)
#B4AAB5
(180,170,181)
#BFB7C0
(191,183,192)
#CAC4CB
(202,196,203)
#D5D1D6
(213,209,214)
#E0DEE1
(224,222,225)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D697E; }

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

This text font color is #7D697E.


Background Color

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

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

This div background color is #7D697E.


Border color

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

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

This div border color is #7D697E.


Opacity

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

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

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

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

This text has shadow with #7D697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D697E on black background.


Color preview on white background

This text has color #7D697E on white background.



Black color preview on #7D697E background

This text has black color on #7D697E background.


White color preview on #7D697E background

This text has white color on #7D697E background.