COLOR #837C77

HEX: #837C77
RGB: (131,124,119)

Renk bilgisi

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

RGB renk modeli

#837C77 color RGB value is (131,124,119).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 124 of 255 = 49%
B 119 of 255 = 47%

131
124
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 124 + 119 = 374 (100%)
R 131 of 374 ~ 35.03%
G 124 of 374 ~ 33.16%
B 119 of 374 ~ 31.82%

%35.03
%33.16
%31.82

CMYK RENK MODELİ

#837C77 rengi CMYK tonu (0,5,9,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.34%
  • sarı tonu 9.16%
  • ana renk tonu 48.63%
CMYK:
(0,5,9,49)
C0M5Y9K49 
(0%,5%,9%,49%)
(0.00/0.05/0.09/0.49)	

CMYK yüzdeleri

%0
%5.34
%9.16
%48.63

Codes

Color #837C77 in popluar color models

837C77
RGB131124119
HSL25°4.80%49.02%
HSB/HSV25°9.16%51.37%
CMYK0.00%5.34%9.16%
48.63%

Color #837C77 in popluar number systems.

HEX837C77
Decimal131124119
Binary1000001111111001110111
Octal203174167

Shades and tints

Shades of #837C77

#837C77
(131,124,119)
#78716D
(120,113,109)
#6D6663
(109,102,99)
#625B59
(98,91,89)
#57504F
(87,80,79)
#4C4545
(76,69,69)
#413A3B
(65,58,59)
#362F31
(54,47,49)
#2B2427
(43,36,39)
#20191D
(32,25,29)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #837C77

#837C77
(131,124,119)
#8E8783
(142,135,131)
#99928F
(153,146,143)
#A49D9B
(164,157,155)
#AFA8A7
(175,168,167)
#BAB3B3
(186,179,179)
#C5BEBF
(197,190,191)
#D0C9CB
(208,201,203)
#DBD4D7
(219,212,215)
#E6DFE3
(230,223,227)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C77; }

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

This text font color is #837C77.


Background Color

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

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

This div background color is #837C77.


Border color

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

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

This div border color is #837C77.


Opacity

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

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

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

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

This text has shadow with #837C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C77 on black background.


Color preview on white background

This text has color #837C77 on white background.



Black color preview on #837C77 background

This text has black color on #837C77 background.


White color preview on #837C77 background

This text has white color on #837C77 background.