COLOR #7D7F6F

HEX: #7D7F6F
RGB: (125,127,111)

Renk bilgisi

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

RGB renk modeli

#7D7F6F color RGB value is (125,127,111).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 127 of 255 = 50%
B 111 of 255 = 44%

125
127
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 127 + 111 = 363 (100%)
R 125 of 363 ~ 34.44%
G 127 of 363 ~ 34.99%
B 111 of 363 ~ 30.58%

%34.44
%34.99
%30.58

CMYK RENK MODELİ

#7D7F6F rengi CMYK tonu (2,0,13,50).

  • camgöbeği tonu 1.57%
  • eflatun tonu 0.00%
  • sarı tonu 12.60%
  • ana renk tonu 50.20%
CMYK:
(2,0,13,50)
C2M0Y13K50 
(2%,0%,13%,50%)
(0.02/0.00/0.13/0.50)	

CMYK yüzdeleri

%1.57
%0
%12.6
%50.2

Codes

Color #7D7F6F in popluar color models

7D7F6F
RGB125127111
HSL68°6.72%46.67%
HSB/HSV68°12.60%49.80%
CMYK1.57%0.00%12.60%
50.20%

Color #7D7F6F in popluar number systems.

HEX7D7F6F
Decimal125127111
Binary111110111111111101111
Octal175177157

Shades and tints

Shades of #7D7F6F

#7D7F6F
(125,127,111)
#727465
(114,116,101)
#67695B
(103,105,91)
#5C5E51
(92,94,81)
#515347
(81,83,71)
#46483D
(70,72,61)
#3B3D33
(59,61,51)
#303229
(48,50,41)
#25271F
(37,39,31)
#1A1C15
(26,28,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #7D7F6F

#7D7F6F
(125,127,111)
#888A7C
(136,138,124)
#939589
(147,149,137)
#9EA096
(158,160,150)
#A9ABA3
(169,171,163)
#B4B6B0
(180,182,176)
#BFC1BD
(191,193,189)
#CACCCA
(202,204,202)
#D5D7D7
(213,215,215)
#E0E2E4
(224,226,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7F6F; }

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

This text font color is #7D7F6F.


Background Color

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

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

This div background color is #7D7F6F.


Border color

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

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

This div border color is #7D7F6F.


Opacity

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

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

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

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

This text has shadow with #7D7F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F6F on black background.


Color preview on white background

This text has color #7D7F6F on white background.



Black color preview on #7D7F6F background

This text has black color on #7D7F6F background.


White color preview on #7D7F6F background

This text has white color on #7D7F6F background.