COLOR #778B75

HEX: #778B75 RGB: (119,139,117)

Color info

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

RGB color model

#778B75 color RGB value is (119,139,117).

RGB: (119,139,117) (47%, 55%, 46%)

RGB channels and saturation

R 119 of 255 = 47%
G 139 of 255 = 55%
B 117 of 255 = 46%

119
139
117

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

Portions of RGB colors in percentages

R + G + B = 119 + 139 + 117 = 375 (100%)
R 119 of 375 ~ 31.73%
G 139 of 375 ~ 37.07%
B 117 of 375 ~ 31.2'%

%31.73
%37.07
%31.2

CMYK color model

#778B75 color CMYK value is (14,0,16,45).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%

CMYK: (14,0,16,45)
C14M0Y16K45 (14%, 0%, 16%, 45%)
(0.14 / 0.00 / 0.16 / 0.45)

CMYK percentages

%14.39
%0
%15.83
%45.49

Codes

Color #778B75 in popluar color models

77 8B 75
RGB 119 139 117
HSL 115° 8.66% 50.20%
HSB/HSV 115° 15.83% 54.51%
CMYK 14.39% 0.00% 15.83%
45.49%

Color #778B75 in popluar number systems.

HEX 77 8B 75
Decimal 119 139 117
Binary 1110111 10001011 1110101
Octal 167 213 165

Shades and tints

Shades of #778B75

#778B75
(119,139,117)
#6D7F6B
(109,127,107)
#637361
(99,115,97)
#596757
(89,103,87)
#4F5B4D
(79,91,77)
#454F43
(69,79,67)
#3B4339
(59,67,57)
#31372F
(49,55,47)
#272B25
(39,43,37)
#1D1F1B
(29,31,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #778B75

#778B75
(119,139,117)
#839581
(131,149,129)
#8F9F8D
(143,159,141)
#9BA999
(155,169,153)
#A7B3A5
(167,179,165)
#B3BDB1
(179,189,177)
#BFC7BD
(191,199,189)
#CBD1C9
(203,209,201)
#D7DBD5
(215,219,213)
#E3E5E1
(227,229,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778B75; }

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

This text font color is #778B75.

Background Color

.myBgColor { background-color: #778B75; }

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

This div background color is #778B75.

Border color

.myBorderColor { border: 1px solid #778B75; }

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

This div border color is #778B75.

Opacity

.myOpacity80 { color: #778B75; opacity: 0.8; }

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

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

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

This text has shadow with #778B75 color.


.textShadow {text-shadow: 3px 3px 1px #778B75', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #778B75; -webkit-box-shadow: 1px 1px 3px 2px #778B75; box-shadow:1px 1px 3px 2px #778B75;">
Div content here
</div>

This div box has shadow with color #778B75.

Preview

Color preview on black background

This text has color #778B75 on black background.


Color preview on white background

This text has color #778B75 on white background.


Black color preview on #778B75 background

This text has black color on #778B75 background.


White color preview on #778B75 background

This text has white color on #778B75 background.


Related colors

Complementary color

Complementary color for #hex is #88748A.


I love getcolorcode.com

Triadic colors

1 #75778B and #8B7577 with #778B75 are triadic colors.

2 #758B77 and #8B7775 with #778B75 are triadic colors.