COLOR #7F9274

HEX: #7F9274 RGB: (127,146,116)

Color info

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

RGB color model

#7F9274 color RGB value is (127,146,116).

RGB: (127,146,116) (50%, 57%, 45%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 116 of 255 = 45%

127
146
116

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

Portions of RGB colors in percentages

R + G + B = 127 + 146 + 116 = 389 (100%)
R 127 of 389 ~ 32.65%
G 146 of 389 ~ 37.53%
B 116 of 389 ~ 29.82'%

%32.65
%37.53
%29.82

CMYK color model

#7F9274 color CMYK value is (13,0,21,43).

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

CMYK: (13,0,21,43)
C13M0Y21K43 (13%, 0%, 21%, 43%)
(0.13 / 0.00 / 0.21 / 0.43)

CMYK percentages

%13.01
%0
%20.55
%42.75

Codes

Color #7F9274 in popluar color models

7F 92 74
RGB 127 146 116
HSL 98° 12.10% 51.37%
HSB/HSV 98° 20.55% 57.25%
CMYK 13.01% 0.00% 20.55%
42.75%

Color #7F9274 in popluar number systems.

HEX 7F 92 74
Decimal 127 146 116
Binary 1111111 10010010 1110100
Octal 177 222 164

Shades and tints

Shades of #7F9274

#7F9274
(127,146,116)
#74856A
(116,133,106)
#697860
(105,120,96)
#5E6B56
(94,107,86)
#535E4C
(83,94,76)
#485142
(72,81,66)
#3D4438
(61,68,56)
#32372E
(50,55,46)
#272A24
(39,42,36)
#1C1D1A
(28,29,26)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F9274

#7F9274
(127,146,116)
#8A9B80
(138,155,128)
#95A48C
(149,164,140)
#A0AD98
(160,173,152)
#ABB6A4
(171,182,164)
#B6BFB0
(182,191,176)
#C1C8BC
(193,200,188)
#CCD1C8
(204,209,200)
#D7DAD4
(215,218,212)
#E2E3E0
(226,227,224)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9274; }

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

This text font color is #7F9274.

Background Color

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

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

This div background color is #7F9274.

Border color

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

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

This div border color is #7F9274.

Opacity

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

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

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

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

This text has shadow with #7F9274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9274.

Preview

Color preview on black background

This text has color #7F9274 on black background.


Color preview on white background

This text has color #7F9274 on white background.


Black color preview on #7F9274 background

This text has black color on #7F9274 background.


White color preview on #7F9274 background

This text has white color on #7F9274 background.


Related colors

Complementary color

Complementary color for #hex is #806D8B.


I love getcolorcode.com

Triadic colors

1 #747F92 and #92747F with #7F9274 are triadic colors.

2 #74927F and #927F74 with #7F9274 are triadic colors.