COLOR #90775C

HEX: #90775C RGB: (144,119,92)

Color info

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

RGB color model

#90775C color RGB value is (144,119,92).

RGB: (144,119,92) (56%, 47%, 36%)

RGB channels and saturation

R 144 of 255 = 56%
G 119 of 255 = 47%
B 92 of 255 = 36%

144
119
92

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

Portions of RGB colors in percentages

R + G + B = 144 + 119 + 92 = 355 (100%)
R 144 of 355 ~ 40.56%
G 119 of 355 ~ 33.52%
B 92 of 355 ~ 25.92'%

%40.56
%33.52
%25.92

CMYK color model

#90775C color CMYK value is (0,17,36,44).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 36.11%
  • key color value is 43.53%

CMYK: (0,17,36,44)
C0M17Y36K44 (0%, 17%, 36%, 44%)
(0.00 / 0.17 / 0.36 / 0.44)

CMYK percentages

%0
%17.36
%36.11
%43.53

Codes

Color #90775C in popluar color models

90 77 5C
RGB 144 119 92
HSL 31° 22.03% 46.27%
HSB/HSV 31° 36.11% 56.47%
CMYK 0.00% 17.36% 36.11%
43.53%

Color #90775C in popluar number systems.

HEX 90 77 5C
Decimal 144 119 92
Binary 10010000 1110111 1011100
Octal 220 167 134

Shades and tints

Shades of #90775C

#90775C
(144,119,92)
#836D54
(131,109,84)
#76634C
(118,99,76)
#695944
(105,89,68)
#5C4F3C
(92,79,60)
#4F4534
(79,69,52)
#423B2C
(66,59,44)
#353124
(53,49,36)
#28271C
(40,39,28)
#1B1D14
(27,29,20)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #90775C

#90775C
(144,119,92)
#9A836A
(154,131,106)
#A48F78
(164,143,120)
#AE9B86
(174,155,134)
#B8A794
(184,167,148)
#C2B3A2
(194,179,162)
#CCBFB0
(204,191,176)
#D6CBBE
(214,203,190)
#E0D7CC
(224,215,204)
#EAE3DA
(234,227,218)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90775C color. Also use rgb(144,119,92) instead hex code.

Text Font Color

.myTextColor { color: #90775C; }

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

This text font color is #90775C.

Background Color

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

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

This div background color is #90775C.

Border color

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

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

This div border color is #90775C.

Opacity

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

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

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

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

This text has shadow with #90775C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90775C.

Preview

Color preview on black background

This text has color #90775C on black background.


Color preview on white background

This text has color #90775C on white background.


Black color preview on #90775C background

This text has black color on #90775C background.


White color preview on #90775C background

This text has white color on #90775C background.


Related colors

Complementary color

Complementary color for #hex is #6F88A3.


I love getcolorcode.com

Triadic colors

1 #5C9077 and #775C90 with #90775C are triadic colors.

2 #5C7790 and #77905C with #90775C are triadic colors.