COLOR #7D7683

HEX: #7D7683
RGB: (125,118,131)

Renk bilgisi

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

RGB renk modeli

#7D7683 color RGB value is (125,118,131).

  • kırmız ton 125;
  • yeşil ton 118;
  • mavi ton 131.
RGB:
(125,118,131)
(49%,46%,51%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 118 of 255 = 46%
B 131 of 255 = 51%

125
118
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 118 + 131 = 374 (100%)
R 125 of 374 ~ 33.42%
G 118 of 374 ~ 31.55%
B 131 of 374 ~ 35.03%

%33.42
%31.55
%35.03

CMYK RENK MODELİ

#7D7683 rengi CMYK tonu (5,10,0,49).

  • camgöbeği tonu 4.58%
  • eflatun tonu 9.92%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(5,10,0,49)
C5M10Y0K49 
(5%,10%,0%,49%)
(0.05/0.10/0.00/0.49)	

CMYK yüzdeleri

%4.58
%9.92
%0
%48.63

Codes

Color #7D7683 in popluar color models

7D7683
RGB125118131
HSL272°5.22%48.82%
HSB/HSV272°9.92%51.37%
CMYK4.58%9.92%0.00%
48.63%

Color #7D7683 in popluar number systems.

HEX7D7683
Decimal125118131
Binary1111101111011010000011
Octal175166203

Shades and tints

Shades of #7D7683

#7D7683
(125,118,131)
#726C78
(114,108,120)
#67626D
(103,98,109)
#5C5862
(92,88,98)
#514E57
(81,78,87)
#46444C
(70,68,76)
#3B3A41
(59,58,65)
#303036
(48,48,54)
#25262B
(37,38,43)
#1A1C20
(26,28,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #7D7683

#7D7683
(125,118,131)
#88828E
(136,130,142)
#938E99
(147,142,153)
#9E9AA4
(158,154,164)
#A9A6AF
(169,166,175)
#B4B2BA
(180,178,186)
#BFBEC5
(191,190,197)
#CACAD0
(202,202,208)
#D5D6DB
(213,214,219)
#E0E2E6
(224,226,230)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7683; }

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

This text font color is #7D7683.


Background Color

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

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

This div background color is #7D7683.


Border color

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

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

This div border color is #7D7683.


Opacity

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

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

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

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

This text has shadow with #7D7683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7683 on black background.


Color preview on white background

This text has color #7D7683 on white background.



Black color preview on #7D7683 background

This text has black color on #7D7683 background.


White color preview on #7D7683 background

This text has white color on #7D7683 background.