COLOR #63776A

HEX: #63776A RGB: (99,119,106)

Color info

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

RGB color model

#63776A color RGB value is (99,119,106).

RGB: (99,119,106) (39%, 47%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 106 of 255 = 42%

99
119
106

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

Portions of RGB colors in percentages

R + G + B = 99 + 119 + 106 = 324 (100%)
R 99 of 324 ~ 30.56%
G 119 of 324 ~ 36.73%
B 106 of 324 ~ 32.72'%

%30.56
%36.73
%32.72

CMYK color model

#63776A color CMYK value is (17,0,11,53).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%

CMYK: (17,0,11,53)
C17M0Y11K53 (17%, 0%, 11%, 53%)
(0.17 / 0.00 / 0.11 / 0.53)

CMYK percentages

%16.81
%0
%10.92
%53.33

Codes

Color #63776A in popluar color models

63 77 6A
RGB 99 119 106
HSL 141° 9.17% 42.75%
HSB/HSV 141° 16.81% 46.67%
CMYK 16.81% 0.00% 10.92%
53.33%

Color #63776A in popluar number systems.

HEX 63 77 6A
Decimal 99 119 106
Binary 1100011 1110111 1101010
Octal 143 167 152

Shades and tints

Shades of #63776A

#63776A
(99,119,106)
#5A6D61
(90,109,97)
#516358
(81,99,88)
#48594F
(72,89,79)
#3F4F46
(63,79,70)
#36453D
(54,69,61)
#2D3B34
(45,59,52)
#24312B
(36,49,43)
#1B2722
(27,39,34)
#121D19
(18,29,25)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #63776A

#63776A
(99,119,106)
#718377
(113,131,119)
#7F8F84
(127,143,132)
#8D9B91
(141,155,145)
#9BA79E
(155,167,158)
#A9B3AB
(169,179,171)
#B7BFB8
(183,191,184)
#C5CBC5
(197,203,197)
#D3D7D2
(211,215,210)
#E1E3DF
(225,227,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63776A color. Also use rgb(99,119,106) instead hex code.

Text Font Color

.myTextColor { color: #63776A; }

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

This text font color is #63776A.

Background Color

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

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

This div background color is #63776A.

Border color

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

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

This div border color is #63776A.

Opacity

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

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

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

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

This text has shadow with #63776A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63776A.

Preview

Color preview on black background

This text has color #63776A on black background.


Color preview on white background

This text has color #63776A on white background.


Black color preview on #63776A background

This text has black color on #63776A background.


White color preview on #63776A background

This text has white color on #63776A background.


Related colors

Complementary color

Complementary color for #hex is #9C8895.


I love getcolorcode.com

Triadic colors

1 #6A6377 and #776A63 with #63776A are triadic colors.

2 #6A7763 and #77636A with #63776A are triadic colors.