COLOR #769079

HEX: #769079
RGB: (118,144,121)

Color info

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

RGB color model

#769079 color RGB value is (118,144,121).

  • red value is 118;
  • green value is 144;
  • blue value is 121.
RGB:
(118,144,121)
(46%,56%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 121 of 255 = 47%

118
144
121

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

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 121 = 383 (100%)
R 118 of 383 ~ 30.81%
G 144 of 383 ~ 37.6%
B 121 of 383 ~ 31.59%

%30.81
%37.6
%31.59

CMYK color model

#769079 color CMYK value is (18,0,16,44).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 43.53%
CMYK:
(18,0,16,44)
C18M0Y16K44 
(18%,0%,16%,44%)
(0.18/0.00/0.16/0.44)	

CMYK percentages

%18.06
%0
%15.97
%43.53

Codes

Color #769079 in popluar color models

769079
RGB118144121
HSL127°10.48%51.37%
HSB/HSV127°18.06%56.47%
CMYK18.06%0.00%15.97%
43.53%

Color #769079 in popluar number systems.

HEX769079
Decimal118144121
Binary1110110100100001111001
Octal166220171

Shades and tints

Shades of #769079

#769079
(118,144,121)
#6C836E
(108,131,110)
#627663
(98,118,99)
#586958
(88,105,88)
#4E5C4D
(78,92,77)
#444F42
(68,79,66)
#3A4237
(58,66,55)
#30352C
(48,53,44)
#262821
(38,40,33)
#1C1B16
(28,27,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #769079

#769079
(118,144,121)
#829A85
(130,154,133)
#8EA491
(142,164,145)
#9AAE9D
(154,174,157)
#A6B8A9
(166,184,169)
#B2C2B5
(178,194,181)
#BECCC1
(190,204,193)
#CAD6CD
(202,214,205)
#D6E0D9
(214,224,217)
#E2EAE5
(226,234,229)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769079 color. Also use rgb(118,144,121) instead hex code.

Text Font Color

.myTextColor { color: #769079; }

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

This text font color is #769079.


Background Color

.myBgColor { background-color: #769079; }

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

This div background color is #769079.


Border color

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

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

This div border color is #769079.


Opacity

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

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

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

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

This text has shadow with #769079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769079 on black background.


Color preview on white background

This text has color #769079 on white background.



Black color preview on #769079 background

This text has black color on #769079 background.


White color preview on #769079 background

This text has white color on #769079 background.