COLOR #917A72

HEX: #917A72
RGB: (145,122,114)

Color info

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

RGB color model

#917A72 color RGB value is (145,122,114).

  • red value is 145;
  • green value is 122;
  • blue value is 114.
RGB: (145,122,114) (57%,48%,45%)

RGB channels and saturation

R 145 of 255 = 57%
G 122 of 255 = 48%
B 114 of 255 = 45%

145
122
114

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

Portions of RGB colors in percentages

R + G + B =
145 + 122 + 114 = 381 (100%)
R 145 of 381 ~ 38.06%
G 122 of 381 ~ 32.02%
B 114 of 381 ~ 29.92%

%38.06
%32.02
%29.92

CMYK color model

#917A72 color CMYK value is (0,16,21,43).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 21.38%
  • key color value is 43.14%
CMYK: (0,16,21,43) C0M16Y21K43 (0%,16%,21%,43%) (0.00/0.16/0.21/0.43)

CMYK percentages

%0
%15.86
%21.38
%43.14

Codes

Color #917A72 in popluar color models

917A72
RGB145122114
HSL15°12.35%50.78%
HSB/HSV15°21.38%56.86%
CMYK0.00%15.86%21.38%
43.14%

Color #917A72 in popluar number systems.

HEX917A72
Decimal145122114
Binary1001000111110101110010
Octal221172162

Shades and tints

Shades of #917A72

#917A72
(145,122,114)
#846F68
(132,111,104)
#77645E
(119,100,94)
#6A5954
(106,89,84)
#5D4E4A
(93,78,74)
#504340
(80,67,64)
#433836
(67,56,54)
#362D2C
(54,45,44)
#292222
(41,34,34)
#1C1718
(28,23,24)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #917A72

#917A72
(145,122,114)
#9B867E
(155,134,126)
#A5928A
(165,146,138)
#AF9E96
(175,158,150)
#B9AAA2
(185,170,162)
#C3B6AE
(195,182,174)
#CDC2BA
(205,194,186)
#D7CEC6
(215,206,198)
#E1DAD2
(225,218,210)
#EBE6DE
(235,230,222)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917A72 color. Also use rgb(145,122,114) instead hex code.

Text Font Color

.myTextColor { color: #917A72; }

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

This text font color is #917A72.


Background Color

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

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

This div background color is #917A72.


Border color

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

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

This div border color is #917A72.


Opacity

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

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

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

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

This text has shadow with #917A72 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #917A72 on black background.


Color preview on white background

This text has color #917A72 on white background.



Black color preview on #917A72 background

This text has black color on #917A72 background.


White color preview on #917A72 background

This text has white color on #917A72 background.