COLOR #917A7D

HEX: #917A7D RGB: (145,122,125)

Color info

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

RGB color model

#917A7D color RGB value is (145,122,125).

RGB: (145,122,125) (57%, 48%, 49%)

RGB channels and saturation

R 145 of 255 = 57%
G 122 of 255 = 48%
B 125 of 255 = 49%

145
122
125

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

Portions of RGB colors in percentages

R + G + B = 145 + 122 + 125 = 392 (100%)
R 145 of 392 ~ 36.99%
G 122 of 392 ~ 31.12%
B 125 of 392 ~ 31.89'%

%36.99
%31.12
%31.89

CMYK color model

#917A7D color CMYK value is (0,16,14,43).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 13.79%
  • key color value is 43.14%

CMYK: (0,16,14,43)
C0M16Y14K43 (0%, 16%, 14%, 43%)
(0.00 / 0.16 / 0.14 / 0.43)

CMYK percentages

%0
%15.86
%13.79
%43.14

Codes

Color #917A7D in popluar color models

91 7A 7D
RGB 145 122 125
HSL 352° 9.47% 52.35%
HSB/HSV 352° 15.86% 56.86%
CMYK 0.00% 15.86% 13.79%
43.14%

Color #917A7D in popluar number systems.

HEX 91 7A 7D
Decimal 145 122 125
Binary 10010001 1111010 1111101
Octal 221 172 175

Shades and tints

Shades of #917A7D

#917A7D
(145,122,125)
#846F72
(132,111,114)
#776467
(119,100,103)
#6A595C
(106,89,92)
#5D4E51
(93,78,81)
#504346
(80,67,70)
#43383B
(67,56,59)
#362D30
(54,45,48)
#292225
(41,34,37)
#1C171A
(28,23,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #917A7D

#917A7D
(145,122,125)
#9B8688
(155,134,136)
#A59293
(165,146,147)
#AF9E9E
(175,158,158)
#B9AAA9
(185,170,169)
#C3B6B4
(195,182,180)
#CDC2BF
(205,194,191)
#D7CECA
(215,206,202)
#E1DAD5
(225,218,213)
#EBE6E0
(235,230,224)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917A7D; }

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

This text font color is #917A7D.

Background Color

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

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

This div background color is #917A7D.

Border color

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

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

This div border color is #917A7D.

Opacity

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

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

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

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

This text has shadow with #917A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917A7D.

Preview

Color preview on black background

This text has color #917A7D on black background.


Color preview on white background

This text has color #917A7D on white background.


Black color preview on #917A7D background

This text has black color on #917A7D background.


White color preview on #917A7D background

This text has white color on #917A7D background.


Related colors

Complementary color

Complementary color for #hex is #6E8582.


I love getcolorcode.com

Triadic colors

1 #7D917A and #7A7D91 with #917A7D are triadic colors.

2 #7D7A91 and #7A917D with #917A7D are triadic colors.