COLOR #967A75

HEX: #967A75 RGB: (150,122,117)

Color info

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

RGB color model

#967A75 color RGB value is (150,122,117).

RGB: (150,122,117) (59%, 48%, 46%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 117 of 255 = 46%

150
122
117

R + G + B ~ 51%. #967A75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 122 + 117 = 389 (100%)
R 150 of 389 ~ 38.56%
G 122 of 389 ~ 31.36%
B 117 of 389 ~ 30.08'%

%38.56
%31.36
%30.08

CMYK color model

#967A75 color CMYK value is (0,19,22,41).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 22.00%
  • key color value is 41.18%

CMYK: (0,19,22,41)
C0M19Y22K41 (0%, 19%, 22%, 41%)
(0.00 / 0.19 / 0.22 / 0.41)

CMYK percentages

%0
%18.67
%22
%41.18

Codes

Color #967A75 in popluar color models

96 7A 75
RGB 150 122 117
HSL 13.58% 52.35%
HSB/HSV 22.00% 58.82%
CMYK 0.00% 18.67% 22.00%
41.18%

Color #967A75 in popluar number systems.

HEX 96 7A 75
Decimal 150 122 117
Binary 10010110 1111010 1110101
Octal 226 172 165

Shades and tints

Shades of #967A75

#967A75
(150,122,117)
#896F6B
(137,111,107)
#7C6461
(124,100,97)
#6F5957
(111,89,87)
#624E4D
(98,78,77)
#554343
(85,67,67)
#483839
(72,56,57)
#3B2D2F
(59,45,47)
#2E2225
(46,34,37)
#21171B
(33,23,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #967A75

#967A75
(150,122,117)
#9F8681
(159,134,129)
#A8928D
(168,146,141)
#B19E99
(177,158,153)
#BAAAA5
(186,170,165)
#C3B6B1
(195,182,177)
#CCC2BD
(204,194,189)
#D5CEC9
(213,206,201)
#DEDAD5
(222,218,213)
#E7E6E1
(231,230,225)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967A75 color. Also use rgb(150,122,117) instead hex code.

Text Font Color

.myTextColor { color: #967A75; }

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

This text font color is #967A75.

Background Color

.myBgColor { background-color: #967A75; }

<div style="background-color:#967A75">Inner text</div>

This div background color is #967A75.

Border color

.myBorderColor { border: 1px solid #967A75; }

<div style="border:3px solid #967A75">Div</div>

This div border color is #967A75.

Opacity

.myOpacity80 { color: #967A75; opacity: 0.8; }

<p style="color:#967A75;opacity:0.8;">80%</p>

Text with #967A75 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 #967A75;}

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

This text has shadow with #967A75 color.


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

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

This text has shadow with #967A75 primary color and red secondary color.


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

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

This text has shadow with #967A75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #967A75.

Preview

Color preview on black background

This text has color #967A75 on black background.


Color preview on white background

This text has color #967A75 on white background.


Black color preview on #967A75 background

This text has black color on #967A75 background.


White color preview on #967A75 background

This text has white color on #967A75 background.


Related colors

Complementary color

Complementary color for #hex is #69858A.


I love getcolorcode.com

Triadic colors

1 #75967A and #7A7596 with #967A75 are triadic colors.

2 #757A96 and #7A9675 with #967A75 are triadic colors.