COLOR #8B7E77

HEX: #8B7E77
RGB: (139,126,119)

Renk bilgisi

#8B7E77 contains red, green and blue colors in about the same proportion. #8B7E77 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#8B7E77 color RGB value is (139,126,119).

  • kırmız ton 139;
  • yeşil ton 126;
  • mavi ton 119.
RGB:
(139,126,119)
(55%,49%,47%)

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 126 of 255 = 49%
B 119 of 255 = 47%

139
126
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 126 + 119 = 384 (100%)
R 139 of 384 ~ 36.2%
G 126 of 384 ~ 32.81%
B 119 of 384 ~ 30.99%

%36.2
%32.81
%30.99

CMYK RENK MODELİ

#8B7E77 rengi CMYK tonu (0,9,14,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.35%
  • sarı tonu 14.39%
  • ana renk tonu 45.49%
CMYK:
(0,9,14,45)
C0M9Y14K45 
(0%,9%,14%,45%)
(0.00/0.09/0.14/0.45)	

CMYK yüzdeleri

%0
%9.35
%14.39
%45.49

Codes

Color #8B7E77 in popluar color models

8B7E77
RGB139126119
HSL21°7.94%50.59%
HSB/HSV21°14.39%54.51%
CMYK0.00%9.35%14.39%
45.49%

Color #8B7E77 in popluar number systems.

HEX8B7E77
Decimal139126119
Binary1000101111111101110111
Octal213176167

Shades and tints

Shades of #8B7E77

#8B7E77
(139,126,119)
#7F736D
(127,115,109)
#736863
(115,104,99)
#675D59
(103,93,89)
#5B524F
(91,82,79)
#4F4745
(79,71,69)
#433C3B
(67,60,59)
#373131
(55,49,49)
#2B2627
(43,38,39)
#1F1B1D
(31,27,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #8B7E77

#8B7E77
(139,126,119)
#958983
(149,137,131)
#9F948F
(159,148,143)
#A99F9B
(169,159,155)
#B3AAA7
(179,170,167)
#BDB5B3
(189,181,179)
#C7C0BF
(199,192,191)
#D1CBCB
(209,203,203)
#DBD6D7
(219,214,215)
#E5E1E3
(229,225,227)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7E77 color. Also use rgb(139,126,119) instead hex code.

Text Font Color

.myTextColor { color: #8B7E77; }

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

This text font color is #8B7E77.


Background Color

.myBgColor { background-color: #8B7E77; }

<div style="background-color:#8B7E77">Inner text</div>

This div background color is #8B7E77.


Border color

.myBorderColor { border: 1px solid #8B7E77; }

<div style="border:3px solid #8B7E77">Div</div>

This div border color is #8B7E77.


Opacity

.myOpacity80 { color: #8B7E77; opacity: 0.8; }

<p style="color:#8B7E77;opacity:0.8;">80%</p>

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

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

This text has shadow with #8B7E77 color.

.textShadow {text-shadow: 3px 3px 1px #8B7E77, 3px 3px 1px red;}

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

This text has shadow with #8B7E77 primary color and red secondary color.


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

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

This text has shadow with #8B7E77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7E77 on black background.


Color preview on white background

This text has color #8B7E77 on white background.



Black color preview on #8B7E77 background

This text has black color on #8B7E77 background.


White color preview on #8B7E77 background

This text has white color on #8B7E77 background.