COLOR #90764B

HEX: #90764B
RGB: (144,118,75)

Color info

#90764B contains mainly red and green colors. Web safe color of #90764B is #996633 (or #963).

RGB color model

#90764B color RGB value is (144,118,75).

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

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 75 of 255 = 29%

144
118
75

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

Portions of RGB colors in percentages

R + G + B =
144 + 118 + 75 = 337 (100%)
R 144 of 337 ~ 42.73%
G 118 of 337 ~ 35.01%
B 75 of 337 ~ 22.26%

%42.73
%35.01
%22.26

CMYK color model

#90764B color CMYK value is (0,18,48,44).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 47.92%
  • key color value is 43.53%
CMYK:
(0,18,48,44)
C0M18Y48K44 
(0%,18%,48%,44%)
(0.00/0.18/0.48/0.44)	

CMYK percentages

%0
%18.06
%47.92
%43.53

Codes

Color #90764B in popluar color models

90764B
RGB14411875
HSL37°31.51%42.94%
HSB/HSV37°47.92%56.47%
CMYK0.00%18.06%47.92%
43.53%

Color #90764B in popluar number systems.

HEX90764B
Decimal14411875
Binary1001000011101101001011
Octal220166113

Shades and tints

Shades of #90764B

#90764B
(144,118,75)
#836C45
(131,108,69)
#76623F
(118,98,63)
#695839
(105,88,57)
#5C4E33
(92,78,51)
#4F442D
(79,68,45)
#423A27
(66,58,39)
#353021
(53,48,33)
#28261B
(40,38,27)
#1B1C15
(27,28,21)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #90764B

#90764B
(144,118,75)
#9A825B
(154,130,91)
#A48E6B
(164,142,107)
#AE9A7B
(174,154,123)
#B8A68B
(184,166,139)
#C2B29B
(194,178,155)
#CCBEAB
(204,190,171)
#D6CABB
(214,202,187)
#E0D6CB
(224,214,203)
#EAE2DB
(234,226,219)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90764B; }

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

This text font color is #90764B.


Background Color

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

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

This div background color is #90764B.


Border color

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

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

This div border color is #90764B.


Opacity

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

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

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

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

This text has shadow with #90764B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90764B on black background.


Color preview on white background

This text has color #90764B on white background.



Black color preview on #90764B background

This text has black color on #90764B background.


White color preview on #90764B background

This text has white color on #90764B background.