COLOR #926B76

HEX: #926B76
RGB: (146,107,118)

Color info

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

RGB color model

#926B76 color RGB value is (146,107,118).

  • red value is 146;
  • green value is 107;
  • blue value is 118.
RGB:
(146,107,118)
(57%,42%,46%)

RGB channels and saturation

R 146 of 255 = 57%
G 107 of 255 = 42%
B 118 of 255 = 46%

146
107
118

R + G + B ~ 48%. #926B76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 107 + 118 = 371 (100%)
R 146 of 371 ~ 39.35%
G 107 of 371 ~ 28.84%
B 118 of 371 ~ 31.81%

%39.35
%28.84
%31.81

CMYK color model

#926B76 color CMYK value is (0,27,19,43).

  • cyan value is 0.00%
  • magenta value is 26.71%
  • yellow value is 19.18%
  • key color value is 42.75%
CMYK:
(0,27,19,43)
C0M27Y19K43 
(0%,27%,19%,43%)
(0.00/0.27/0.19/0.43)	

CMYK percentages

%0
%26.71
%19.18
%42.75

Codes

Color #926B76 in popluar color models

926B76
RGB146107118
HSL343°15.42%49.61%
HSB/HSV343°26.71%57.25%
CMYK0.00%26.71%19.18%
42.75%

Color #926B76 in popluar number systems.

HEX926B76
Decimal146107118
Binary1001001011010111110110
Octal222153166

Shades and tints

Shades of #926B76

#926B76
(146,107,118)
#85626C
(133,98,108)
#785962
(120,89,98)
#6B5058
(107,80,88)
#5E474E
(94,71,78)
#513E44
(81,62,68)
#44353A
(68,53,58)
#372C30
(55,44,48)
#2A2326
(42,35,38)
#1D1A1C
(29,26,28)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #926B76

#926B76
(146,107,118)
#9B7882
(155,120,130)
#A4858E
(164,133,142)
#AD929A
(173,146,154)
#B69FA6
(182,159,166)
#BFACB2
(191,172,178)
#C8B9BE
(200,185,190)
#D1C6CA
(209,198,202)
#DAD3D6
(218,211,214)
#E3E0E2
(227,224,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #926B76 color. Also use rgb(146,107,118) instead hex code.

Text Font Color

.myTextColor { color: #926B76; }

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

This text font color is #926B76.


Background Color

.myBgColor { background-color: #926B76; }

<div style="background-color:#926B76">Inner text</div>

This div background color is #926B76.


Border color

.myBorderColor { border: 1px solid #926B76; }

<div style="border:3px solid #926B76">Div</div>

This div border color is #926B76.


Opacity

.myOpacity80 { color: #926B76; opacity: 0.8; }

<p style="color:#926B76;opacity:0.8;">80%</p>

Text with #926B76 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 #926B76;}

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

This text has shadow with #926B76 color.

.textShadow {text-shadow: 3px 3px 1px #926B76, 3px 3px 1px red;}

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

This text has shadow with #926B76 primary color and red secondary color.


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

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

This text has shadow with #926B76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #926B76 on black background.


Color preview on white background

This text has color #926B76 on white background.



Black color preview on #926B76 background

This text has black color on #926B76 background.


White color preview on #926B76 background

This text has white color on #926B76 background.