COLOR #769164

HEX: #769164
RGB: (118,145,100)

Color info

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

RGB color model

#769164 color RGB value is (118,145,100).

  • red value is 118;
  • green value is 145;
  • blue value is 100.
RGB:
(118,145,100)
(46%,57%,39%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 100 of 255 = 39%

118
145
100

R + G + B ~ 47%. #769164 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 100 = 363 (100%)
R 118 of 363 ~ 32.51%
G 145 of 363 ~ 39.94%
B 100 of 363 ~ 27.55%

%32.51
%39.94
%27.55

CMYK color model

#769164 color CMYK value is (19,0,31,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 43.14%
CMYK:
(19,0,31,43)
C19M0Y31K43 
(19%,0%,31%,43%)
(0.19/0.00/0.31/0.43)	

CMYK percentages

%18.62
%0
%31.03
%43.14

Codes

Color #769164 in popluar color models

769164
RGB118145100
HSL96°18.37%48.04%
HSB/HSV96°31.03%56.86%
CMYK18.62%0.00%31.03%
43.14%

Color #769164 in popluar number systems.

HEX769164
Decimal118145100
Binary1110110100100011100100
Octal166221144

Shades and tints

Shades of #769164

#769164
(118,145,100)
#6C845B
(108,132,91)
#627752
(98,119,82)
#586A49
(88,106,73)
#4E5D40
(78,93,64)
#445037
(68,80,55)
#3A432E
(58,67,46)
#303625
(48,54,37)
#26291C
(38,41,28)
#1C1C13
(28,28,19)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #769164

#769164
(118,145,100)
#829B72
(130,155,114)
#8EA580
(142,165,128)
#9AAF8E
(154,175,142)
#A6B99C
(166,185,156)
#B2C3AA
(178,195,170)
#BECDB8
(190,205,184)
#CAD7C6
(202,215,198)
#D6E1D4
(214,225,212)
#E2EBE2
(226,235,226)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769164 color. Also use rgb(118,145,100) instead hex code.

Text Font Color

.myTextColor { color: #769164; }

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

This text font color is #769164.


Background Color

.myBgColor { background-color: #769164; }

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

This div background color is #769164.


Border color

.myBorderColor { border: 1px solid #769164; }

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

This div border color is #769164.


Opacity

.myOpacity80 { color: #769164; opacity: 0.8; }

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

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

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

This text has shadow with #769164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769164 on black background.


Color preview on white background

This text has color #769164 on white background.



Black color preview on #769164 background

This text has black color on #769164 background.


White color preview on #769164 background

This text has white color on #769164 background.