COLOR #7D7379

HEX: #7D7379
RGB: (125,115,121)

Renk bilgisi

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

RGB renk modeli

#7D7379 color RGB value is (125,115,121).

  • kırmız ton 125;
  • yeşil ton 115;
  • mavi ton 121.
RGB:
(125,115,121)
(49%,45%,47%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 115 of 255 = 45%
B 121 of 255 = 47%

125
115
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 115 + 121 = 361 (100%)
R 125 of 361 ~ 34.63%
G 115 of 361 ~ 31.86%
B 121 of 361 ~ 33.52%

%34.63
%31.86
%33.52

CMYK RENK MODELİ

#7D7379 rengi CMYK tonu (0,8,3,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.00%
  • sarı tonu 3.20%
  • ana renk tonu 50.98%
CMYK:
(0,8,3,51)
C0M8Y3K51 
(0%,8%,3%,51%)
(0.00/0.08/0.03/0.51)	

CMYK yüzdeleri

%0
%8
%3.2
%50.98

Codes

Color #7D7379 in popluar color models

7D7379
RGB125115121
HSL324°4.17%47.06%
HSB/HSV324°8.00%49.02%
CMYK0.00%8.00%3.20%
50.98%

Color #7D7379 in popluar number systems.

HEX7D7379
Decimal125115121
Binary111110111100111111001
Octal175163171

Shades and tints

Shades of #7D7379

#7D7379
(125,115,121)
#72696E
(114,105,110)
#675F63
(103,95,99)
#5C5558
(92,85,88)
#514B4D
(81,75,77)
#464142
(70,65,66)
#3B3737
(59,55,55)
#302D2C
(48,45,44)
#252321
(37,35,33)
#1A1916
(26,25,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D7379

#7D7379
(125,115,121)
#887F85
(136,127,133)
#938B91
(147,139,145)
#9E979D
(158,151,157)
#A9A3A9
(169,163,169)
#B4AFB5
(180,175,181)
#BFBBC1
(191,187,193)
#CAC7CD
(202,199,205)
#D5D3D9
(213,211,217)
#E0DFE5
(224,223,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7379 color. Also use rgb(125,115,121) instead hex code.

Text Font Color

.myTextColor { color: #7D7379; }

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

This text font color is #7D7379.


Background Color

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

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

This div background color is #7D7379.


Border color

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

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

This div border color is #7D7379.


Opacity

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

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

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

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

This text has shadow with #7D7379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7379 on black background.


Color preview on white background

This text has color #7D7379 on white background.



Black color preview on #7D7379 background

This text has black color on #7D7379 background.


White color preview on #7D7379 background

This text has white color on #7D7379 background.