COLOR #7D7A7E

HEX: #7D7A7E
RGB: (125,122,126)

Renk bilgisi

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

RGB renk modeli

#7D7A7E color RGB value is (125,122,126).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 122 of 255 = 48%
B 126 of 255 = 49%

125
122
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 122 + 126 = 373 (100%)
R 125 of 373 ~ 33.51%
G 122 of 373 ~ 32.71%
B 126 of 373 ~ 33.78%

%33.51
%32.71
%33.78

CMYK RENK MODELİ

#7D7A7E rengi CMYK tonu (1,3,0,51).

  • camgöbeği tonu 0.79%
  • eflatun tonu 3.17%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(1,3,0,51)
C1M3Y0K51 
(1%,3%,0%,51%)
(0.01/0.03/0.00/0.51)	

CMYK yüzdeleri

%0.79
%3.17
%0
%50.59

Codes

Color #7D7A7E in popluar color models

7D7A7E
RGB125122126
HSL285°1.61%48.63%
HSB/HSV285°3.17%49.41%
CMYK0.79%3.17%0.00%
50.59%

Color #7D7A7E in popluar number systems.

HEX7D7A7E
Decimal125122126
Binary111110111110101111110
Octal175172176

Shades and tints

Shades of #7D7A7E

#7D7A7E
(125,122,126)
#726F73
(114,111,115)
#676468
(103,100,104)
#5C595D
(92,89,93)
#514E52
(81,78,82)
#464347
(70,67,71)
#3B383C
(59,56,60)
#302D31
(48,45,49)
#252226
(37,34,38)
#1A171B
(26,23,27)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #7D7A7E

#7D7A7E
(125,122,126)
#888689
(136,134,137)
#939294
(147,146,148)
#9E9E9F
(158,158,159)
#A9AAAA
(169,170,170)
#B4B6B5
(180,182,181)
#BFC2C0
(191,194,192)
#CACECB
(202,206,203)
#D5DAD6
(213,218,214)
#E0E6E1
(224,230,225)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7A7E color. Also use rgb(125,122,126) instead hex code.

Text Font Color

.myTextColor { color: #7D7A7E; }

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

This text font color is #7D7A7E.


Background Color

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

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

This div background color is #7D7A7E.


Border color

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

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

This div border color is #7D7A7E.


Opacity

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

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

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

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

This text has shadow with #7D7A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7A7E on black background.


Color preview on white background

This text has color #7D7A7E on white background.



Black color preview on #7D7A7E background

This text has black color on #7D7A7E background.


White color preview on #7D7A7E background

This text has white color on #7D7A7E background.