COLOR #7D766B

HEX: #7D766B
RGB: (125,118,107)

Renk bilgisi

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

RGB renk modeli

#7D766B color RGB value is (125,118,107).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 118 of 255 = 46%
B 107 of 255 = 42%

125
118
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 118 + 107 = 350 (100%)
R 125 of 350 ~ 35.71%
G 118 of 350 ~ 33.71%
B 107 of 350 ~ 30.57%

%35.71
%33.71
%30.57

CMYK RENK MODELİ

#7D766B rengi CMYK tonu (0,6,14,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.60%
  • sarı tonu 14.40%
  • ana renk tonu 50.98%
CMYK:
(0,6,14,51)
C0M6Y14K51 
(0%,6%,14%,51%)
(0.00/0.06/0.14/0.51)	

CMYK yüzdeleri

%0
%5.6
%14.4
%50.98

Codes

Color #7D766B in popluar color models

7D766B
RGB125118107
HSL37°7.76%45.49%
HSB/HSV37°14.40%49.02%
CMYK0.00%5.60%14.40%
50.98%

Color #7D766B in popluar number systems.

HEX7D766B
Decimal125118107
Binary111110111101101101011
Octal175166153

Shades and tints

Shades of #7D766B

#7D766B
(125,118,107)
#726C62
(114,108,98)
#676259
(103,98,89)
#5C5850
(92,88,80)
#514E47
(81,78,71)
#46443E
(70,68,62)
#3B3A35
(59,58,53)
#30302C
(48,48,44)
#252623
(37,38,35)
#1A1C1A
(26,28,26)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D766B

#7D766B
(125,118,107)
#888278
(136,130,120)
#938E85
(147,142,133)
#9E9A92
(158,154,146)
#A9A69F
(169,166,159)
#B4B2AC
(180,178,172)
#BFBEB9
(191,190,185)
#CACAC6
(202,202,198)
#D5D6D3
(213,214,211)
#E0E2E0
(224,226,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D766B; }

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

This text font color is #7D766B.


Background Color

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

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

This div background color is #7D766B.


Border color

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

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

This div border color is #7D766B.


Opacity

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

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

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

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

This text has shadow with #7D766B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D766B on black background.


Color preview on white background

This text has color #7D766B on white background.



Black color preview on #7D766B background

This text has black color on #7D766B background.


White color preview on #7D766B background

This text has white color on #7D766B background.