COLOR #90756C

HEX: #90756C RGB: (144,117,108)

Color info

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

RGB color model

#90756C color RGB value is (144,117,108).

RGB: (144,117,108) (56%, 46%, 42%)

RGB channels and saturation

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

144
117
108

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

Portions of RGB colors in percentages

R + G + B = 144 + 117 + 108 = 369 (100%)
R 144 of 369 ~ 39.02%
G 117 of 369 ~ 31.71%
B 108 of 369 ~ 29.27'%

%39.02
%31.71
%29.27

CMYK color model

#90756C color CMYK value is (0,19,25,44).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 25.00%
  • key color value is 43.53%
CMYK: (0,19,25,44) C0M19Y25K44 (0%,19%,25%,44%) (0.00/0.19/0.25/0.44) 

CMYK percentages

%0
%18.75
%25
%43.53

Codes

Color #90756C in popluar color models

90 75 6C
RGB 144 117 108
HSL 15° 14.29% 49.41%
HSB/HSV 15° 25.00% 56.47%
CMYK 0.00% 18.75% 25.00%
43.53%

Color #90756C in popluar number systems.

HEX 90 75 6C
Decimal 144 117 108
Binary 10010000 1110101 1101100
Octal 220 165 154

Shades and tints

Shades of #90756C

#90756C
(144,117,108)
#836B63
(131,107,99)
#76615A
(118,97,90)
#695751
(105,87,81)
#5C4D48
(92,77,72)
#4F433F
(79,67,63)
#423936
(66,57,54)
#352F2D
(53,47,45)
#282524
(40,37,36)
#1B1B1B
(27,27,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #90756C

#90756C
(144,117,108)
#9A8179
(154,129,121)
#A48D86
(164,141,134)
#AE9993
(174,153,147)
#B8A5A0
(184,165,160)
#C2B1AD
(194,177,173)
#CCBDBA
(204,189,186)
#D6C9C7
(214,201,199)
#E0D5D4
(224,213,212)
#EAE1E1
(234,225,225)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90756C; }

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

This text font color is #90756C.

Background Color

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

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

This div background color is #90756C.

Border color

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

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

This div border color is #90756C.

Opacity

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

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

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

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

This text has shadow with #90756C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90756C.

Preview

Color preview on black background

This text has color #90756C on black background.


Color preview on white background

This text has color #90756C on white background.


Black color preview on #90756C background

This text has black color on #90756C background.


White color preview on #90756C background

This text has white color on #90756C background.


Related colors

Complementary color

Complementary color for #hex is #6F8A93.


I love getcolorcode.com

Triadic colors

1 #6C9075 and #756C90 with #90756C are triadic colors.

2 #6C7590 and #75906C with #90756C are triadic colors.