COLOR #769575

HEX: #769575
RGB: (118,149,117)

Color info

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

RGB color model

#769575 color RGB value is (118,149,117).

  • red value is 118;
  • green value is 149;
  • blue value is 117.
RGB:
(118,149,117)
(46%,58%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 117 of 255 = 46%

118
149
117

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

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 117 = 384 (100%)
R 118 of 384 ~ 30.73%
G 149 of 384 ~ 38.8%
B 117 of 384 ~ 30.47%

%30.73
%38.8
%30.47

CMYK color model

#769575 color CMYK value is (21,0,21,42).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(21,0,21,42)
C21M0Y21K42 
(21%,0%,21%,42%)
(0.21/0.00/0.21/0.42)	

CMYK percentages

%20.81
%0
%21.48
%41.57

Codes

Color #769575 in popluar color models

769575
RGB118149117
HSL118°13.11%52.16%
HSB/HSV118°21.48%58.43%
CMYK20.81%0.00%21.48%
41.57%

Color #769575 in popluar number systems.

HEX769575
Decimal118149117
Binary1110110100101011110101
Octal166225165

Shades and tints

Shades of #769575

#769575
(118,149,117)
#6C886B
(108,136,107)
#627B61
(98,123,97)
#586E57
(88,110,87)
#4E614D
(78,97,77)
#445443
(68,84,67)
#3A4739
(58,71,57)
#303A2F
(48,58,47)
#262D25
(38,45,37)
#1C201B
(28,32,27)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #769575

#769575
(118,149,117)
#829E81
(130,158,129)
#8EA78D
(142,167,141)
#9AB099
(154,176,153)
#A6B9A5
(166,185,165)
#B2C2B1
(178,194,177)
#BECBBD
(190,203,189)
#CAD4C9
(202,212,201)
#D6DDD5
(214,221,213)
#E2E6E1
(226,230,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769575 color. Also use rgb(118,149,117) instead hex code.

Text Font Color

.myTextColor { color: #769575; }

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

This text font color is #769575.


Background Color

.myBgColor { background-color: #769575; }

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

This div background color is #769575.


Border color

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

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

This div border color is #769575.


Opacity

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

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

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

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

This text has shadow with #769575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769575 on black background.


Color preview on white background

This text has color #769575 on white background.



Black color preview on #769575 background

This text has black color on #769575 background.


White color preview on #769575 background

This text has white color on #769575 background.