COLOR #90766C

HEX: #90766C
RGB: (144,118,108)

Color info

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

RGB color model

#90766C color RGB value is (144,118,108).

  • red value is 144;
  • green value is 118;
  • blue value is 108.
RGB:
(144,118,108)
(56%,46%,42%)

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 108 of 255 = 42%

144
118
108

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

Portions of RGB colors in percentages

R + G + B =
144 + 118 + 108 = 370 (100%)
R 144 of 370 ~ 38.92%
G 118 of 370 ~ 31.89%
B 108 of 370 ~ 29.19%

%38.92
%31.89
%29.19

CMYK color model

#90766C color CMYK value is (0,18,25,44).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 25.00%
  • key color value is 43.53%
CMYK:
(0,18,25,44)
C0M18Y25K44 
(0%,18%,25%,44%)
(0.00/0.18/0.25/0.44)	

CMYK percentages

%0
%18.06
%25
%43.53

Codes

Color #90766C in popluar color models

90766C
RGB144118108
HSL17°14.29%49.41%
HSB/HSV17°25.00%56.47%
CMYK0.00%18.06%25.00%
43.53%

Color #90766C in popluar number systems.

HEX90766C
Decimal144118108
Binary1001000011101101101100
Octal220166154

Shades and tints

Shades of #90766C

#90766C
(144,118,108)
#836C63
(131,108,99)
#76625A
(118,98,90)
#695851
(105,88,81)
#5C4E48
(92,78,72)
#4F443F
(79,68,63)
#423A36
(66,58,54)
#35302D
(53,48,45)
#282624
(40,38,36)
#1B1C1B
(27,28,27)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #90766C

#90766C
(144,118,108)
#9A8279
(154,130,121)
#A48E86
(164,142,134)
#AE9A93
(174,154,147)
#B8A6A0
(184,166,160)
#C2B2AD
(194,178,173)
#CCBEBA
(204,190,186)
#D6CAC7
(214,202,199)
#E0D6D4
(224,214,212)
#EAE2E1
(234,226,225)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90766C color. Also use rgb(144,118,108) instead hex code.

Text Font Color

.myTextColor { color: #90766C; }

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

This text font color is #90766C.


Background Color

.myBgColor { background-color: #90766C; }

<div style="background-color:#90766C">Inner text</div>

This div background color is #90766C.


Border color

.myBorderColor { border: 1px solid #90766C; }

<div style="border:3px solid #90766C">Div</div>

This div border color is #90766C.


Opacity

.myOpacity80 { color: #90766C; opacity: 0.8; }

<p style="color:#90766C;opacity:0.8;">80%</p>

Text with #90766C 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 #90766C;}

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

This text has shadow with #90766C color.

.textShadow {text-shadow: 3px 3px 1px #90766C, 3px 3px 1px red;}

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

This text has shadow with #90766C primary color and red secondary color.


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

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

This text has shadow with #90766C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90766C on black background.


Color preview on white background

This text has color #90766C on white background.



Black color preview on #90766C background

This text has black color on #90766C background.


White color preview on #90766C background

This text has white color on #90766C background.