COLOR #778274

HEX: #778274
RGB: (119,130,116)

Color info

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

RGB color model

#778274 color RGB value is (119,130,116).

  • red value is 119;
  • green value is 130;
  • blue value is 116.
RGB:
(119,130,116)
(47%,51%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 116 of 255 = 45%

119
130
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 116 = 365 (100%)
R 119 of 365 ~ 32.6%
G 130 of 365 ~ 35.62%
B 116 of 365 ~ 31.78%

%32.6
%35.62
%31.78

CMYK color model

#778274 color CMYK value is (8,0,11,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(8,0,11,49)
C8M0Y11K49 
(8%,0%,11%,49%)
(0.08/0.00/0.11/0.49)	

CMYK percentages

%8.46
%0
%10.77
%49.02

Codes

Color #778274 in popluar color models

778274
RGB119130116
HSL107°5.69%48.24%
HSB/HSV107°10.77%50.98%
CMYK8.46%0.00%10.77%
49.02%

Color #778274 in popluar number systems.

HEX778274
Decimal119130116
Binary1110111100000101110100
Octal167202164

Shades and tints

Shades of #778274

#778274
(119,130,116)
#6D776A
(109,119,106)
#636C60
(99,108,96)
#596156
(89,97,86)
#4F564C
(79,86,76)
#454B42
(69,75,66)
#3B4038
(59,64,56)
#31352E
(49,53,46)
#272A24
(39,42,36)
#1D1F1A
(29,31,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #778274

#778274
(119,130,116)
#838D80
(131,141,128)
#8F988C
(143,152,140)
#9BA398
(155,163,152)
#A7AEA4
(167,174,164)
#B3B9B0
(179,185,176)
#BFC4BC
(191,196,188)
#CBCFC8
(203,207,200)
#D7DAD4
(215,218,212)
#E3E5E0
(227,229,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778274 color. Also use rgb(119,130,116) instead hex code.

Text Font Color

.myTextColor { color: #778274; }

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

This text font color is #778274.


Background Color

.myBgColor { background-color: #778274; }

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

This div background color is #778274.


Border color

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

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

This div border color is #778274.


Opacity

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

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

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

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

This text has shadow with #778274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778274 on black background.


Color preview on white background

This text has color #778274 on white background.



Black color preview on #778274 background

This text has black color on #778274 background.


White color preview on #778274 background

This text has white color on #778274 background.