COLOR #827E75

HEX: #827E75 RGB: (130,126,117)

Color info

#827E75 contains red, green and blue colors in about the same proportion. Web safe color of #827E75 is #996666 (or #966).

RGB color model

#827E75 color RGB value is (130,126,117).

RGB: (130,126,117) (51%, 49%, 46%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 117 of 255 = 46%

130
126
117

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

Portions of RGB colors in percentages

R + G + B = 130 + 126 + 117 = 373 (100%)
R 130 of 373 ~ 34.85%
G 126 of 373 ~ 33.78%
B 117 of 373 ~ 31.37'%

%34.85
%33.78
%31.37

CMYK color model

#827E75 color CMYK value is (0,3,10,49).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 10.00%
  • key color value is 49.02%

CMYK: (0,3,10,49)
C0M3Y10K49 (0%, 3%, 10%, 49%)
(0.00 / 0.03 / 0.10 / 0.49)

CMYK percentages

%0
%3.08
%10
%49.02

Codes

Color #827E75 in popluar color models

82 7E 75
RGB 130 126 117
HSL 42° 5.26% 48.43%
HSB/HSV 42° 10.00% 50.98%
CMYK 0.00% 3.08% 10.00%
49.02%

Color #827E75 in popluar number systems.

HEX 82 7E 75
Decimal 130 126 117
Binary 10000010 1111110 1110101
Octal 202 176 165

Shades and tints

Shades of #827E75

#827E75
(130,126,117)
#77736B
(119,115,107)
#6C6861
(108,104,97)
#615D57
(97,93,87)
#56524D
(86,82,77)
#4B4743
(75,71,67)
#403C39
(64,60,57)
#35312F
(53,49,47)
#2A2625
(42,38,37)
#1F1B1B
(31,27,27)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #827E75

#827E75
(130,126,117)
#8D8981
(141,137,129)
#98948D
(152,148,141)
#A39F99
(163,159,153)
#AEAAA5
(174,170,165)
#B9B5B1
(185,181,177)
#C4C0BD
(196,192,189)
#CFCBC9
(207,203,201)
#DAD6D5
(218,214,213)
#E5E1E1
(229,225,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827E75 color. Also use rgb(130,126,117) instead hex code.

Text Font Color

.myTextColor { color: #827E75; }

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

This text font color is #827E75.

Background Color

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

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

This div background color is #827E75.

Border color

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

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

This div border color is #827E75.

Opacity

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

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

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

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

This text has shadow with #827E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827E75.

Preview

Color preview on black background

This text has color #827E75 on black background.


Color preview on white background

This text has color #827E75 on white background.


Black color preview on #827E75 background

This text has black color on #827E75 background.


White color preview on #827E75 background

This text has white color on #827E75 background.


Related colors

Complementary color

Complementary color for #hex is #7D818A.


I love getcolorcode.com

Triadic colors

1 #75827E and #7E7582 with #827E75 are triadic colors.

2 #757E82 and #7E8275 with #827E75 are triadic colors.