COLOR #837877

HEX: #837877
RGB: (131,120,119)

Renk bilgisi

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

RGB renk modeli

#837877 color RGB value is (131,120,119).

  • kırmız ton 131;
  • yeşil ton 120;
  • mavi ton 119.
RGB:
(131,120,119)
(51%,47%,47%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 120 of 255 = 47%
B 119 of 255 = 47%

131
120
119

R + G + B ~ 48%. #837877 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 120 + 119 = 370 (100%)
R 131 of 370 ~ 35.41%
G 120 of 370 ~ 32.43%
B 119 of 370 ~ 32.16%

%35.41
%32.43
%32.16

CMYK RENK MODELİ

#837877 rengi CMYK tonu (0,8,9,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 9.16%
  • ana renk tonu 48.63%
CMYK:
(0,8,9,49)
C0M8Y9K49 
(0%,8%,9%,49%)
(0.00/0.08/0.09/0.49)	

CMYK yüzdeleri

%0
%8.4
%9.16
%48.63

Codes

Color #837877 in popluar color models

837877
RGB131120119
HSL4.80%49.02%
HSB/HSV9.16%51.37%
CMYK0.00%8.40%9.16%
48.63%

Color #837877 in popluar number systems.

HEX837877
Decimal131120119
Binary1000001111110001110111
Octal203170167

Shades and tints

Shades of #837877

#837877
(131,120,119)
#786E6D
(120,110,109)
#6D6463
(109,100,99)
#625A59
(98,90,89)
#57504F
(87,80,79)
#4C4645
(76,70,69)
#413C3B
(65,60,59)
#363231
(54,50,49)
#2B2827
(43,40,39)
#201E1D
(32,30,29)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #837877

#837877
(131,120,119)
#8E8483
(142,132,131)
#99908F
(153,144,143)
#A49C9B
(164,156,155)
#AFA8A7
(175,168,167)
#BAB4B3
(186,180,179)
#C5C0BF
(197,192,191)
#D0CCCB
(208,204,203)
#DBD8D7
(219,216,215)
#E6E4E3
(230,228,227)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837877 color. Also use rgb(131,120,119) instead hex code.

Text Font Color

.myTextColor { color: #837877; }

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

This text font color is #837877.


Background Color

.myBgColor { background-color: #837877; }

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

This div background color is #837877.


Border color

.myBorderColor { border: 1px solid #837877; }

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

This div border color is #837877.


Opacity

.myOpacity80 { color: #837877; opacity: 0.8; }

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

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

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

This text has shadow with #837877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837877 on black background.


Color preview on white background

This text has color #837877 on white background.



Black color preview on #837877 background

This text has black color on #837877 background.


White color preview on #837877 background

This text has white color on #837877 background.