COLOR #87784C

HEX: #87784C
RGB: (135,120,76)

Renk bilgisi

#87784C contains red, green and blue colors in about the same proportion. #87784C ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#87784C color RGB value is (135,120,76).

  • kırmız ton 135;
  • yeşil ton 120;
  • mavi ton 76.
RGB:
(135,120,76)
(53%,47%,30%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 120 of 255 = 47%
B 76 of 255 = 30%

135
120
76

R + G + B ~ 43%. #87784C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 120 + 76 = 331 (100%)
R 135 of 331 ~ 40.79%
G 120 of 331 ~ 36.25%
B 76 of 331 ~ 22.96%

%40.79
%36.25
%22.96

CMYK RENK MODELİ

#87784C rengi CMYK tonu (0,11,44,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.11%
  • sarı tonu 43.70%
  • ana renk tonu 47.06%
CMYK:
(0,11,44,47)
C0M11Y44K47 
(0%,11%,44%,47%)
(0.00/0.11/0.44/0.47)	

CMYK yüzdeleri

%0
%11.11
%43.7
%47.06

Codes

Color #87784C in popluar color models

87784C
RGB13512076
HSL45°27.96%41.37%
HSB/HSV45°43.70%52.94%
CMYK0.00%11.11%43.70%
47.06%

Color #87784C in popluar number systems.

HEX87784C
Decimal13512076
Binary1000011111110001001100
Octal207170114

Shades and tints

Shades of #87784C

#87784C
(135,120,76)
#7B6E46
(123,110,70)
#6F6440
(111,100,64)
#635A3A
(99,90,58)
#575034
(87,80,52)
#4B462E
(75,70,46)
#3F3C28
(63,60,40)
#333222
(51,50,34)
#27281C
(39,40,28)
#1B1E16
(27,30,22)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #87784C

#87784C
(135,120,76)
#91845C
(145,132,92)
#9B906C
(155,144,108)
#A59C7C
(165,156,124)
#AFA88C
(175,168,140)
#B9B49C
(185,180,156)
#C3C0AC
(195,192,172)
#CDCCBC
(205,204,188)
#D7D8CC
(215,216,204)
#E1E4DC
(225,228,220)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87784C color. Also use rgb(135,120,76) instead hex code.

Text Font Color

.myTextColor { color: #87784C; }

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

This text font color is #87784C.


Background Color

.myBgColor { background-color: #87784C; }

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

This div background color is #87784C.


Border color

.myBorderColor { border: 1px solid #87784C; }

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

This div border color is #87784C.


Opacity

.myOpacity80 { color: #87784C; opacity: 0.8; }

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

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

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

This text has shadow with #87784C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87784C on black background.


Color preview on white background

This text has color #87784C on white background.



Black color preview on #87784C background

This text has black color on #87784C background.


White color preview on #87784C background

This text has white color on #87784C background.