COLOR #7D494C

HEX: #7D494C
RGB: (125,73,76)

Renk bilgisi

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

RGB renk modeli

#7D494C color RGB value is (125,73,76).

  • kırmız ton 125;
  • yeşil ton 73;
  • mavi ton 76.
RGB:
(125,73,76)
(49%,29%,30%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 73 of 255 = 29%
B 76 of 255 = 30%

125
73
76

R + G + B ~ 36%. #7D494C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 73 + 76 = 274 (100%)
R 125 of 274 ~ 45.62%
G 73 of 274 ~ 26.64%
B 76 of 274 ~ 27.74%

%45.62
%26.64
%27.74

CMYK RENK MODELİ

#7D494C rengi CMYK tonu (0,42,39,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.60%
  • sarı tonu 39.20%
  • ana renk tonu 50.98%
CMYK:
(0,42,39,51)
C0M42Y39K51 
(0%,42%,39%,51%)
(0.00/0.42/0.39/0.51)	

CMYK yüzdeleri

%0
%41.6
%39.2
%50.98

Codes

Color #7D494C in popluar color models

7D494C
RGB1257376
HSL357°26.26%38.82%
HSB/HSV357°41.60%49.02%
CMYK0.00%41.60%39.20%
50.98%

Color #7D494C in popluar number systems.

HEX7D494C
Decimal1257376
Binary111110110010011001100
Octal175111114

Shades and tints

Shades of #7D494C

#7D494C
(125,73,76)
#724346
(114,67,70)
#673D40
(103,61,64)
#5C373A
(92,55,58)
#513134
(81,49,52)
#462B2E
(70,43,46)
#3B2528
(59,37,40)
#301F22
(48,31,34)
#25191C
(37,25,28)
#1A1316
(26,19,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #7D494C

#7D494C
(125,73,76)
#88595C
(136,89,92)
#93696C
(147,105,108)
#9E797C
(158,121,124)
#A9898C
(169,137,140)
#B4999C
(180,153,156)
#BFA9AC
(191,169,172)
#CAB9BC
(202,185,188)
#D5C9CC
(213,201,204)
#E0D9DC
(224,217,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D494C color. Also use rgb(125,73,76) instead hex code.

Text Font Color

.myTextColor { color: #7D494C; }

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

This text font color is #7D494C.


Background Color

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

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

This div background color is #7D494C.


Border color

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

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

This div border color is #7D494C.


Opacity

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

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

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

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

This text has shadow with #7D494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D494C on black background.


Color preview on white background

This text has color #7D494C on white background.



Black color preview on #7D494C background

This text has black color on #7D494C background.


White color preview on #7D494C background

This text has white color on #7D494C background.