COLOR #7D8376

HEX: #7D8376
RGB: (125,131,118)

Renk bilgisi

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

RGB renk modeli

#7D8376 color RGB value is (125,131,118).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 131 of 255 = 51%
B 118 of 255 = 46%

125
131
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 131 + 118 = 374 (100%)
R 125 of 374 ~ 33.42%
G 131 of 374 ~ 35.03%
B 118 of 374 ~ 31.55%

%33.42
%35.03
%31.55

CMYK RENK MODELİ

#7D8376 rengi CMYK tonu (5,0,10,49).

  • camgöbeği tonu 4.58%
  • eflatun tonu 0.00%
  • sarı tonu 9.92%
  • ana renk tonu 48.63%
CMYK:
(5,0,10,49)
C5M0Y10K49 
(5%,0%,10%,49%)
(0.05/0.00/0.10/0.49)	

CMYK yüzdeleri

%4.58
%0
%9.92
%48.63

Codes

Color #7D8376 in popluar color models

7D8376
RGB125131118
HSL88°5.22%48.82%
HSB/HSV88°9.92%51.37%
CMYK4.58%0.00%9.92%
48.63%

Color #7D8376 in popluar number systems.

HEX7D8376
Decimal125131118
Binary1111101100000111110110
Octal175203166

Shades and tints

Shades of #7D8376

#7D8376
(125,131,118)
#72786C
(114,120,108)
#676D62
(103,109,98)
#5C6258
(92,98,88)
#51574E
(81,87,78)
#464C44
(70,76,68)
#3B413A
(59,65,58)
#303630
(48,54,48)
#252B26
(37,43,38)
#1A201C
(26,32,28)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #7D8376

#7D8376
(125,131,118)
#888E82
(136,142,130)
#93998E
(147,153,142)
#9EA49A
(158,164,154)
#A9AFA6
(169,175,166)
#B4BAB2
(180,186,178)
#BFC5BE
(191,197,190)
#CAD0CA
(202,208,202)
#D5DBD6
(213,219,214)
#E0E6E2
(224,230,226)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8376; }

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

This text font color is #7D8376.


Background Color

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

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

This div background color is #7D8376.


Border color

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

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

This div border color is #7D8376.


Opacity

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

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

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

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

This text has shadow with #7D8376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8376 on black background.


Color preview on white background

This text has color #7D8376 on white background.



Black color preview on #7D8376 background

This text has black color on #7D8376 background.


White color preview on #7D8376 background

This text has white color on #7D8376 background.