COLOR #7F9665

HEX: #7F9665 RGB: (127,150,101)

Color info

#7F9665 contains red, green and blue colors in about the same proportion. Web safe color of #7F9665 is #669966 (or #696).

RGB color model

#7F9665 color RGB value is (127,150,101).

RGB: (127,150,101) (50%, 59%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 101 of 255 = 40%

127
150
101

R + G + B ~ 50%. #7F9665 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 101 = 378 (100%)
R 127 of 378 ~ 33.6%
G 150 of 378 ~ 39.68%
B 101 of 378 ~ 26.72'%

%33.6
%39.68
%26.72

CMYK color model

#7F9665 color CMYK value is (15,0,33,41).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 41.18%
CMYK: (15,0,33,41) C15M0Y33K41 (15%,0%,33%,41%) (0.15/0.00/0.33/0.41) 

CMYK percentages

%15.33
%0
%32.67
%41.18

Codes

Color #7F9665 in popluar color models

7F 96 65
RGB 127 150 101
HSL 88° 19.52% 49.22%
HSB/HSV 88° 32.67% 58.82%
CMYK 15.33% 0.00% 32.67%
41.18%

Color #7F9665 in popluar number systems.

HEX 7F 96 65
Decimal 127 150 101
Binary 1111111 10010110 1100101
Octal 177 226 145

Shades and tints

Shades of #7F9665

#7F9665
(127,150,101)
#74895C
(116,137,92)
#697C53
(105,124,83)
#5E6F4A
(94,111,74)
#536241
(83,98,65)
#485538
(72,85,56)
#3D482F
(61,72,47)
#323B26
(50,59,38)
#272E1D
(39,46,29)
#1C2114
(28,33,20)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #7F9665

#7F9665
(127,150,101)
#8A9F73
(138,159,115)
#95A881
(149,168,129)
#A0B18F
(160,177,143)
#ABBA9D
(171,186,157)
#B6C3AB
(182,195,171)
#C1CCB9
(193,204,185)
#CCD5C7
(204,213,199)
#D7DED5
(215,222,213)
#E2E7E3
(226,231,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9665 color. Also use rgb(127,150,101) instead hex code.

Text Font Color

.myTextColor { color: #7F9665; }

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

This text font color is #7F9665.

Background Color

.myBgColor { background-color: #7F9665; }

<div style="background-color:#7F9665">Inner text</div>

This div background color is #7F9665.

Border color

.myBorderColor { border: 1px solid #7F9665; }

<div style="border:3px solid #7F9665">Div</div>

This div border color is #7F9665.

Opacity

.myOpacity80 { color: #7F9665; opacity: 0.8; }

<p style="color:#7F9665;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F9665 color.


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

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

This text has shadow with #7F9665 primary color and red secondary color.


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

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

This text has shadow with #7F9665 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F9665.

Preview

Color preview on black background

This text has color #7F9665 on black background.


Color preview on white background

This text has color #7F9665 on white background.


Black color preview on #7F9665 background

This text has black color on #7F9665 background.


White color preview on #7F9665 background

This text has white color on #7F9665 background.


Related colors

Complementary color

Complementary color for #hex is #80699A.


I love getcolorcode.com

Triadic colors

1 #657F96 and #96657F with #7F9665 are triadic colors.

2 #65967F and #967F65 with #7F9665 are triadic colors.