COLOR #778275

HEX: #778275
RGB: (119,130,117)

Color info

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

RGB color model

#778275 color RGB value is (119,130,117).

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

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 117 of 255 = 46%

119
130
117

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 117 = 366 (100%)
R 119 of 366 ~ 32.51%
G 130 of 366 ~ 35.52%
B 117 of 366 ~ 31.97%

%32.51
%35.52
%31.97

CMYK color model

#778275 color CMYK value is (8,0,10,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(8,0,10,49)
C8M0Y10K49 
(8%,0%,10%,49%)
(0.08/0.00/0.10/0.49)	

CMYK percentages

%8.46
%0
%10
%49.02

Codes

Color #778275 in popluar color models

778275
RGB119130117
HSL111°5.26%48.43%
HSB/HSV111°10.00%50.98%
CMYK8.46%0.00%10.00%
49.02%

Color #778275 in popluar number systems.

HEX778275
Decimal119130117
Binary1110111100000101110101
Octal167202165

Shades and tints

Shades of #778275

#778275
(119,130,117)
#6D776B
(109,119,107)
#636C61
(99,108,97)
#596157
(89,97,87)
#4F564D
(79,86,77)
#454B43
(69,75,67)
#3B4039
(59,64,57)
#31352F
(49,53,47)
#272A25
(39,42,37)
#1D1F1B
(29,31,27)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #778275

#778275
(119,130,117)
#838D81
(131,141,129)
#8F988D
(143,152,141)
#9BA399
(155,163,153)
#A7AEA5
(167,174,165)
#B3B9B1
(179,185,177)
#BFC4BD
(191,196,189)
#CBCFC9
(203,207,201)
#D7DAD5
(215,218,213)
#E3E5E1
(227,229,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778275; }

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

This text font color is #778275.


Background Color

.myBgColor { background-color: #778275; }

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

This div background color is #778275.


Border color

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

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

This div border color is #778275.


Opacity

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

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

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

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

This text has shadow with #778275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778275 on black background.


Color preview on white background

This text has color #778275 on white background.



Black color preview on #778275 background

This text has black color on #778275 background.


White color preview on #778275 background

This text has white color on #778275 background.