COLOR #90764E

HEX: #90764E
RGB: (144,118,78)

Color info

#90764E contains mainly red and green colors. Web safe color of #90764E is #996666 (or #966).

RGB color model

#90764E color RGB value is (144,118,78).

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

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 78 of 255 = 31%

144
118
78

R + G + B ~ 44%. #90764E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 118 + 78 = 340 (100%)
R 144 of 340 ~ 42.35%
G 118 of 340 ~ 34.71%
B 78 of 340 ~ 22.94%

%42.35
%34.71
%22.94

CMYK color model

#90764E color CMYK value is (0,18,46,44).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 45.83%
  • key color value is 43.53%
CMYK:
(0,18,46,44)
C0M18Y46K44 
(0%,18%,46%,44%)
(0.00/0.18/0.46/0.44)	

CMYK percentages

%0
%18.06
%45.83
%43.53

Codes

Color #90764E in popluar color models

90764E
RGB14411878
HSL36°29.73%43.53%
HSB/HSV36°45.83%56.47%
CMYK0.00%18.06%45.83%
43.53%

Color #90764E in popluar number systems.

HEX90764E
Decimal14411878
Binary1001000011101101001110
Octal220166116

Shades and tints

Shades of #90764E

#90764E
(144,118,78)
#836C47
(131,108,71)
#766240
(118,98,64)
#695839
(105,88,57)
#5C4E32
(92,78,50)
#4F442B
(79,68,43)
#423A24
(66,58,36)
#35301D
(53,48,29)
#282616
(40,38,22)
#1B1C0F
(27,28,15)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #90764E

#90764E
(144,118,78)
#9A825E
(154,130,94)
#A48E6E
(164,142,110)
#AE9A7E
(174,154,126)
#B8A68E
(184,166,142)
#C2B29E
(194,178,158)
#CCBEAE
(204,190,174)
#D6CABE
(214,202,190)
#E0D6CE
(224,214,206)
#EAE2DE
(234,226,222)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90764E color. Also use rgb(144,118,78) instead hex code.

Text Font Color

.myTextColor { color: #90764E; }

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

This text font color is #90764E.


Background Color

.myBgColor { background-color: #90764E; }

<div style="background-color:#90764E">Inner text</div>

This div background color is #90764E.


Border color

.myBorderColor { border: 1px solid #90764E; }

<div style="border:3px solid #90764E">Div</div>

This div border color is #90764E.


Opacity

.myOpacity80 { color: #90764E; opacity: 0.8; }

<p style="color:#90764E;opacity:0.8;">80%</p>

Text with #90764E 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 #90764E;}

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

This text has shadow with #90764E color.

.textShadow {text-shadow: 3px 3px 1px #90764E, 3px 3px 1px red;}

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

This text has shadow with #90764E primary color and red secondary color.


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

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

This text has shadow with #90764E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90764E on black background.


Color preview on white background

This text has color #90764E on white background.



Black color preview on #90764E background

This text has black color on #90764E background.


White color preview on #90764E background

This text has white color on #90764E background.