COLOR #888B77

HEX: #888B77
RGB: (136,139,119)

Renk bilgisi

#888B77 contains red, green and blue colors in about the same proportion. #888B77 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#888B77 color RGB value is (136,139,119).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 139 of 255 = 55%
B 119 of 255 = 47%

136
139
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 139 + 119 = 394 (100%)
R 136 of 394 ~ 34.52%
G 139 of 394 ~ 35.28%
B 119 of 394 ~ 30.2%

%34.52
%35.28
%30.2

CMYK RENK MODELİ

#888B77 rengi CMYK tonu (2,0,14,45).

  • camgöbeği tonu 2.16%
  • eflatun tonu 0.00%
  • sarı tonu 14.39%
  • ana renk tonu 45.49%
CMYK:
(2,0,14,45)
C2M0Y14K45 
(2%,0%,14%,45%)
(0.02/0.00/0.14/0.45)	

CMYK yüzdeleri

%2.16
%0
%14.39
%45.49

Codes

Color #888B77 in popluar color models

888B77
RGB136139119
HSL69°7.94%50.59%
HSB/HSV69°14.39%54.51%
CMYK2.16%0.00%14.39%
45.49%

Color #888B77 in popluar number systems.

HEX888B77
Decimal136139119
Binary10001000100010111110111
Octal210213167

Shades and tints

Shades of #888B77

#888B77
(136,139,119)
#7C7F6D
(124,127,109)
#707363
(112,115,99)
#646759
(100,103,89)
#585B4F
(88,91,79)
#4C4F45
(76,79,69)
#40433B
(64,67,59)
#343731
(52,55,49)
#282B27
(40,43,39)
#1C1F1D
(28,31,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #888B77

#888B77
(136,139,119)
#929583
(146,149,131)
#9C9F8F
(156,159,143)
#A6A99B
(166,169,155)
#B0B3A7
(176,179,167)
#BABDB3
(186,189,179)
#C4C7BF
(196,199,191)
#CED1CB
(206,209,203)
#D8DBD7
(216,219,215)
#E2E5E3
(226,229,227)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888B77 color. Also use rgb(136,139,119) instead hex code.

Text Font Color

.myTextColor { color: #888B77; }

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

This text font color is #888B77.


Background Color

.myBgColor { background-color: #888B77; }

<div style="background-color:#888B77">Inner text</div>

This div background color is #888B77.


Border color

.myBorderColor { border: 1px solid #888B77; }

<div style="border:3px solid #888B77">Div</div>

This div border color is #888B77.


Opacity

.myOpacity80 { color: #888B77; opacity: 0.8; }

<p style="color:#888B77;opacity:0.8;">80%</p>

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

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

This text has shadow with #888B77 color.

.textShadow {text-shadow: 3px 3px 1px #888B77, 3px 3px 1px red;}

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

This text has shadow with #888B77 primary color and red secondary color.


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

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

This text has shadow with #888B77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888B77 on black background.


Color preview on white background

This text has color #888B77 on white background.



Black color preview on #888B77 background

This text has black color on #888B77 background.


White color preview on #888B77 background

This text has white color on #888B77 background.