COLOR #7B917F

HEX: #7B917F
RGB: (123,145,127)

Color info

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

RGB color model

#7B917F color RGB value is (123,145,127).

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

RGB channels and saturation

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

123
145
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 145 + 127 = 395 (100%)
R 123 of 395 ~ 31.14%
G 145 of 395 ~ 36.71%
B 127 of 395 ~ 32.15%

%31.14
%36.71
%32.15

CMYK color model

#7B917F color CMYK value is (15,0,12,43).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 12.41%
  • key color value is 43.14%
CMYK:
(15,0,12,43)
C15M0Y12K43 
(15%,0%,12%,43%)
(0.15/0.00/0.12/0.43)	

CMYK percentages

%15.17
%0
%12.41
%43.14

Codes

Color #7B917F in popluar color models

7B917F
RGB123145127
HSL131°9.09%52.55%
HSB/HSV131°15.17%56.86%
CMYK15.17%0.00%12.41%
43.14%

Color #7B917F in popluar number systems.

HEX7B917F
Decimal123145127
Binary1111011100100011111111
Octal173221177

Shades and tints

Shades of #7B917F

#7B917F
(123,145,127)
#708474
(112,132,116)
#657769
(101,119,105)
#5A6A5E
(90,106,94)
#4F5D53
(79,93,83)
#445048
(68,80,72)
#39433D
(57,67,61)
#2E3632
(46,54,50)
#232927
(35,41,39)
#181C1C
(24,28,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #7B917F

#7B917F
(123,145,127)
#879B8A
(135,155,138)
#93A595
(147,165,149)
#9FAFA0
(159,175,160)
#ABB9AB
(171,185,171)
#B7C3B6
(183,195,182)
#C3CDC1
(195,205,193)
#CFD7CC
(207,215,204)
#DBE1D7
(219,225,215)
#E7EBE2
(231,235,226)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B917F; }

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

This text font color is #7B917F.


Background Color

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

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

This div background color is #7B917F.


Border color

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

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

This div border color is #7B917F.


Opacity

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

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

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

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

This text has shadow with #7B917F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B917F on black background.


Color preview on white background

This text has color #7B917F on white background.



Black color preview on #7B917F background

This text has black color on #7B917F background.


White color preview on #7B917F background

This text has white color on #7B917F background.