COLOR #877C77

HEX: #877C77
RGB: (135,124,119)

Renk bilgisi

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

RGB renk modeli

#877C77 color RGB value is (135,124,119).

  • kırmız ton 135;
  • yeşil ton 124;
  • mavi ton 119.
RGB:
(135,124,119)
(53%,49%,47%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 124 of 255 = 49%
B 119 of 255 = 47%

135
124
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 124 + 119 = 378 (100%)
R 135 of 378 ~ 35.71%
G 124 of 378 ~ 32.8%
B 119 of 378 ~ 31.48%

%35.71
%32.8
%31.48

CMYK RENK MODELİ

#877C77 rengi CMYK tonu (0,8,12,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.15%
  • sarı tonu 11.85%
  • ana renk tonu 47.06%
CMYK:
(0,8,12,47)
C0M8Y12K47 
(0%,8%,12%,47%)
(0.00/0.08/0.12/0.47)	

CMYK yüzdeleri

%0
%8.15
%11.85
%47.06

Codes

Color #877C77 in popluar color models

877C77
RGB135124119
HSL19°6.30%49.80%
HSB/HSV19°11.85%52.94%
CMYK0.00%8.15%11.85%
47.06%

Color #877C77 in popluar number systems.

HEX877C77
Decimal135124119
Binary1000011111111001110111
Octal207174167

Shades and tints

Shades of #877C77

#877C77
(135,124,119)
#7B716D
(123,113,109)
#6F6663
(111,102,99)
#635B59
(99,91,89)
#57504F
(87,80,79)
#4B4545
(75,69,69)
#3F3A3B
(63,58,59)
#332F31
(51,47,49)
#272427
(39,36,39)
#1B191D
(27,25,29)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #877C77

#877C77
(135,124,119)
#918783
(145,135,131)
#9B928F
(155,146,143)
#A59D9B
(165,157,155)
#AFA8A7
(175,168,167)
#B9B3B3
(185,179,179)
#C3BEBF
(195,190,191)
#CDC9CB
(205,201,203)
#D7D4D7
(215,212,215)
#E1DFE3
(225,223,227)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877C77 color. Also use rgb(135,124,119) instead hex code.

Text Font Color

.myTextColor { color: #877C77; }

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

This text font color is #877C77.


Background Color

.myBgColor { background-color: #877C77; }

<div style="background-color:#877C77">Inner text</div>

This div background color is #877C77.


Border color

.myBorderColor { border: 1px solid #877C77; }

<div style="border:3px solid #877C77">Div</div>

This div border color is #877C77.


Opacity

.myOpacity80 { color: #877C77; opacity: 0.8; }

<p style="color:#877C77;opacity:0.8;">80%</p>

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

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

This text has shadow with #877C77 color.

.textShadow {text-shadow: 3px 3px 1px #877C77, 3px 3px 1px red;}

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

This text has shadow with #877C77 primary color and red secondary color.


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

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

This text has shadow with #877C77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C77 on black background.


Color preview on white background

This text has color #877C77 on white background.



Black color preview on #877C77 background

This text has black color on #877C77 background.


White color preview on #877C77 background

This text has white color on #877C77 background.