COLOR #769A6A

HEX: #769A6A
RGB: (118,154,106)

Color info

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

RGB color model

#769A6A color RGB value is (118,154,106).

  • red value is 118;
  • green value is 154;
  • blue value is 106.
RGB:
(118,154,106)
(46%,60%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 154 of 255 = 60%
B 106 of 255 = 42%

118
154
106

R + G + B ~ 49%. #769A6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 154 + 106 = 378 (100%)
R 118 of 378 ~ 31.22%
G 154 of 378 ~ 40.74%
B 106 of 378 ~ 28.04%

%31.22
%40.74
%28.04

CMYK color model

#769A6A color CMYK value is (23,0,31,40).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 39.61%
CMYK:
(23,0,31,40)
C23M0Y31K40 
(23%,0%,31%,40%)
(0.23/0.00/0.31/0.40)	

CMYK percentages

%23.38
%0
%31.17
%39.61

Codes

Color #769A6A in popluar color models

769A6A
RGB118154106
HSL105°19.20%50.98%
HSB/HSV105°31.17%60.39%
CMYK23.38%0.00%31.17%
39.61%

Color #769A6A in popluar number systems.

HEX769A6A
Decimal118154106
Binary1110110100110101101010
Octal166232152

Shades and tints

Shades of #769A6A

#769A6A
(118,154,106)
#6C8C61
(108,140,97)
#627E58
(98,126,88)
#58704F
(88,112,79)
#4E6246
(78,98,70)
#44543D
(68,84,61)
#3A4634
(58,70,52)
#30382B
(48,56,43)
#262A22
(38,42,34)
#1C1C19
(28,28,25)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #769A6A

#769A6A
(118,154,106)
#82A377
(130,163,119)
#8EAC84
(142,172,132)
#9AB591
(154,181,145)
#A6BE9E
(166,190,158)
#B2C7AB
(178,199,171)
#BED0B8
(190,208,184)
#CAD9C5
(202,217,197)
#D6E2D2
(214,226,210)
#E2EBDF
(226,235,223)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769A6A color. Also use rgb(118,154,106) instead hex code.

Text Font Color

.myTextColor { color: #769A6A; }

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

This text font color is #769A6A.


Background Color

.myBgColor { background-color: #769A6A; }

<div style="background-color:#769A6A">Inner text</div>

This div background color is #769A6A.


Border color

.myBorderColor { border: 1px solid #769A6A; }

<div style="border:3px solid #769A6A">Div</div>

This div border color is #769A6A.


Opacity

.myOpacity80 { color: #769A6A; opacity: 0.8; }

<p style="color:#769A6A;opacity:0.8;">80%</p>

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

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

This text has shadow with #769A6A color.

.textShadow {text-shadow: 3px 3px 1px #769A6A, 3px 3px 1px red;}

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

This text has shadow with #769A6A primary color and red secondary color.


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

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

This text has shadow with #769A6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769A6A on black background.


Color preview on white background

This text has color #769A6A on white background.



Black color preview on #769A6A background

This text has black color on #769A6A background.


White color preview on #769A6A background

This text has white color on #769A6A background.