COLOR #837678

HEX: #837678
RGB: (131,118,120)

Renk bilgisi

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

RGB renk modeli

#837678 color RGB value is (131,118,120).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 118 of 255 = 46%
B 120 of 255 = 47%

131
118
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 118 + 120 = 369 (100%)
R 131 of 369 ~ 35.5%
G 118 of 369 ~ 31.98%
B 120 of 369 ~ 32.52%

%35.5
%31.98
%32.52

CMYK RENK MODELİ

#837678 rengi CMYK tonu (0,10,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.92%
  • sarı tonu 8.40%
  • ana renk tonu 48.63%
CMYK:
(0,10,8,49)
C0M10Y8K49 
(0%,10%,8%,49%)
(0.00/0.10/0.08/0.49)	

CMYK yüzdeleri

%0
%9.92
%8.4
%48.63

Codes

Color #837678 in popluar color models

837678
RGB131118120
HSL351°5.22%48.82%
HSB/HSV351°9.92%51.37%
CMYK0.00%9.92%8.40%
48.63%

Color #837678 in popluar number systems.

HEX837678
Decimal131118120
Binary1000001111101101111000
Octal203166170

Shades and tints

Shades of #837678

#837678
(131,118,120)
#786C6E
(120,108,110)
#6D6264
(109,98,100)
#62585A
(98,88,90)
#574E50
(87,78,80)
#4C4446
(76,68,70)
#413A3C
(65,58,60)
#363032
(54,48,50)
#2B2628
(43,38,40)
#201C1E
(32,28,30)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #837678

#837678
(131,118,120)
#8E8284
(142,130,132)
#998E90
(153,142,144)
#A49A9C
(164,154,156)
#AFA6A8
(175,166,168)
#BAB2B4
(186,178,180)
#C5BEC0
(197,190,192)
#D0CACC
(208,202,204)
#DBD6D8
(219,214,216)
#E6E2E4
(230,226,228)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837678; }

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

This text font color is #837678.


Background Color

.myBgColor { background-color: #837678; }

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

This div background color is #837678.


Border color

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

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

This div border color is #837678.


Opacity

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

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

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

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

This text has shadow with #837678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837678 on black background.


Color preview on white background

This text has color #837678 on white background.



Black color preview on #837678 background

This text has black color on #837678 background.


White color preview on #837678 background

This text has white color on #837678 background.