COLOR #827C78

HEX: #827C78
RGB: (130,124,120)

Renk bilgisi

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

RGB renk modeli

#827C78 color RGB value is (130,124,120).

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

RGB bağlantıları ve doygunluk

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

130
124
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 120 = 374 (100%)
R 130 of 374 ~ 34.76%
G 124 of 374 ~ 33.16%
B 120 of 374 ~ 32.09%

%34.76
%33.16
%32.09

CMYK RENK MODELİ

#827C78 rengi CMYK tonu (0,5,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 7.69%
  • ana renk tonu 49.02%
CMYK:
(0,5,8,49)
C0M5Y8K49 
(0%,5%,8%,49%)
(0.00/0.05/0.08/0.49)	

CMYK yüzdeleri

%0
%4.62
%7.69
%49.02

Codes

Color #827C78 in popluar color models

827C78
RGB130124120
HSL24°4.00%49.02%
HSB/HSV24°7.69%50.98%
CMYK0.00%4.62%7.69%
49.02%

Color #827C78 in popluar number systems.

HEX827C78
Decimal130124120
Binary1000001011111001111000
Octal202174170

Shades and tints

Shades of #827C78

#827C78
(130,124,120)
#77716E
(119,113,110)
#6C6664
(108,102,100)
#615B5A
(97,91,90)
#565050
(86,80,80)
#4B4546
(75,69,70)
#403A3C
(64,58,60)
#352F32
(53,47,50)
#2A2428
(42,36,40)
#1F191E
(31,25,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #827C78

#827C78
(130,124,120)
#8D8784
(141,135,132)
#989290
(152,146,144)
#A39D9C
(163,157,156)
#AEA8A8
(174,168,168)
#B9B3B4
(185,179,180)
#C4BEC0
(196,190,192)
#CFC9CC
(207,201,204)
#DAD4D8
(218,212,216)
#E5DFE4
(229,223,228)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C78; }

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

This text font color is #827C78.


Background Color

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

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

This div background color is #827C78.


Border color

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

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

This div border color is #827C78.


Opacity

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

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

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

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

This text has shadow with #827C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C78 on black background.


Color preview on white background

This text has color #827C78 on white background.



Black color preview on #827C78 background

This text has black color on #827C78 background.


White color preview on #827C78 background

This text has white color on #827C78 background.