COLOR #7D777B

HEX: #7D777B
RGB: (125,119,123)

Renk bilgisi

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

RGB renk modeli

#7D777B color RGB value is (125,119,123).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 119 of 255 = 47%
B 123 of 255 = 48%

125
119
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 119 + 123 = 367 (100%)
R 125 of 367 ~ 34.06%
G 119 of 367 ~ 32.43%
B 123 of 367 ~ 33.51%

%34.06
%32.43
%33.51

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.80%
  • sarı tonu 1.60%
  • ana renk tonu 50.98%
CMYK:
(0,5,2,51)
C0M5Y2K51 
(0%,5%,2%,51%)
(0.00/0.05/0.02/0.51)	

CMYK yüzdeleri

%0
%4.8
%1.6
%50.98

Codes

Color #7D777B in popluar color models

7D777B
RGB125119123
HSL320°2.46%47.84%
HSB/HSV320°4.80%49.02%
CMYK0.00%4.80%1.60%
50.98%

Color #7D777B in popluar number systems.

HEX7D777B
Decimal125119123
Binary111110111101111111011
Octal175167173

Shades and tints

Shades of #7D777B

#7D777B
(125,119,123)
#726D70
(114,109,112)
#676365
(103,99,101)
#5C595A
(92,89,90)
#514F4F
(81,79,79)
#464544
(70,69,68)
#3B3B39
(59,59,57)
#30312E
(48,49,46)
#252723
(37,39,35)
#1A1D18
(26,29,24)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7D777B

#7D777B
(125,119,123)
#888387
(136,131,135)
#938F93
(147,143,147)
#9E9B9F
(158,155,159)
#A9A7AB
(169,167,171)
#B4B3B7
(180,179,183)
#BFBFC3
(191,191,195)
#CACBCF
(202,203,207)
#D5D7DB
(213,215,219)
#E0E3E7
(224,227,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D777B; }

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

This text font color is #7D777B.


Background Color

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

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

This div background color is #7D777B.


Border color

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

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

This div border color is #7D777B.


Opacity

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

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

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

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

This text has shadow with #7D777B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D777B on black background.


Color preview on white background

This text has color #7D777B on white background.



Black color preview on #7D777B background

This text has black color on #7D777B background.


White color preview on #7D777B background

This text has white color on #7D777B background.