COLOR #827D78

HEX: #827D78
RGB: (130,125,120)

Renk bilgisi

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

RGB renk modeli

#827D78 color RGB value is (130,125,120).

  • kırmız ton 130;
  • yeşil ton 125;
  • mavi ton 120.
RGB:
(130,125,120)
(51%,49%,47%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 120 of 255 = 47%

130
125
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 120 = 375 (100%)
R 130 of 375 ~ 34.67%
G 125 of 375 ~ 33.33%
B 120 of 375 ~ 32%

%34.67
%33.33
%32

CMYK RENK MODELİ

#827D78 rengi CMYK tonu (0,4,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 7.69%
  • ana renk tonu 49.02%
CMYK:
(0,4,8,49)
C0M4Y8K49 
(0%,4%,8%,49%)
(0.00/0.04/0.08/0.49)	

CMYK yüzdeleri

%0
%3.85
%7.69
%49.02

Codes

Color #827D78 in popluar color models

827D78
RGB130125120
HSL30°4.00%49.02%
HSB/HSV30°7.69%50.98%
CMYK0.00%3.85%7.69%
49.02%

Color #827D78 in popluar number systems.

HEX827D78
Decimal130125120
Binary1000001011111011111000
Octal202175170

Shades and tints

Shades of #827D78

#827D78
(130,125,120)
#77726E
(119,114,110)
#6C6764
(108,103,100)
#615C5A
(97,92,90)
#565150
(86,81,80)
#4B4646
(75,70,70)
#403B3C
(64,59,60)
#353032
(53,48,50)
#2A2528
(42,37,40)
#1F1A1E
(31,26,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #827D78

#827D78
(130,125,120)
#8D8884
(141,136,132)
#989390
(152,147,144)
#A39E9C
(163,158,156)
#AEA9A8
(174,169,168)
#B9B4B4
(185,180,180)
#C4BFC0
(196,191,192)
#CFCACC
(207,202,204)
#DAD5D8
(218,213,216)
#E5E0E4
(229,224,228)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D78 color. Also use rgb(130,125,120) instead hex code.

Text Font Color

.myTextColor { color: #827D78; }

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

This text font color is #827D78.


Background Color

.myBgColor { background-color: #827D78; }

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

This div background color is #827D78.


Border color

.myBorderColor { border: 1px solid #827D78; }

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

This div border color is #827D78.


Opacity

.myOpacity80 { color: #827D78; opacity: 0.8; }

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

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

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

This text has shadow with #827D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D78 on black background.


Color preview on white background

This text has color #827D78 on white background.



Black color preview on #827D78 background

This text has black color on #827D78 background.


White color preview on #827D78 background

This text has white color on #827D78 background.