COLOR #877262

HEX: #877262
RGB: (135,114,98)

Color info

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

RGB color model

#877262 color RGB value is (135,114,98).

  • red value is 135;
  • green value is 114;
  • blue value is 98.
RGB:
(135,114,98)
(53%,45%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 114 of 255 = 45%
B 98 of 255 = 38%

135
114
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 98 = 347 (100%)
R 135 of 347 ~ 38.9%
G 114 of 347 ~ 32.85%
B 98 of 347 ~ 28.24%

%38.9
%32.85
%28.24

CMYK color model

#877262 color CMYK value is (0,16,27,47).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(0,16,27,47)
C0M16Y27K47 
(0%,16%,27%,47%)
(0.00/0.16/0.27/0.47)	

CMYK percentages

%0
%15.56
%27.41
%47.06

Codes

Color #877262 in popluar color models

877262
RGB13511498
HSL26°15.88%45.69%
HSB/HSV26°27.41%52.94%
CMYK0.00%15.56%27.41%
47.06%

Color #877262 in popluar number systems.

HEX877262
Decimal13511498
Binary1000011111100101100010
Octal207162142

Shades and tints

Shades of #877262

#877262
(135,114,98)
#7B685A
(123,104,90)
#6F5E52
(111,94,82)
#63544A
(99,84,74)
#574A42
(87,74,66)
#4B403A
(75,64,58)
#3F3632
(63,54,50)
#332C2A
(51,44,42)
#272222
(39,34,34)
#1B181A
(27,24,26)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #877262

#877262
(135,114,98)
#917E70
(145,126,112)
#9B8A7E
(155,138,126)
#A5968C
(165,150,140)
#AFA29A
(175,162,154)
#B9AEA8
(185,174,168)
#C3BAB6
(195,186,182)
#CDC6C4
(205,198,196)
#D7D2D2
(215,210,210)
#E1DEE0
(225,222,224)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877262 color. Also use rgb(135,114,98) instead hex code.

Text Font Color

.myTextColor { color: #877262; }

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

This text font color is #877262.


Background Color

.myBgColor { background-color: #877262; }

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

This div background color is #877262.


Border color

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

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

This div border color is #877262.


Opacity

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

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

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

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

This text has shadow with #877262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877262 on black background.


Color preview on white background

This text has color #877262 on white background.



Black color preview on #877262 background

This text has black color on #877262 background.


White color preview on #877262 background

This text has white color on #877262 background.