COLOR #917C72

HEX: #917C72 RGB: (145,124,114)

Color info

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

RGB color model

#917C72 color RGB value is (145,124,114).

RGB: (145,124,114) (57%, 49%, 45%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 114 of 255 = 45%

145
124
114

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

Portions of RGB colors in percentages

R + G + B = 145 + 124 + 114 = 383 (100%)
R 145 of 383 ~ 37.86%
G 124 of 383 ~ 32.38%
B 114 of 383 ~ 29.77'%

%37.86
%32.38
%29.77

CMYK color model

#917C72 color CMYK value is (0,14,21,43).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 21.38%
  • key color value is 43.14%

CMYK: (0,14,21,43)
C0M14Y21K43 (0%, 14%, 21%, 43%)
(0.00 / 0.14 / 0.21 / 0.43)

CMYK percentages

%0
%14.48
%21.38
%43.14

Codes

Color #917C72 in popluar color models

91 7C 72
RGB 145 124 114
HSL 19° 12.35% 50.78%
HSB/HSV 19° 21.38% 56.86%
CMYK 0.00% 14.48% 21.38%
43.14%

Color #917C72 in popluar number systems.

HEX 91 7C 72
Decimal 145 124 114
Binary 10010001 1111100 1110010
Octal 221 174 162

Shades and tints

Shades of #917C72

#917C72
(145,124,114)
#847168
(132,113,104)
#77665E
(119,102,94)
#6A5B54
(106,91,84)
#5D504A
(93,80,74)
#504540
(80,69,64)
#433A36
(67,58,54)
#362F2C
(54,47,44)
#292422
(41,36,34)
#1C1918
(28,25,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #917C72

#917C72
(145,124,114)
#9B877E
(155,135,126)
#A5928A
(165,146,138)
#AF9D96
(175,157,150)
#B9A8A2
(185,168,162)
#C3B3AE
(195,179,174)
#CDBEBA
(205,190,186)
#D7C9C6
(215,201,198)
#E1D4D2
(225,212,210)
#EBDFDE
(235,223,222)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917C72; }

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

This text font color is #917C72.

Background Color

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

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

This div background color is #917C72.

Border color

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

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

This div border color is #917C72.

Opacity

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

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

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

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

This text has shadow with #917C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917C72.

Preview

Color preview on black background

This text has color #917C72 on black background.


Color preview on white background

This text has color #917C72 on white background.


Black color preview on #917C72 background

This text has black color on #917C72 background.


White color preview on #917C72 background

This text has white color on #917C72 background.


Related colors

Complementary color

Complementary color for #hex is #6E838D.


I love getcolorcode.com

Triadic colors

1 #72917C and #7C7291 with #917C72 are triadic colors.

2 #727C91 and #7C9172 with #917C72 are triadic colors.