COLOR #877274

HEX: #877274
RGB: (135,114,116)

Color info

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

RGB color model

#877274 color RGB value is (135,114,116).

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

RGB channels and saturation

R 135 of 255 = 53%
G 114 of 255 = 45%
B 116 of 255 = 45%

135
114
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 116 = 365 (100%)
R 135 of 365 ~ 36.99%
G 114 of 365 ~ 31.23%
B 116 of 365 ~ 31.78%

%36.99
%31.23
%31.78

CMYK color model

#877274 color CMYK value is (0,16,14,47).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(0,16,14,47)
C0M16Y14K47 
(0%,16%,14%,47%)
(0.00/0.16/0.14/0.47)	

CMYK percentages

%0
%15.56
%14.07
%47.06

Codes

Color #877274 in popluar color models

877274
RGB135114116
HSL354°8.43%48.82%
HSB/HSV354°15.56%52.94%
CMYK0.00%15.56%14.07%
47.06%

Color #877274 in popluar number systems.

HEX877274
Decimal135114116
Binary1000011111100101110100
Octal207162164

Shades and tints

Shades of #877274

#877274
(135,114,116)
#7B686A
(123,104,106)
#6F5E60
(111,94,96)
#635456
(99,84,86)
#574A4C
(87,74,76)
#4B4042
(75,64,66)
#3F3638
(63,54,56)
#332C2E
(51,44,46)
#272224
(39,34,36)
#1B181A
(27,24,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #877274

#877274
(135,114,116)
#917E80
(145,126,128)
#9B8A8C
(155,138,140)
#A59698
(165,150,152)
#AFA2A4
(175,162,164)
#B9AEB0
(185,174,176)
#C3BABC
(195,186,188)
#CDC6C8
(205,198,200)
#D7D2D4
(215,210,212)
#E1DEE0
(225,222,224)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877274; }

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

This text font color is #877274.


Background Color

.myBgColor { background-color: #877274; }

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

This div background color is #877274.


Border color

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

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

This div border color is #877274.


Opacity

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

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

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

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

This text has shadow with #877274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877274 on black background.


Color preview on white background

This text has color #877274 on white background.



Black color preview on #877274 background

This text has black color on #877274 background.


White color preview on #877274 background

This text has white color on #877274 background.