COLOR #917F7A

HEX: #917F7A
RGB: (145,127,122)

Color info

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

RGB color model

#917F7A color RGB value is (145,127,122).

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

RGB channels and saturation

R 145 of 255 = 57%
G 127 of 255 = 50%
B 122 of 255 = 48%

145
127
122

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

Portions of RGB colors in percentages

R + G + B =
145 + 127 + 122 = 394 (100%)
R 145 of 394 ~ 36.8%
G 127 of 394 ~ 32.23%
B 122 of 394 ~ 30.96%

%36.8
%32.23
%30.96

CMYK color model

#917F7A color CMYK value is (0,12,16,43).

  • cyan value is 0.00%
  • magenta value is 12.41%
  • yellow value is 15.86%
  • key color value is 43.14%
CMYK:
(0,12,16,43)
C0M12Y16K43 
(0%,12%,16%,43%)
(0.00/0.12/0.16/0.43)	

CMYK percentages

%0
%12.41
%15.86
%43.14

Codes

Color #917F7A in popluar color models

917F7A
RGB145127122
HSL13°9.47%52.35%
HSB/HSV13°15.86%56.86%
CMYK0.00%12.41%15.86%
43.14%

Color #917F7A in popluar number systems.

HEX917F7A
Decimal145127122
Binary1001000111111111111010
Octal221177172

Shades and tints

Shades of #917F7A

#917F7A
(145,127,122)
#84746F
(132,116,111)
#776964
(119,105,100)
#6A5E59
(106,94,89)
#5D534E
(93,83,78)
#504843
(80,72,67)
#433D38
(67,61,56)
#36322D
(54,50,45)
#292722
(41,39,34)
#1C1C17
(28,28,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #917F7A

#917F7A
(145,127,122)
#9B8A86
(155,138,134)
#A59592
(165,149,146)
#AFA09E
(175,160,158)
#B9ABAA
(185,171,170)
#C3B6B6
(195,182,182)
#CDC1C2
(205,193,194)
#D7CCCE
(215,204,206)
#E1D7DA
(225,215,218)
#EBE2E6
(235,226,230)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917F7A; }

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

This text font color is #917F7A.


Background Color

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

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

This div background color is #917F7A.


Border color

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

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

This div border color is #917F7A.


Opacity

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

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

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

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

This text has shadow with #917F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917F7A on black background.


Color preview on white background

This text has color #917F7A on white background.



Black color preview on #917F7A background

This text has black color on #917F7A background.


White color preview on #917F7A background

This text has white color on #917F7A background.