COLOR #7D7F85

HEX: #7D7F85
RGB: (125,127,133)

Renk bilgisi

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

RGB renk modeli

#7D7F85 color RGB value is (125,127,133).

  • kırmız ton 125;
  • yeşil ton 127;
  • mavi ton 133.
RGB:
(125,127,133)
(49%,50%,52%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 127 of 255 = 50%
B 133 of 255 = 52%

125
127
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 127 + 133 = 385 (100%)
R 125 of 385 ~ 32.47%
G 127 of 385 ~ 32.99%
B 133 of 385 ~ 34.55%

%32.47
%32.99
%34.55

CMYK RENK MODELİ

#7D7F85 rengi CMYK tonu (6,5,0,48).

  • camgöbeği tonu 6.02%
  • eflatun tonu 4.51%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(6,5,0,48)
C6M5Y0K48 
(6%,5%,0%,48%)
(0.06/0.05/0.00/0.48)	

CMYK yüzdeleri

%6.02
%4.51
%0
%47.84

Codes

Color #7D7F85 in popluar color models

7D7F85
RGB125127133
HSL225°3.17%50.59%
HSB/HSV225°6.02%52.16%
CMYK6.02%4.51%0.00%
47.84%

Color #7D7F85 in popluar number systems.

HEX7D7F85
Decimal125127133
Binary1111101111111110000101
Octal175177205

Shades and tints

Shades of #7D7F85

#7D7F85
(125,127,133)
#727479
(114,116,121)
#67696D
(103,105,109)
#5C5E61
(92,94,97)
#515355
(81,83,85)
#464849
(70,72,73)
#3B3D3D
(59,61,61)
#303231
(48,50,49)
#252725
(37,39,37)
#1A1C19
(26,28,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D7F85

#7D7F85
(125,127,133)
#888A90
(136,138,144)
#93959B
(147,149,155)
#9EA0A6
(158,160,166)
#A9ABB1
(169,171,177)
#B4B6BC
(180,182,188)
#BFC1C7
(191,193,199)
#CACCD2
(202,204,210)
#D5D7DD
(213,215,221)
#E0E2E8
(224,226,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7F85; }

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

This text font color is #7D7F85.


Background Color

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

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

This div background color is #7D7F85.


Border color

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

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

This div border color is #7D7F85.


Opacity

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

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

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

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

This text has shadow with #7D7F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F85 on black background.


Color preview on white background

This text has color #7D7F85 on white background.



Black color preview on #7D7F85 background

This text has black color on #7D7F85 background.


White color preview on #7D7F85 background

This text has white color on #7D7F85 background.