COLOR #827779

HEX: #827779
RGB: (130,119,121)

Renk bilgisi

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

RGB renk modeli

#827779 color RGB value is (130,119,121).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 119 of 255 = 47%
B 121 of 255 = 47%

130
119
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 119 + 121 = 370 (100%)
R 130 of 370 ~ 35.14%
G 119 of 370 ~ 32.16%
B 121 of 370 ~ 32.7%

%35.14
%32.16
%32.7

CMYK RENK MODELİ

#827779 rengi CMYK tonu (0,8,7,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.46%
  • sarı tonu 6.92%
  • ana renk tonu 49.02%
CMYK:
(0,8,7,49)
C0M8Y7K49 
(0%,8%,7%,49%)
(0.00/0.08/0.07/0.49)	

CMYK yüzdeleri

%0
%8.46
%6.92
%49.02

Codes

Color #827779 in popluar color models

827779
RGB130119121
HSL349°4.42%48.82%
HSB/HSV349°8.46%50.98%
CMYK0.00%8.46%6.92%
49.02%

Color #827779 in popluar number systems.

HEX827779
Decimal130119121
Binary1000001011101111111001
Octal202167171

Shades and tints

Shades of #827779

#827779
(130,119,121)
#776D6E
(119,109,110)
#6C6363
(108,99,99)
#615958
(97,89,88)
#564F4D
(86,79,77)
#4B4542
(75,69,66)
#403B37
(64,59,55)
#35312C
(53,49,44)
#2A2721
(42,39,33)
#1F1D16
(31,29,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #827779

#827779
(130,119,121)
#8D8385
(141,131,133)
#988F91
(152,143,145)
#A39B9D
(163,155,157)
#AEA7A9
(174,167,169)
#B9B3B5
(185,179,181)
#C4BFC1
(196,191,193)
#CFCBCD
(207,203,205)
#DAD7D9
(218,215,217)
#E5E3E5
(229,227,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827779 color. Also use rgb(130,119,121) instead hex code.

Text Font Color

.myTextColor { color: #827779; }

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

This text font color is #827779.


Background Color

.myBgColor { background-color: #827779; }

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

This div background color is #827779.


Border color

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

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

This div border color is #827779.


Opacity

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

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

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

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

This text has shadow with #827779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827779 on black background.


Color preview on white background

This text has color #827779 on white background.



Black color preview on #827779 background

This text has black color on #827779 background.


White color preview on #827779 background

This text has white color on #827779 background.