COLOR #7A8A68

HEX: #7A8A68
RGB: (122,138,104)

Color info

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

RGB color model

#7A8A68 color RGB value is (122,138,104).

  • red value is 122;
  • green value is 138;
  • blue value is 104.
RGB:
(122,138,104)
(48%,54%,41%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 104 of 255 = 41%

122
138
104

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

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 104 = 364 (100%)
R 122 of 364 ~ 33.52%
G 138 of 364 ~ 37.91%
B 104 of 364 ~ 28.57%

%33.52
%37.91
%28.57

CMYK color model

#7A8A68 color CMYK value is (12,0,25,46).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 45.88%
CMYK:
(12,0,25,46)
C12M0Y25K46 
(12%,0%,25%,46%)
(0.12/0.00/0.25/0.46)	

CMYK percentages

%11.59
%0
%24.64
%45.88

Codes

Color #7A8A68 in popluar color models

7A8A68
RGB122138104
HSL88°14.05%47.45%
HSB/HSV88°24.64%54.12%
CMYK11.59%0.00%24.64%
45.88%

Color #7A8A68 in popluar number systems.

HEX7A8A68
Decimal122138104
Binary1111010100010101101000
Octal172212150

Shades and tints

Shades of #7A8A68

#7A8A68
(122,138,104)
#6F7E5F
(111,126,95)
#647256
(100,114,86)
#59664D
(89,102,77)
#4E5A44
(78,90,68)
#434E3B
(67,78,59)
#384232
(56,66,50)
#2D3629
(45,54,41)
#222A20
(34,42,32)
#171E17
(23,30,23)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7A8A68

#7A8A68
(122,138,104)
#869475
(134,148,117)
#929E82
(146,158,130)
#9EA88F
(158,168,143)
#AAB29C
(170,178,156)
#B6BCA9
(182,188,169)
#C2C6B6
(194,198,182)
#CED0C3
(206,208,195)
#DADAD0
(218,218,208)
#E6E4DD
(230,228,221)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8A68 color. Also use rgb(122,138,104) instead hex code.

Text Font Color

.myTextColor { color: #7A8A68; }

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

This text font color is #7A8A68.


Background Color

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

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

This div background color is #7A8A68.


Border color

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

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

This div border color is #7A8A68.


Opacity

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

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

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

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

This text has shadow with #7A8A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8A68 on black background.


Color preview on white background

This text has color #7A8A68 on white background.



Black color preview on #7A8A68 background

This text has black color on #7A8A68 background.


White color preview on #7A8A68 background

This text has white color on #7A8A68 background.