COLOR #7D677D

HEX: #7D677D
RGB: (125,103,125)

Renk bilgisi

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

RGB renk modeli

#7D677D color RGB value is (125,103,125).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 103 of 255 = 40%
B 125 of 255 = 49%

125
103
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 103 + 125 = 353 (100%)
R 125 of 353 ~ 35.41%
G 103 of 353 ~ 29.18%
B 125 of 353 ~ 35.41%

%35.41
%29.18
%35.41

CMYK RENK MODELİ

#7D677D rengi CMYK tonu (0,18,0,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(0,18,0,51)
C0M18Y0K51 
(0%,18%,0%,51%)
(0.00/0.18/0.00/0.51)	

CMYK yüzdeleri

%0
%17.6
%0
%50.98

Codes

Color #7D677D in popluar color models

7D677D
RGB125103125
HSL300°9.65%44.71%
HSB/HSV300°17.60%49.02%
CMYK0.00%17.60%0.00%
50.98%

Color #7D677D in popluar number systems.

HEX7D677D
Decimal125103125
Binary111110111001111111101
Octal175147175

Shades and tints

Shades of #7D677D

#7D677D
(125,103,125)
#725E72
(114,94,114)
#675567
(103,85,103)
#5C4C5C
(92,76,92)
#514351
(81,67,81)
#463A46
(70,58,70)
#3B313B
(59,49,59)
#302830
(48,40,48)
#251F25
(37,31,37)
#1A161A
(26,22,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #7D677D

#7D677D
(125,103,125)
#887488
(136,116,136)
#938193
(147,129,147)
#9E8E9E
(158,142,158)
#A99BA9
(169,155,169)
#B4A8B4
(180,168,180)
#BFB5BF
(191,181,191)
#CAC2CA
(202,194,202)
#D5CFD5
(213,207,213)
#E0DCE0
(224,220,224)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D677D; }

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

This text font color is #7D677D.


Background Color

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

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

This div background color is #7D677D.


Border color

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

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

This div border color is #7D677D.


Opacity

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

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

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

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

This text has shadow with #7D677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D677D on black background.


Color preview on white background

This text has color #7D677D on white background.



Black color preview on #7D677D background

This text has black color on #7D677D background.


White color preview on #7D677D background

This text has white color on #7D677D background.