COLOR #7D757A

HEX: #7D757A
RGB: (125,117,122)

Renk bilgisi

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

RGB renk modeli

#7D757A color RGB value is (125,117,122).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 117 of 255 = 46%
B 122 of 255 = 48%

125
117
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 117 + 122 = 364 (100%)
R 125 of 364 ~ 34.34%
G 117 of 364 ~ 32.14%
B 122 of 364 ~ 33.52%

%34.34
%32.14
%33.52

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.40%
  • sarı tonu 2.40%
  • ana renk tonu 50.98%
CMYK:
(0,6,2,51)
C0M6Y2K51 
(0%,6%,2%,51%)
(0.00/0.06/0.02/0.51)	

CMYK yüzdeleri

%0
%6.4
%2.4
%50.98

Codes

Color #7D757A in popluar color models

7D757A
RGB125117122
HSL323°3.31%47.45%
HSB/HSV323°6.40%49.02%
CMYK0.00%6.40%2.40%
50.98%

Color #7D757A in popluar number systems.

HEX7D757A
Decimal125117122
Binary111110111101011111010
Octal175165172

Shades and tints

Shades of #7D757A

#7D757A
(125,117,122)
#726B6F
(114,107,111)
#676164
(103,97,100)
#5C5759
(92,87,89)
#514D4E
(81,77,78)
#464343
(70,67,67)
#3B3938
(59,57,56)
#302F2D
(48,47,45)
#252522
(37,37,34)
#1A1B17
(26,27,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #7D757A

#7D757A
(125,117,122)
#888186
(136,129,134)
#938D92
(147,141,146)
#9E999E
(158,153,158)
#A9A5AA
(169,165,170)
#B4B1B6
(180,177,182)
#BFBDC2
(191,189,194)
#CAC9CE
(202,201,206)
#D5D5DA
(213,213,218)
#E0E1E6
(224,225,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D757A; }

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

This text font color is #7D757A.


Background Color

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

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

This div background color is #7D757A.


Border color

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

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

This div border color is #7D757A.


Opacity

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

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

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

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

This text has shadow with #7D757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D757A on black background.


Color preview on white background

This text has color #7D757A on white background.



Black color preview on #7D757A background

This text has black color on #7D757A background.


White color preview on #7D757A background

This text has white color on #7D757A background.