COLOR #62777E

HEX: #62777E
RGB: (98,119,126)

Color info

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

RGB color model

#62777E color RGB value is (98,119,126).

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

RGB channels and saturation

R 98 of 255 = 38%
G 119 of 255 = 47%
B 126 of 255 = 49%

98
119
126

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

Portions of RGB colors in percentages

R + G + B =
98 + 119 + 126 = 343 (100%)
R 98 of 343 ~ 28.57%
G 119 of 343 ~ 34.69%
B 126 of 343 ~ 36.73%

%28.57
%34.69
%36.73

CMYK color model

#62777E color CMYK value is (22,6,0,51).

  • cyan value is 22.22%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(22,6,0,51)
C22M6Y0K51 
(22%,6%,0%,51%)
(0.22/0.06/0.00/0.51)	

CMYK percentages

%22.22
%5.56
%0
%50.59

Codes

Color #62777E in popluar color models

62777E
RGB98119126
HSL195°12.50%43.92%
HSB/HSV195°22.22%49.41%
CMYK22.22%5.56%0.00%
50.59%

Color #62777E in popluar number systems.

HEX62777E
Decimal98119126
Binary110001011101111111110
Octal142167176

Shades and tints

Shades of #62777E

#62777E
(98,119,126)
#5A6D73
(90,109,115)
#526368
(82,99,104)
#4A595D
(74,89,93)
#424F52
(66,79,82)
#3A4547
(58,69,71)
#323B3C
(50,59,60)
#2A3131
(42,49,49)
#222726
(34,39,38)
#1A1D1B
(26,29,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #62777E

#62777E
(98,119,126)
#708389
(112,131,137)
#7E8F94
(126,143,148)
#8C9B9F
(140,155,159)
#9AA7AA
(154,167,170)
#A8B3B5
(168,179,181)
#B6BFC0
(182,191,192)
#C4CBCB
(196,203,203)
#D2D7D6
(210,215,214)
#E0E3E1
(224,227,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62777E; }

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

This text font color is #62777E.


Background Color

.myBgColor { background-color: #62777E; }

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

This div background color is #62777E.


Border color

.myBorderColor { border: 1px solid #62777E; }

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

This div border color is #62777E.


Opacity

.myOpacity80 { color: #62777E; opacity: 0.8; }

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

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

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

This text has shadow with #62777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62777E on black background.


Color preview on white background

This text has color #62777E on white background.



Black color preview on #62777E background

This text has black color on #62777E background.


White color preview on #62777E background

This text has white color on #62777E background.