COLOR #917B79

HEX: #917B79
RGB: (145,123,121)

Color info

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

RGB color model

#917B79 color RGB value is (145,123,121).

  • red value is 145;
  • green value is 123;
  • blue value is 121.
RGB:
(145,123,121)
(57%,48%,47%)

RGB channels and saturation

R 145 of 255 = 57%
G 123 of 255 = 48%
B 121 of 255 = 47%

145
123
121

R + G + B ~ 51%. #917B79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 123 + 121 = 389 (100%)
R 145 of 389 ~ 37.28%
G 123 of 389 ~ 31.62%
B 121 of 389 ~ 31.11%

%37.28
%31.62
%31.11

CMYK color model

#917B79 color CMYK value is (0,15,17,43).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 16.55%
  • key color value is 43.14%
CMYK:
(0,15,17,43)
C0M15Y17K43 
(0%,15%,17%,43%)
(0.00/0.15/0.17/0.43)	

CMYK percentages

%0
%15.17
%16.55
%43.14

Codes

Color #917B79 in popluar color models

917B79
RGB145123121
HSL9.84%52.16%
HSB/HSV16.55%56.86%
CMYK0.00%15.17%16.55%
43.14%

Color #917B79 in popluar number systems.

HEX917B79
Decimal145123121
Binary1001000111110111111001
Octal221173171

Shades and tints

Shades of #917B79

#917B79
(145,123,121)
#84706E
(132,112,110)
#776563
(119,101,99)
#6A5A58
(106,90,88)
#5D4F4D
(93,79,77)
#504442
(80,68,66)
#433937
(67,57,55)
#362E2C
(54,46,44)
#292321
(41,35,33)
#1C1816
(28,24,22)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #917B79

#917B79
(145,123,121)
#9B8785
(155,135,133)
#A59391
(165,147,145)
#AF9F9D
(175,159,157)
#B9ABA9
(185,171,169)
#C3B7B5
(195,183,181)
#CDC3C1
(205,195,193)
#D7CFCD
(215,207,205)
#E1DBD9
(225,219,217)
#EBE7E5
(235,231,229)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917B79 color. Also use rgb(145,123,121) instead hex code.

Text Font Color

.myTextColor { color: #917B79; }

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

This text font color is #917B79.


Background Color

.myBgColor { background-color: #917B79; }

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

This div background color is #917B79.


Border color

.myBorderColor { border: 1px solid #917B79; }

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

This div border color is #917B79.


Opacity

.myOpacity80 { color: #917B79; opacity: 0.8; }

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

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

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

This text has shadow with #917B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917B79 on black background.


Color preview on white background

This text has color #917B79 on white background.



Black color preview on #917B79 background

This text has black color on #917B79 background.


White color preview on #917B79 background

This text has white color on #917B79 background.