COLOR #97765A

HEX: #97765A RGB: (151,118,90)

Color info

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

RGB color model

#97765A color RGB value is (151,118,90).

RGB: (151,118,90) (59%, 46%, 35%)

RGB channels and saturation

R 151 of 255 = 59%
G 118 of 255 = 46%
B 90 of 255 = 35%

151
118
90

R + G + B ~ 47%. #97765A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 118 + 90 = 359 (100%)
R 151 of 359 ~ 42.06%
G 118 of 359 ~ 32.87%
B 90 of 359 ~ 25.07'%

%42.06
%32.87
%25.07

CMYK color model

#97765A color CMYK value is (0,22,40,41).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 40.40%
  • key color value is 40.78%

CMYK: (0,22,40,41)
C0M22Y40K41 (0%, 22%, 40%, 41%)
(0.00 / 0.22 / 0.40 / 0.41)

CMYK percentages

%0
%21.85
%40.4
%40.78

Codes

Color #97765A in popluar color models

97 76 5A
RGB 151 118 90
HSL 28° 25.31% 47.25%
HSB/HSV 28° 40.40% 59.22%
CMYK 0.00% 21.85% 40.40%
40.78%

Color #97765A in popluar number systems.

HEX 97 76 5A
Decimal 151 118 90
Binary 10010111 1110110 1011010
Octal 227 166 132

Shades and tints

Shades of #97765A

#97765A
(151,118,90)
#8A6C52
(138,108,82)
#7D624A
(125,98,74)
#705842
(112,88,66)
#634E3A
(99,78,58)
#564432
(86,68,50)
#493A2A
(73,58,42)
#3C3022
(60,48,34)
#2F261A
(47,38,26)
#221C12
(34,28,18)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #97765A

#97765A
(151,118,90)
#A08269
(160,130,105)
#A98E78
(169,142,120)
#B29A87
(178,154,135)
#BBA696
(187,166,150)
#C4B2A5
(196,178,165)
#CDBEB4
(205,190,180)
#D6CAC3
(214,202,195)
#DFD6D2
(223,214,210)
#E8E2E1
(232,226,225)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97765A color. Also use rgb(151,118,90) instead hex code.

Text Font Color

.myTextColor { color: #97765A; }

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

This text font color is #97765A.

Background Color

.myBgColor { background-color: #97765A; }

<div style="background-color:#97765A">Inner text</div>

This div background color is #97765A.

Border color

.myBorderColor { border: 1px solid #97765A; }

<div style="border:3px solid #97765A">Div</div>

This div border color is #97765A.

Opacity

.myOpacity80 { color: #97765A; opacity: 0.8; }

<p style="color:#97765A;opacity:0.8;">80%</p>

Text with #97765A 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 #97765A;}

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

This text has shadow with #97765A color.


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

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

This text has shadow with #97765A primary color and red secondary color.


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

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

This text has shadow with #97765A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #97765A.

Preview

Color preview on black background

This text has color #97765A on black background.


Color preview on white background

This text has color #97765A on white background.


Black color preview on #97765A background

This text has black color on #97765A background.


White color preview on #97765A background

This text has white color on #97765A background.


Related colors

Complementary color

Complementary color for #hex is #6889A5.


I love getcolorcode.com

Triadic colors

1 #5A9776 and #765A97 with #97765A are triadic colors.

2 #5A7697 and #76975A with #97765A are triadic colors.