COLOR #7F927B

HEX: #7F927B
RGB: (127,146,123)

Color info

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

RGB color model

#7F927B color RGB value is (127,146,123).

  • red value is 127;
  • green value is 146;
  • blue value is 123.
RGB:
(127,146,123)
(50%,57%,48%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 123 of 255 = 48%

127
146
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 146 + 123 = 396 (100%)
R 127 of 396 ~ 32.07%
G 146 of 396 ~ 36.87%
B 123 of 396 ~ 31.06%

%32.07
%36.87
%31.06

CMYK color model

#7F927B color CMYK value is (13,0,16,43).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 42.75%
CMYK:
(13,0,16,43)
C13M0Y16K43 
(13%,0%,16%,43%)
(0.13/0.00/0.16/0.43)	

CMYK percentages

%13.01
%0
%15.75
%42.75

Codes

Color #7F927B in popluar color models

7F927B
RGB127146123
HSL110°9.54%52.75%
HSB/HSV110°15.75%57.25%
CMYK13.01%0.00%15.75%
42.75%

Color #7F927B in popluar number systems.

HEX7F927B
Decimal127146123
Binary1111111100100101111011
Octal177222173

Shades and tints

Shades of #7F927B

#7F927B
(127,146,123)
#748570
(116,133,112)
#697865
(105,120,101)
#5E6B5A
(94,107,90)
#535E4F
(83,94,79)
#485144
(72,81,68)
#3D4439
(61,68,57)
#32372E
(50,55,46)
#272A23
(39,42,35)
#1C1D18
(28,29,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #7F927B

#7F927B
(127,146,123)
#8A9B87
(138,155,135)
#95A493
(149,164,147)
#A0AD9F
(160,173,159)
#ABB6AB
(171,182,171)
#B6BFB7
(182,191,183)
#C1C8C3
(193,200,195)
#CCD1CF
(204,209,207)
#D7DADB
(215,218,219)
#E2E3E7
(226,227,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F927B; }

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

This text font color is #7F927B.


Background Color

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

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

This div background color is #7F927B.


Border color

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

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

This div border color is #7F927B.


Opacity

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

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

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

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

This text has shadow with #7F927B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F927B on black background.


Color preview on white background

This text has color #7F927B on white background.



Black color preview on #7F927B background

This text has black color on #7F927B background.


White color preview on #7F927B background

This text has white color on #7F927B background.