COLOR #7F9266

HEX: #7F9266 RGB: (127,146,102)

Color info

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

RGB color model

#7F9266 color RGB value is (127,146,102).

RGB: (127,146,102) (50%, 57%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 102 of 255 = 40%

127
146
102

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

Portions of RGB colors in percentages

R + G + B = 127 + 146 + 102 = 375 (100%)
R 127 of 375 ~ 33.87%
G 146 of 375 ~ 38.93%
B 102 of 375 ~ 27.2'%

%33.87
%38.93
%27.2

CMYK color model

#7F9266 color CMYK value is (13,0,30,43).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 42.75%

CMYK: (13,0,30,43)
C13M0Y30K43 (13%, 0%, 30%, 43%)
(0.13 / 0.00 / 0.30 / 0.43)

CMYK percentages

%13.01
%0
%30.14
%42.75

Codes

Color #7F9266 in popluar color models

7F 92 66
RGB 127 146 102
HSL 86° 17.74% 48.63%
HSB/HSV 86° 30.14% 57.25%
CMYK 13.01% 0.00% 30.14%
42.75%

Color #7F9266 in popluar number systems.

HEX 7F 92 66
Decimal 127 146 102
Binary 1111111 10010010 1100110
Octal 177 222 146

Shades and tints

Shades of #7F9266

#7F9266
(127,146,102)
#74855D
(116,133,93)
#697854
(105,120,84)
#5E6B4B
(94,107,75)
#535E42
(83,94,66)
#485139
(72,81,57)
#3D4430
(61,68,48)
#323727
(50,55,39)
#272A1E
(39,42,30)
#1C1D15
(28,29,21)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #7F9266

#7F9266
(127,146,102)
#8A9B73
(138,155,115)
#95A480
(149,164,128)
#A0AD8D
(160,173,141)
#ABB69A
(171,182,154)
#B6BFA7
(182,191,167)
#C1C8B4
(193,200,180)
#CCD1C1
(204,209,193)
#D7DACE
(215,218,206)
#E2E3DB
(226,227,219)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9266 color. Also use rgb(127,146,102) instead hex code.

Text Font Color

.myTextColor { color: #7F9266; }

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

This text font color is #7F9266.

Background Color

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

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

This div background color is #7F9266.

Border color

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

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

This div border color is #7F9266.

Opacity

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

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

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

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

This text has shadow with #7F9266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9266.

Preview

Color preview on black background

This text has color #7F9266 on black background.


Color preview on white background

This text has color #7F9266 on white background.


Black color preview on #7F9266 background

This text has black color on #7F9266 background.


White color preview on #7F9266 background

This text has white color on #7F9266 background.


Related colors

Complementary color

Complementary color for #hex is #806D99.


I love getcolorcode.com

Triadic colors

1 #667F92 and #92667F with #7F9266 are triadic colors.

2 #66927F and #927F66 with #7F9266 are triadic colors.