COLOR #7B9074

HEX: #7B9074
RGB: (123,144,116)

Color info

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

RGB color model

#7B9074 color RGB value is (123,144,116).

  • red value is 123;
  • green value is 144;
  • blue value is 116.
RGB:
(123,144,116)
(48%,56%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 116 of 255 = 45%

123
144
116

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 116 = 383 (100%)
R 123 of 383 ~ 32.11%
G 144 of 383 ~ 37.6%
B 116 of 383 ~ 30.29%

%32.11
%37.6
%30.29

CMYK color model

#7B9074 color CMYK value is (15,0,19,44).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 43.53%
CMYK:
(15,0,19,44)
C15M0Y19K44 
(15%,0%,19%,44%)
(0.15/0.00/0.19/0.44)	

CMYK percentages

%14.58
%0
%19.44
%43.53

Codes

Color #7B9074 in popluar color models

7B9074
RGB123144116
HSL105°11.20%50.98%
HSB/HSV105°19.44%56.47%
CMYK14.58%0.00%19.44%
43.53%

Color #7B9074 in popluar number systems.

HEX7B9074
Decimal123144116
Binary1111011100100001110100
Octal173220164

Shades and tints

Shades of #7B9074

#7B9074
(123,144,116)
#70836A
(112,131,106)
#657660
(101,118,96)
#5A6956
(90,105,86)
#4F5C4C
(79,92,76)
#444F42
(68,79,66)
#394238
(57,66,56)
#2E352E
(46,53,46)
#232824
(35,40,36)
#181B1A
(24,27,26)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B9074

#7B9074
(123,144,116)
#879A80
(135,154,128)
#93A48C
(147,164,140)
#9FAE98
(159,174,152)
#ABB8A4
(171,184,164)
#B7C2B0
(183,194,176)
#C3CCBC
(195,204,188)
#CFD6C8
(207,214,200)
#DBE0D4
(219,224,212)
#E7EAE0
(231,234,224)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9074 color. Also use rgb(123,144,116) instead hex code.

Text Font Color

.myTextColor { color: #7B9074; }

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

This text font color is #7B9074.


Background Color

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

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

This div background color is #7B9074.


Border color

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

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

This div border color is #7B9074.


Opacity

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

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

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

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

This text has shadow with #7B9074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9074 on black background.


Color preview on white background

This text has color #7B9074 on white background.



Black color preview on #7B9074 background

This text has black color on #7B9074 background.


White color preview on #7B9074 background

This text has white color on #7B9074 background.