COLOR #827D7A

HEX: #827D7A
RGB: (130,125,122)

Renk bilgisi

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

RGB renk modeli

#827D7A color RGB value is (130,125,122).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 122 of 255 = 48%

130
125
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 122 = 377 (100%)
R 130 of 377 ~ 34.48%
G 125 of 377 ~ 33.16%
B 122 of 377 ~ 32.36%

%34.48
%33.16
%32.36

CMYK RENK MODELİ

#827D7A rengi CMYK tonu (0,4,6,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 6.15%
  • ana renk tonu 49.02%
CMYK:
(0,4,6,49)
C0M4Y6K49 
(0%,4%,6%,49%)
(0.00/0.04/0.06/0.49)	

CMYK yüzdeleri

%0
%3.85
%6.15
%49.02

Codes

Color #827D7A in popluar color models

827D7A
RGB130125122
HSL23°3.17%49.41%
HSB/HSV23°6.15%50.98%
CMYK0.00%3.85%6.15%
49.02%

Color #827D7A in popluar number systems.

HEX827D7A
Decimal130125122
Binary1000001011111011111010
Octal202175172

Shades and tints

Shades of #827D7A

#827D7A
(130,125,122)
#77726F
(119,114,111)
#6C6764
(108,103,100)
#615C59
(97,92,89)
#56514E
(86,81,78)
#4B4643
(75,70,67)
#403B38
(64,59,56)
#35302D
(53,48,45)
#2A2522
(42,37,34)
#1F1A17
(31,26,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #827D7A

#827D7A
(130,125,122)
#8D8886
(141,136,134)
#989392
(152,147,146)
#A39E9E
(163,158,158)
#AEA9AA
(174,169,170)
#B9B4B6
(185,180,182)
#C4BFC2
(196,191,194)
#CFCACE
(207,202,206)
#DAD5DA
(218,213,218)
#E5E0E6
(229,224,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D7A; }

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

This text font color is #827D7A.


Background Color

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

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

This div background color is #827D7A.


Border color

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

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

This div border color is #827D7A.


Opacity

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

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

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

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

This text has shadow with #827D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D7A on black background.


Color preview on white background

This text has color #827D7A on white background.



Black color preview on #827D7A background

This text has black color on #827D7A background.


White color preview on #827D7A background

This text has white color on #827D7A background.