COLOR #7D718C

HEX: #7D718C
RGB: (125,113,140)

Renk bilgisi

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

RGB renk modeli

#7D718C color RGB value is (125,113,140).

  • kırmız ton 125;
  • yeşil ton 113;
  • mavi ton 140.
RGB:
(125,113,140)
(49%,44%,55%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 113 of 255 = 44%
B 140 of 255 = 55%

125
113
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 113 + 140 = 378 (100%)
R 125 of 378 ~ 33.07%
G 113 of 378 ~ 29.89%
B 140 of 378 ~ 37.04%

%33.07
%29.89
%37.04

CMYK RENK MODELİ

#7D718C rengi CMYK tonu (11,19,0,45).

  • camgöbeği tonu 10.71%
  • eflatun tonu 19.29%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(11,19,0,45)
C11M19Y0K45 
(11%,19%,0%,45%)
(0.11/0.19/0.00/0.45)	

CMYK yüzdeleri

%10.71
%19.29
%0
%45.1

Codes

Color #7D718C in popluar color models

7D718C
RGB125113140
HSL267°10.67%49.61%
HSB/HSV267°19.29%54.90%
CMYK10.71%19.29%0.00%
45.10%

Color #7D718C in popluar number systems.

HEX7D718C
Decimal125113140
Binary1111101111000110001100
Octal175161214

Shades and tints

Shades of #7D718C

#7D718C
(125,113,140)
#726780
(114,103,128)
#675D74
(103,93,116)
#5C5368
(92,83,104)
#51495C
(81,73,92)
#463F50
(70,63,80)
#3B3544
(59,53,68)
#302B38
(48,43,56)
#25212C
(37,33,44)
#1A1720
(26,23,32)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D718C

#7D718C
(125,113,140)
#887D96
(136,125,150)
#9389A0
(147,137,160)
#9E95AA
(158,149,170)
#A9A1B4
(169,161,180)
#B4ADBE
(180,173,190)
#BFB9C8
(191,185,200)
#CAC5D2
(202,197,210)
#D5D1DC
(213,209,220)
#E0DDE6
(224,221,230)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D718C; }

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

This text font color is #7D718C.


Background Color

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

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

This div background color is #7D718C.


Border color

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

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

This div border color is #7D718C.


Opacity

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

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

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

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

This text has shadow with #7D718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D718C on black background.


Color preview on white background

This text has color #7D718C on white background.



Black color preview on #7D718C background

This text has black color on #7D718C background.


White color preview on #7D718C background

This text has white color on #7D718C background.