COLOR #7D747A

HEX: #7D747A
RGB: (125,116,122)

Renk bilgisi

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

RGB renk modeli

#7D747A color RGB value is (125,116,122).

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

RGB bağlantıları ve doygunluk

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

125
116
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 116 + 122 = 363 (100%)
R 125 of 363 ~ 34.44%
G 116 of 363 ~ 31.96%
B 122 of 363 ~ 33.61%

%34.44
%31.96
%33.61

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.20%
  • sarı tonu 2.40%
  • 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
%2.4
%50.98

Codes

Color #7D747A in popluar color models

7D747A
RGB125116122
HSL320°3.73%47.25%
HSB/HSV320°7.20%49.02%
CMYK0.00%7.20%2.40%
50.98%

Color #7D747A in popluar number systems.

HEX7D747A
Decimal125116122
Binary111110111101001111010
Octal175164172

Shades and tints

Shades of #7D747A

#7D747A
(125,116,122)
#726A6F
(114,106,111)
#676064
(103,96,100)
#5C5659
(92,86,89)
#514C4E
(81,76,78)
#464243
(70,66,67)
#3B3838
(59,56,56)
#302E2D
(48,46,45)
#252422
(37,36,34)
#1A1A17
(26,26,23)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #7D747A

#7D747A
(125,116,122)
#888086
(136,128,134)
#938C92
(147,140,146)
#9E989E
(158,152,158)
#A9A4AA
(169,164,170)
#B4B0B6
(180,176,182)
#BFBCC2
(191,188,194)
#CAC8CE
(202,200,206)
#D5D4DA
(213,212,218)
#E0E0E6
(224,224,230)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D747A; }

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

This text font color is #7D747A.


Background Color

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

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

This div background color is #7D747A.


Border color

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

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

This div border color is #7D747A.


Opacity

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

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

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

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

This text has shadow with #7D747A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D747A on black background.


Color preview on white background

This text has color #7D747A on white background.



Black color preview on #7D747A background

This text has black color on #7D747A background.


White color preview on #7D747A background

This text has white color on #7D747A background.