COLOR #837077

HEX: #837077
RGB: (131,112,119)

Renk bilgisi

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

RGB renk modeli

#837077 color RGB value is (131,112,119).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 112 of 255 = 44%
B 119 of 255 = 47%

131
112
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 112 + 119 = 362 (100%)
R 131 of 362 ~ 36.19%
G 112 of 362 ~ 30.94%
B 119 of 362 ~ 32.87%

%36.19
%30.94
%32.87

CMYK RENK MODELİ

#837077 rengi CMYK tonu (0,15,9,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.50%
  • sarı tonu 9.16%
  • ana renk tonu 48.63%
CMYK:
(0,15,9,49)
C0M15Y9K49 
(0%,15%,9%,49%)
(0.00/0.15/0.09/0.49)	

CMYK yüzdeleri

%0
%14.5
%9.16
%48.63

Codes

Color #837077 in popluar color models

837077
RGB131112119
HSL338°7.82%47.65%
HSB/HSV338°14.50%51.37%
CMYK0.00%14.50%9.16%
48.63%

Color #837077 in popluar number systems.

HEX837077
Decimal131112119
Binary1000001111100001110111
Octal203160167

Shades and tints

Shades of #837077

#837077
(131,112,119)
#78666D
(120,102,109)
#6D5C63
(109,92,99)
#625259
(98,82,89)
#57484F
(87,72,79)
#4C3E45
(76,62,69)
#41343B
(65,52,59)
#362A31
(54,42,49)
#2B2027
(43,32,39)
#20161D
(32,22,29)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #837077

#837077
(131,112,119)
#8E7D83
(142,125,131)
#998A8F
(153,138,143)
#A4979B
(164,151,155)
#AFA4A7
(175,164,167)
#BAB1B3
(186,177,179)
#C5BEBF
(197,190,191)
#D0CBCB
(208,203,203)
#DBD8D7
(219,216,215)
#E6E5E3
(230,229,227)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837077; }

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

This text font color is #837077.


Background Color

.myBgColor { background-color: #837077; }

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

This div background color is #837077.


Border color

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

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

This div border color is #837077.


Opacity

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

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

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

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

This text has shadow with #837077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837077 on black background.


Color preview on white background

This text has color #837077 on white background.



Black color preview on #837077 background

This text has black color on #837077 background.


White color preview on #837077 background

This text has white color on #837077 background.