COLOR #847B77

HEX: #847B77
RGB: (132,123,119)

Renk bilgisi

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

RGB renk modeli

#847B77 color RGB value is (132,123,119).

  • kırmız ton 132;
  • yeşil ton 123;
  • mavi ton 119.
RGB:
(132,123,119)
(52%,48%,47%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 123 of 255 = 48%
B 119 of 255 = 47%

132
123
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 123 + 119 = 374 (100%)
R 132 of 374 ~ 35.29%
G 123 of 374 ~ 32.89%
B 119 of 374 ~ 31.82%

%35.29
%32.89
%31.82

CMYK RENK MODELİ

#847B77 rengi CMYK tonu (0,7,10,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.82%
  • sarı tonu 9.85%
  • ana renk tonu 48.24%
CMYK:
(0,7,10,48)
C0M7Y10K48 
(0%,7%,10%,48%)
(0.00/0.07/0.10/0.48)	

CMYK yüzdeleri

%0
%6.82
%9.85
%48.24

Codes

Color #847B77 in popluar color models

847B77
RGB132123119
HSL18°5.18%49.22%
HSB/HSV18°9.85%51.76%
CMYK0.00%6.82%9.85%
48.24%

Color #847B77 in popluar number systems.

HEX847B77
Decimal132123119
Binary1000010011110111110111
Octal204173167

Shades and tints

Shades of #847B77

#847B77
(132,123,119)
#78706D
(120,112,109)
#6C6563
(108,101,99)
#605A59
(96,90,89)
#544F4F
(84,79,79)
#484445
(72,68,69)
#3C393B
(60,57,59)
#302E31
(48,46,49)
#242327
(36,35,39)
#18181D
(24,24,29)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #847B77

#847B77
(132,123,119)
#8F8783
(143,135,131)
#9A938F
(154,147,143)
#A59F9B
(165,159,155)
#B0ABA7
(176,171,167)
#BBB7B3
(187,183,179)
#C6C3BF
(198,195,191)
#D1CFCB
(209,207,203)
#DCDBD7
(220,219,215)
#E7E7E3
(231,231,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847B77 color. Also use rgb(132,123,119) instead hex code.

Text Font Color

.myTextColor { color: #847B77; }

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

This text font color is #847B77.


Background Color

.myBgColor { background-color: #847B77; }

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

This div background color is #847B77.


Border color

.myBorderColor { border: 1px solid #847B77; }

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

This div border color is #847B77.


Opacity

.myOpacity80 { color: #847B77; opacity: 0.8; }

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

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

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

This text has shadow with #847B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847B77 on black background.


Color preview on white background

This text has color #847B77 on white background.



Black color preview on #847B77 background

This text has black color on #847B77 background.


White color preview on #847B77 background

This text has white color on #847B77 background.