COLOR #63777A

HEX: #63777A
RGB: (99,119,122)

Color info

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

RGB color model

#63777A color RGB value is (99,119,122).

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

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 122 of 255 = 48%

99
119
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 122 = 340 (100%)
R 99 of 340 ~ 29.12%
G 119 of 340 ~ 35%
B 122 of 340 ~ 35.88%

%29.12
%35
%35.88

CMYK color model

#63777A color CMYK value is (19,2,0,52).

  • cyan value is 18.85%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(19,2,0,52)
C19M2Y0K52 
(19%,2%,0%,52%)
(0.19/0.02/0.00/0.52)	

CMYK percentages

%18.85
%2.46
%0
%52.16

Codes

Color #63777A in popluar color models

63777A
RGB99119122
HSL188°10.41%43.33%
HSB/HSV188°18.85%47.84%
CMYK18.85%2.46%0.00%
52.16%

Color #63777A in popluar number systems.

HEX63777A
Decimal99119122
Binary110001111101111111010
Octal143167172

Shades and tints

Shades of #63777A

#63777A
(99,119,122)
#5A6D6F
(90,109,111)
#516364
(81,99,100)
#485959
(72,89,89)
#3F4F4E
(63,79,78)
#364543
(54,69,67)
#2D3B38
(45,59,56)
#24312D
(36,49,45)
#1B2722
(27,39,34)
#121D17
(18,29,23)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #63777A

#63777A
(99,119,122)
#718386
(113,131,134)
#7F8F92
(127,143,146)
#8D9B9E
(141,155,158)
#9BA7AA
(155,167,170)
#A9B3B6
(169,179,182)
#B7BFC2
(183,191,194)
#C5CBCE
(197,203,206)
#D3D7DA
(211,215,218)
#E1E3E6
(225,227,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63777A; }

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

This text font color is #63777A.


Background Color

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

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

This div background color is #63777A.


Border color

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

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

This div border color is #63777A.


Opacity

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

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

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

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

This text has shadow with #63777A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63777A on black background.


Color preview on white background

This text has color #63777A on white background.



Black color preview on #63777A background

This text has black color on #63777A background.


White color preview on #63777A background

This text has white color on #63777A background.