COLOR #969F77

HEX: #969F77 RGB: (150,159,119)

Color info

#969F77 contains red, green and blue colors in about the same proportion. Web safe color of #969F77 is #999966 (or #996).

RGB color model

#969F77 color RGB value is (150,159,119).

RGB: (150,159,119) (59%, 62%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 119 of 255 = 47%

150
159
119

R + G + B ~ 56%. #969F77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 159 + 119 = 428 (100%)
R 150 of 428 ~ 35.05%
G 159 of 428 ~ 37.15%
B 119 of 428 ~ 27.8'%

%35.05
%37.15
%27.8

CMYK color model

#969F77 color CMYK value is (6,0,25,38).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 25.16%
  • key color value is 37.65%

CMYK: (6,0,25,38)
C6M0Y25K38 (6%, 0%, 25%, 38%)
(0.06 / 0.00 / 0.25 / 0.38)

CMYK percentages

%5.66
%0
%25.16
%37.65

Codes

Color #969F77 in popluar color models

96 9F 77
RGB 150 159 119
HSL 74° 17.24% 54.51%
HSB/HSV 74° 25.16% 62.35%
CMYK 5.66% 0.00% 25.16%
37.65%

Color #969F77 in popluar number systems.

HEX 96 9F 77
Decimal 150 159 119
Binary 10010110 10011111 1110111
Octal 226 237 167

Shades and tints

Shades of #969F77

#969F77
(150,159,119)
#89916D
(137,145,109)
#7C8363
(124,131,99)
#6F7559
(111,117,89)
#62674F
(98,103,79)
#555945
(85,89,69)
#484B3B
(72,75,59)
#3B3D31
(59,61,49)
#2E2F27
(46,47,39)
#21211D
(33,33,29)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #969F77

#969F77
(150,159,119)
#9FA783
(159,167,131)
#A8AF8F
(168,175,143)
#B1B79B
(177,183,155)
#BABFA7
(186,191,167)
#C3C7B3
(195,199,179)
#CCCFBF
(204,207,191)
#D5D7CB
(213,215,203)
#DEDFD7
(222,223,215)
#E7E7E3
(231,231,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969F77 color. Also use rgb(150,159,119) instead hex code.

Text Font Color

.myTextColor { color: #969F77; }

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

This text font color is #969F77.

Background Color

.myBgColor { background-color: #969F77; }

<div style="background-color:#969F77">Inner text</div>

This div background color is #969F77.

Border color

.myBorderColor { border: 1px solid #969F77; }

<div style="border:3px solid #969F77">Div</div>

This div border color is #969F77.

Opacity

.myOpacity80 { color: #969F77; opacity: 0.8; }

<p style="color:#969F77;opacity:0.8;">80%</p>

Text with #969F77 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 #969F77;}

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

This text has shadow with #969F77 color.


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

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

This text has shadow with #969F77 primary color and red secondary color.


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

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

This text has shadow with #969F77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #969F77.

Preview

Color preview on black background

This text has color #969F77 on black background.


Color preview on white background

This text has color #969F77 on white background.


Black color preview on #969F77 background

This text has black color on #969F77 background.


White color preview on #969F77 background

This text has white color on #969F77 background.


Related colors

Complementary color

Complementary color for #hex is #696088.


I love getcolorcode.com

Triadic colors

1 #77969F and #9F7796 with #969F77 are triadic colors.

2 #779F96 and #9F9677 with #969F77 are triadic colors.