COLOR #677762

HEX: #677762
RGB: (103,119,98)

Color info

#677762 contains red, green and blue colors in about the same proportion. Web safe color of #677762 is #666666 (or #666).

RGB color model

#677762 color RGB value is (103,119,98).

  • red value is 103;
  • green value is 119;
  • blue value is 98.
RGB:
(103,119,98)
(40%,47%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 98 of 255 = 38%

103
119
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 119 + 98 = 320 (100%)
R 103 of 320 ~ 32.19%
G 119 of 320 ~ 37.19%
B 98 of 320 ~ 30.63%

%32.19
%37.19
%30.63

CMYK color model

#677762 color CMYK value is (13,0,18,53).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(13,0,18,53)
C13M0Y18K53 
(13%,0%,18%,53%)
(0.13/0.00/0.18/0.53)	

CMYK percentages

%13.45
%0
%17.65
%53.33

Codes

Color #677762 in popluar color models

677762
RGB10311998
HSL106°9.68%42.55%
HSB/HSV106°17.65%46.67%
CMYK13.45%0.00%17.65%
53.33%

Color #677762 in popluar number systems.

HEX677762
Decimal10311998
Binary110011111101111100010
Octal147167142

Shades and tints

Shades of #677762

#677762
(103,119,98)
#5E6D5A
(94,109,90)
#556352
(85,99,82)
#4C594A
(76,89,74)
#434F42
(67,79,66)
#3A453A
(58,69,58)
#313B32
(49,59,50)
#28312A
(40,49,42)
#1F2722
(31,39,34)
#161D1A
(22,29,26)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #677762

#677762
(103,119,98)
#748370
(116,131,112)
#818F7E
(129,143,126)
#8E9B8C
(142,155,140)
#9BA79A
(155,167,154)
#A8B3A8
(168,179,168)
#B5BFB6
(181,191,182)
#C2CBC4
(194,203,196)
#CFD7D2
(207,215,210)
#DCE3E0
(220,227,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677762 color. Also use rgb(103,119,98) instead hex code.

Text Font Color

.myTextColor { color: #677762; }

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

This text font color is #677762.


Background Color

.myBgColor { background-color: #677762; }

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

This div background color is #677762.


Border color

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

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

This div border color is #677762.


Opacity

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

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

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

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

This text has shadow with #677762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677762 on black background.


Color preview on white background

This text has color #677762 on white background.



Black color preview on #677762 background

This text has black color on #677762 background.


White color preview on #677762 background

This text has white color on #677762 background.