COLOR #837A7F

HEX: #837A7F
RGB: (131,122,127)

Renk bilgisi

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

RGB renk modeli

#837A7F color RGB value is (131,122,127).

  • kırmız ton 131;
  • yeşil ton 122;
  • mavi ton 127.
RGB:
(131,122,127)
(51%,48%,50%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 122 of 255 = 48%
B 127 of 255 = 50%

131
122
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 122 + 127 = 380 (100%)
R 131 of 380 ~ 34.47%
G 122 of 380 ~ 32.11%
B 127 of 380 ~ 33.42%

%34.47
%32.11
%33.42

CMYK RENK MODELİ

#837A7F rengi CMYK tonu (0,7,3,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 3.05%
  • ana renk tonu 48.63%
CMYK:
(0,7,3,49)
C0M7Y3K49 
(0%,7%,3%,49%)
(0.00/0.07/0.03/0.49)	

CMYK yüzdeleri

%0
%6.87
%3.05
%48.63

Codes

Color #837A7F in popluar color models

837A7F
RGB131122127
HSL327°3.56%49.61%
HSB/HSV327°6.87%51.37%
CMYK0.00%6.87%3.05%
48.63%

Color #837A7F in popluar number systems.

HEX837A7F
Decimal131122127
Binary1000001111110101111111
Octal203172177

Shades and tints

Shades of #837A7F

#837A7F
(131,122,127)
#786F74
(120,111,116)
#6D6469
(109,100,105)
#62595E
(98,89,94)
#574E53
(87,78,83)
#4C4348
(76,67,72)
#41383D
(65,56,61)
#362D32
(54,45,50)
#2B2227
(43,34,39)
#20171C
(32,23,28)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #837A7F

#837A7F
(131,122,127)
#8E868A
(142,134,138)
#999295
(153,146,149)
#A49EA0
(164,158,160)
#AFAAAB
(175,170,171)
#BAB6B6
(186,182,182)
#C5C2C1
(197,194,193)
#D0CECC
(208,206,204)
#DBDAD7
(219,218,215)
#E6E6E2
(230,230,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837A7F color. Also use rgb(131,122,127) instead hex code.

Text Font Color

.myTextColor { color: #837A7F; }

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

This text font color is #837A7F.


Background Color

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

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

This div background color is #837A7F.


Border color

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

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

This div border color is #837A7F.


Opacity

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

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

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

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

This text has shadow with #837A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A7F on black background.


Color preview on white background

This text has color #837A7F on white background.



Black color preview on #837A7F background

This text has black color on #837A7F background.


White color preview on #837A7F background

This text has white color on #837A7F background.