COLOR #837B78

HEX: #837B78
RGB: (131,123,120)

Renk bilgisi

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

RGB renk modeli

#837B78 color RGB value is (131,123,120).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 123 of 255 = 48%
B 120 of 255 = 47%

131
123
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 123 + 120 = 374 (100%)
R 131 of 374 ~ 35.03%
G 123 of 374 ~ 32.89%
B 120 of 374 ~ 32.09%

%35.03
%32.89
%32.09

CMYK RENK MODELİ

#837B78 rengi CMYK tonu (0,6,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.11%
  • sarı tonu 8.40%
  • ana renk tonu 48.63%
CMYK:
(0,6,8,49)
C0M6Y8K49 
(0%,6%,8%,49%)
(0.00/0.06/0.08/0.49)	

CMYK yüzdeleri

%0
%6.11
%8.4
%48.63

Codes

Color #837B78 in popluar color models

837B78
RGB131123120
HSL16°4.38%49.22%
HSB/HSV16°8.40%51.37%
CMYK0.00%6.11%8.40%
48.63%

Color #837B78 in popluar number systems.

HEX837B78
Decimal131123120
Binary1000001111110111111000
Octal203173170

Shades and tints

Shades of #837B78

#837B78
(131,123,120)
#78706E
(120,112,110)
#6D6564
(109,101,100)
#625A5A
(98,90,90)
#574F50
(87,79,80)
#4C4446
(76,68,70)
#41393C
(65,57,60)
#362E32
(54,46,50)
#2B2328
(43,35,40)
#20181E
(32,24,30)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #837B78

#837B78
(131,123,120)
#8E8784
(142,135,132)
#999390
(153,147,144)
#A49F9C
(164,159,156)
#AFABA8
(175,171,168)
#BAB7B4
(186,183,180)
#C5C3C0
(197,195,192)
#D0CFCC
(208,207,204)
#DBDBD8
(219,219,216)
#E6E7E4
(230,231,228)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B78; }

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

This text font color is #837B78.


Background Color

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

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

This div background color is #837B78.


Border color

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

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

This div border color is #837B78.


Opacity

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

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

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

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

This text has shadow with #837B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837B78 on black background.


Color preview on white background

This text has color #837B78 on white background.



Black color preview on #837B78 background

This text has black color on #837B78 background.


White color preview on #837B78 background

This text has white color on #837B78 background.