COLOR #7D6B77

HEX: #7D6B77
RGB: (125,107,119)

Renk bilgisi

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

RGB renk modeli

#7D6B77 color RGB value is (125,107,119).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 107 of 255 = 42%
B 119 of 255 = 47%

125
107
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 107 + 119 = 351 (100%)
R 125 of 351 ~ 35.61%
G 107 of 351 ~ 30.48%
B 119 of 351 ~ 33.9%

%35.61
%30.48
%33.9

CMYK RENK MODELİ

#7D6B77 rengi CMYK tonu (0,14,5,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.40%
  • sarı tonu 4.80%
  • ana renk tonu 50.98%
CMYK:
(0,14,5,51)
C0M14Y5K51 
(0%,14%,5%,51%)
(0.00/0.14/0.05/0.51)	

CMYK yüzdeleri

%0
%14.4
%4.8
%50.98

Codes

Color #7D6B77 in popluar color models

7D6B77
RGB125107119
HSL320°7.76%45.49%
HSB/HSV320°14.40%49.02%
CMYK0.00%14.40%4.80%
50.98%

Color #7D6B77 in popluar number systems.

HEX7D6B77
Decimal125107119
Binary111110111010111110111
Octal175153167

Shades and tints

Shades of #7D6B77

#7D6B77
(125,107,119)
#72626D
(114,98,109)
#675963
(103,89,99)
#5C5059
(92,80,89)
#51474F
(81,71,79)
#463E45
(70,62,69)
#3B353B
(59,53,59)
#302C31
(48,44,49)
#252327
(37,35,39)
#1A1A1D
(26,26,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7D6B77

#7D6B77
(125,107,119)
#887883
(136,120,131)
#93858F
(147,133,143)
#9E929B
(158,146,155)
#A99FA7
(169,159,167)
#B4ACB3
(180,172,179)
#BFB9BF
(191,185,191)
#CAC6CB
(202,198,203)
#D5D3D7
(213,211,215)
#E0E0E3
(224,224,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6B77; }

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

This text font color is #7D6B77.


Background Color

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

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

This div background color is #7D6B77.


Border color

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

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

This div border color is #7D6B77.


Opacity

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

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

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

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

This text has shadow with #7D6B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6B77 on black background.


Color preview on white background

This text has color #7D6B77 on white background.



Black color preview on #7D6B77 background

This text has black color on #7D6B77 background.


White color preview on #7D6B77 background

This text has white color on #7D6B77 background.