COLOR #769571

HEX: #769571
RGB: (118,149,113)

Color info

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

RGB color model

#769571 color RGB value is (118,149,113).

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

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 113 of 255 = 44%

118
149
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 113 = 380 (100%)
R 118 of 380 ~ 31.05%
G 149 of 380 ~ 39.21%
B 113 of 380 ~ 29.74%

%31.05
%39.21
%29.74

CMYK color model

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

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 24.16%
  • key color value is 41.57%
CMYK:
(21,0,24,42)
C21M0Y24K42 
(21%,0%,24%,42%)
(0.21/0.00/0.24/0.42)	

CMYK percentages

%20.81
%0
%24.16
%41.57

Codes

Color #769571 in popluar color models

769571
RGB118149113
HSL112°14.52%51.37%
HSB/HSV112°24.16%58.43%
CMYK20.81%0.00%24.16%
41.57%

Color #769571 in popluar number systems.

HEX769571
Decimal118149113
Binary1110110100101011110001
Octal166225161

Shades and tints

Shades of #769571

#769571
(118,149,113)
#6C8867
(108,136,103)
#627B5D
(98,123,93)
#586E53
(88,110,83)
#4E6149
(78,97,73)
#44543F
(68,84,63)
#3A4735
(58,71,53)
#303A2B
(48,58,43)
#262D21
(38,45,33)
#1C2017
(28,32,23)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #769571

#769571
(118,149,113)
#829E7D
(130,158,125)
#8EA789
(142,167,137)
#9AB095
(154,176,149)
#A6B9A1
(166,185,161)
#B2C2AD
(178,194,173)
#BECBB9
(190,203,185)
#CAD4C5
(202,212,197)
#D6DDD1
(214,221,209)
#E2E6DD
(226,230,221)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769571; }

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

This text font color is #769571.


Background Color

.myBgColor { background-color: #769571; }

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

This div background color is #769571.


Border color

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

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

This div border color is #769571.


Opacity

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

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

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

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

This text has shadow with #769571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769571 on black background.


Color preview on white background

This text has color #769571 on white background.



Black color preview on #769571 background

This text has black color on #769571 background.


White color preview on #769571 background

This text has white color on #769571 background.