COLOR #779281

HEX: #779281
RGB: (119,146,129)

Color info

#779281 contains red, green and blue colors in about the same proportion. Web safe color of #779281 is #669999 (or #699).

RGB color model

#779281 color RGB value is (119,146,129).

  • red value is 119;
  • green value is 146;
  • blue value is 129.
RGB:
(119,146,129)
(47%,57%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 129 of 255 = 51%

119
146
129

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

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 129 = 394 (100%)
R 119 of 394 ~ 30.2%
G 146 of 394 ~ 37.06%
B 129 of 394 ~ 32.74%

%30.2
%37.06
%32.74

CMYK color model

#779281 color CMYK value is (18,0,12,43).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 42.75%
CMYK:
(18,0,12,43)
C18M0Y12K43 
(18%,0%,12%,43%)
(0.18/0.00/0.12/0.43)	

CMYK percentages

%18.49
%0
%11.64
%42.75

Codes

Color #779281 in popluar color models

779281
RGB119146129
HSL142°11.02%51.96%
HSB/HSV142°18.49%57.25%
CMYK18.49%0.00%11.64%
42.75%

Color #779281 in popluar number systems.

HEX779281
Decimal119146129
Binary11101111001001010000001
Octal167222201

Shades and tints

Shades of #779281

#779281
(119,146,129)
#6D8576
(109,133,118)
#63786B
(99,120,107)
#596B60
(89,107,96)
#4F5E55
(79,94,85)
#45514A
(69,81,74)
#3B443F
(59,68,63)
#313734
(49,55,52)
#272A29
(39,42,41)
#1D1D1E
(29,29,30)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #779281

#779281
(119,146,129)
#839B8C
(131,155,140)
#8FA497
(143,164,151)
#9BADA2
(155,173,162)
#A7B6AD
(167,182,173)
#B3BFB8
(179,191,184)
#BFC8C3
(191,200,195)
#CBD1CE
(203,209,206)
#D7DAD9
(215,218,217)
#E3E3E4
(227,227,228)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779281 color. Also use rgb(119,146,129) instead hex code.

Text Font Color

.myTextColor { color: #779281; }

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

This text font color is #779281.


Background Color

.myBgColor { background-color: #779281; }

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

This div background color is #779281.


Border color

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

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

This div border color is #779281.


Opacity

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

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

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

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

This text has shadow with #779281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779281 on black background.


Color preview on white background

This text has color #779281 on white background.



Black color preview on #779281 background

This text has black color on #779281 background.


White color preview on #779281 background

This text has white color on #779281 background.