COLOR #7D747B

HEX: #7D747B
RGB: (125,116,123)

Renk bilgisi

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

RGB renk modeli

#7D747B color RGB value is (125,116,123).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 116 of 255 = 45%
B 123 of 255 = 48%

125
116
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 116 + 123 = 364 (100%)
R 125 of 364 ~ 34.34%
G 116 of 364 ~ 31.87%
B 123 of 364 ~ 33.79%

%34.34
%31.87
%33.79

CMYK RENK MODELİ

#7D747B rengi CMYK tonu (0,7,2,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.20%
  • sarı tonu 1.60%
  • ana renk tonu 50.98%
CMYK:
(0,7,2,51)
C0M7Y2K51 
(0%,7%,2%,51%)
(0.00/0.07/0.02/0.51)	

CMYK yüzdeleri

%0
%7.2
%1.6
%50.98

Codes

Color #7D747B in popluar color models

7D747B
RGB125116123
HSL313°3.73%47.25%
HSB/HSV313°7.20%49.02%
CMYK0.00%7.20%1.60%
50.98%

Color #7D747B in popluar number systems.

HEX7D747B
Decimal125116123
Binary111110111101001111011
Octal175164173

Shades and tints

Shades of #7D747B

#7D747B
(125,116,123)
#726A70
(114,106,112)
#676065
(103,96,101)
#5C565A
(92,86,90)
#514C4F
(81,76,79)
#464244
(70,66,68)
#3B3839
(59,56,57)
#302E2E
(48,46,46)
#252423
(37,36,35)
#1A1A18
(26,26,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #7D747B

#7D747B
(125,116,123)
#888087
(136,128,135)
#938C93
(147,140,147)
#9E989F
(158,152,159)
#A9A4AB
(169,164,171)
#B4B0B7
(180,176,183)
#BFBCC3
(191,188,195)
#CAC8CF
(202,200,207)
#D5D4DB
(213,212,219)
#E0E0E7
(224,224,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D747B color. Also use rgb(125,116,123) instead hex code.

Text Font Color

.myTextColor { color: #7D747B; }

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

This text font color is #7D747B.


Background Color

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

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

This div background color is #7D747B.


Border color

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

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

This div border color is #7D747B.


Opacity

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

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

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

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

This text has shadow with #7D747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D747B on black background.


Color preview on white background

This text has color #7D747B on white background.



Black color preview on #7D747B background

This text has black color on #7D747B background.


White color preview on #7D747B background

This text has white color on #7D747B background.