COLOR #7D8976

HEX: #7D8976
RGB: (125,137,118)

Renk bilgisi

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

RGB renk modeli

#7D8976 color RGB value is (125,137,118).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 137 of 255 = 54%
B 118 of 255 = 46%

125
137
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 137 + 118 = 380 (100%)
R 125 of 380 ~ 32.89%
G 137 of 380 ~ 36.05%
B 118 of 380 ~ 31.05%

%32.89
%36.05
%31.05

CMYK RENK MODELİ

#7D8976 rengi CMYK tonu (9,0,14,46).

  • camgöbeği tonu 8.76%
  • eflatun tonu 0.00%
  • sarı tonu 13.87%
  • ana renk tonu 46.27%
CMYK:
(9,0,14,46)
C9M0Y14K46 
(9%,0%,14%,46%)
(0.09/0.00/0.14/0.46)	

CMYK yüzdeleri

%8.76
%0
%13.87
%46.27

Codes

Color #7D8976 in popluar color models

7D8976
RGB125137118
HSL98°7.45%50.00%
HSB/HSV98°13.87%53.73%
CMYK8.76%0.00%13.87%
46.27%

Color #7D8976 in popluar number systems.

HEX7D8976
Decimal125137118
Binary1111101100010011110110
Octal175211166

Shades and tints

Shades of #7D8976

#7D8976
(125,137,118)
#727D6C
(114,125,108)
#677162
(103,113,98)
#5C6558
(92,101,88)
#51594E
(81,89,78)
#464D44
(70,77,68)
#3B413A
(59,65,58)
#303530
(48,53,48)
#252926
(37,41,38)
#1A1D1C
(26,29,28)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #7D8976

#7D8976
(125,137,118)
#889382
(136,147,130)
#939D8E
(147,157,142)
#9EA79A
(158,167,154)
#A9B1A6
(169,177,166)
#B4BBB2
(180,187,178)
#BFC5BE
(191,197,190)
#CACFCA
(202,207,202)
#D5D9D6
(213,217,214)
#E0E3E2
(224,227,226)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8976; }

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

This text font color is #7D8976.


Background Color

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

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

This div background color is #7D8976.


Border color

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

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

This div border color is #7D8976.


Opacity

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

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

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

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

This text has shadow with #7D8976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8976 on black background.


Color preview on white background

This text has color #7D8976 on white background.



Black color preview on #7D8976 background

This text has black color on #7D8976 background.


White color preview on #7D8976 background

This text has white color on #7D8976 background.