COLOR #7D9977

HEX: #7D9977
RGB: (125,153,119)

Renk bilgisi

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

RGB renk modeli

#7D9977 color RGB value is (125,153,119).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 153 of 255 = 60%
B 119 of 255 = 47%

125
153
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 153 + 119 = 397 (100%)
R 125 of 397 ~ 31.49%
G 153 of 397 ~ 38.54%
B 119 of 397 ~ 29.97%

%31.49
%38.54
%29.97

CMYK RENK MODELİ

#7D9977 rengi CMYK tonu (18,0,22,40).

  • camgöbeği tonu 18.30%
  • eflatun tonu 0.00%
  • sarı tonu 22.22%
  • ana renk tonu 40.00%
CMYK:
(18,0,22,40)
C18M0Y22K40 
(18%,0%,22%,40%)
(0.18/0.00/0.22/0.40)	

CMYK yüzdeleri

%18.3
%0
%22.22
%40

Codes

Color #7D9977 in popluar color models

7D9977
RGB125153119
HSL109°14.29%53.33%
HSB/HSV109°22.22%60.00%
CMYK18.30%0.00%22.22%
40.00%

Color #7D9977 in popluar number systems.

HEX7D9977
Decimal125153119
Binary1111101100110011110111
Octal175231167

Shades and tints

Shades of #7D9977

#7D9977
(125,153,119)
#728C6D
(114,140,109)
#677F63
(103,127,99)
#5C7259
(92,114,89)
#51654F
(81,101,79)
#465845
(70,88,69)
#3B4B3B
(59,75,59)
#303E31
(48,62,49)
#253127
(37,49,39)
#1A241D
(26,36,29)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #7D9977

#7D9977
(125,153,119)
#88A283
(136,162,131)
#93AB8F
(147,171,143)
#9EB49B
(158,180,155)
#A9BDA7
(169,189,167)
#B4C6B3
(180,198,179)
#BFCFBF
(191,207,191)
#CAD8CB
(202,216,203)
#D5E1D7
(213,225,215)
#E0EAE3
(224,234,227)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9977; }

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

This text font color is #7D9977.


Background Color

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

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

This div background color is #7D9977.


Border color

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

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

This div border color is #7D9977.


Opacity

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

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

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

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

This text has shadow with #7D9977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9977 on black background.


Color preview on white background

This text has color #7D9977 on white background.



Black color preview on #7D9977 background

This text has black color on #7D9977 background.


White color preview on #7D9977 background

This text has white color on #7D9977 background.