COLOR #77907A

HEX: #77907A
RGB: (119,144,122)

Color info

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

RGB color model

#77907A color RGB value is (119,144,122).

  • red value is 119;
  • green value is 144;
  • blue value is 122.
RGB:
(119,144,122)
(47%,56%,48%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 122 of 255 = 48%

119
144
122

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 122 = 385 (100%)
R 119 of 385 ~ 30.91%
G 144 of 385 ~ 37.4%
B 122 of 385 ~ 31.69%

%30.91
%37.4
%31.69

CMYK color model

#77907A color CMYK value is (17,0,15,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK:
(17,0,15,44)
C17M0Y15K44 
(17%,0%,15%,44%)
(0.17/0.00/0.15/0.44)	

CMYK percentages

%17.36
%0
%15.28
%43.53

Codes

Color #77907A in popluar color models

77907A
RGB119144122
HSL127°10.12%51.57%
HSB/HSV127°17.36%56.47%
CMYK17.36%0.00%15.28%
43.53%

Color #77907A in popluar number systems.

HEX77907A
Decimal119144122
Binary1110111100100001111010
Octal167220172

Shades and tints

Shades of #77907A

#77907A
(119,144,122)
#6D836F
(109,131,111)
#637664
(99,118,100)
#596959
(89,105,89)
#4F5C4E
(79,92,78)
#454F43
(69,79,67)
#3B4238
(59,66,56)
#31352D
(49,53,45)
#272822
(39,40,34)
#1D1B17
(29,27,23)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #77907A

#77907A
(119,144,122)
#839A86
(131,154,134)
#8FA492
(143,164,146)
#9BAE9E
(155,174,158)
#A7B8AA
(167,184,170)
#B3C2B6
(179,194,182)
#BFCCC2
(191,204,194)
#CBD6CE
(203,214,206)
#D7E0DA
(215,224,218)
#E3EAE6
(227,234,230)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77907A color. Also use rgb(119,144,122) instead hex code.

Text Font Color

.myTextColor { color: #77907A; }

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

This text font color is #77907A.


Background Color

.myBgColor { background-color: #77907A; }

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

This div background color is #77907A.


Border color

.myBorderColor { border: 1px solid #77907A; }

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

This div border color is #77907A.


Opacity

.myOpacity80 { color: #77907A; opacity: 0.8; }

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

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

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

This text has shadow with #77907A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77907A on black background.


Color preview on white background

This text has color #77907A on white background.



Black color preview on #77907A background

This text has black color on #77907A background.


White color preview on #77907A background

This text has white color on #77907A background.