COLOR #7D727B

HEX: #7D727B
RGB: (125,114,123)

Renk bilgisi

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

RGB renk modeli

#7D727B color RGB value is (125,114,123).

  • kırmız ton 125;
  • yeşil ton 114;
  • mavi ton 123.
RGB:
(125,114,123)
(49%,45%,48%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 114 of 255 = 45%
B 123 of 255 = 48%

125
114
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 114 + 123 = 362 (100%)
R 125 of 362 ~ 34.53%
G 114 of 362 ~ 31.49%
B 123 of 362 ~ 33.98%

%34.53
%31.49
%33.98

CMYK RENK MODELİ

#7D727B rengi CMYK tonu (0,9,2,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.80%
  • sarı tonu 1.60%
  • ana renk tonu 50.98%
CMYK:
(0,9,2,51)
C0M9Y2K51 
(0%,9%,2%,51%)
(0.00/0.09/0.02/0.51)	

CMYK yüzdeleri

%0
%8.8
%1.6
%50.98

Codes

Color #7D727B in popluar color models

7D727B
RGB125114123
HSL311°4.60%46.86%
HSB/HSV311°8.80%49.02%
CMYK0.00%8.80%1.60%
50.98%

Color #7D727B in popluar number systems.

HEX7D727B
Decimal125114123
Binary111110111100101111011
Octal175162173

Shades and tints

Shades of #7D727B

#7D727B
(125,114,123)
#726870
(114,104,112)
#675E65
(103,94,101)
#5C545A
(92,84,90)
#514A4F
(81,74,79)
#464044
(70,64,68)
#3B3639
(59,54,57)
#302C2E
(48,44,46)
#252223
(37,34,35)
#1A1818
(26,24,24)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D727B

#7D727B
(125,114,123)
#887E87
(136,126,135)
#938A93
(147,138,147)
#9E969F
(158,150,159)
#A9A2AB
(169,162,171)
#B4AEB7
(180,174,183)
#BFBAC3
(191,186,195)
#CAC6CF
(202,198,207)
#D5D2DB
(213,210,219)
#E0DEE7
(224,222,231)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D727B; }

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

This text font color is #7D727B.


Background Color

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

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

This div background color is #7D727B.


Border color

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

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

This div border color is #7D727B.


Opacity

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

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

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

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

This text has shadow with #7D727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D727B on black background.


Color preview on white background

This text has color #7D727B on white background.



Black color preview on #7D727B background

This text has black color on #7D727B background.


White color preview on #7D727B background

This text has white color on #7D727B background.