COLOR #62766B

HEX: #62766B RGB: (98,118,107)

Color info

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

RGB color model

#62766B color RGB value is (98,118,107).

RGB: (98,118,107) (38%, 46%, 42%)

RGB channels and saturation

R 98 of 255 = 38%
G 118 of 255 = 46%
B 107 of 255 = 42%

98
118
107

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

Portions of RGB colors in percentages

R + G + B = 98 + 118 + 107 = 323 (100%)
R 98 of 323 ~ 30.34%
G 118 of 323 ~ 36.53%
B 107 of 323 ~ 33.13'%

%30.34
%36.53
%33.13

CMYK color model

#62766B color CMYK value is (17,0,9,54).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 53.73%

CMYK: (17,0,9,54)
C17M0Y9K54 (17%, 0%, 9%, 54%)
(0.17 / 0.00 / 0.09 / 0.54)

CMYK percentages

%16.95
%0
%9.32
%53.73

Codes

Color #62766B in popluar color models

62 76 6B
RGB 98 118 107
HSL 147° 9.26% 42.35%
HSB/HSV 147° 16.95% 46.27%
CMYK 16.95% 0.00% 9.32%
53.73%

Color #62766B in popluar number systems.

HEX 62 76 6B
Decimal 98 118 107
Binary 1100010 1110110 1101011
Octal 142 166 153

Shades and tints

Shades of #62766B

#62766B
(98,118,107)
#5A6C62
(90,108,98)
#526259
(82,98,89)
#4A5850
(74,88,80)
#424E47
(66,78,71)
#3A443E
(58,68,62)
#323A35
(50,58,53)
#2A302C
(42,48,44)
#222623
(34,38,35)
#1A1C1A
(26,28,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #62766B

#62766B
(98,118,107)
#708278
(112,130,120)
#7E8E85
(126,142,133)
#8C9A92
(140,154,146)
#9AA69F
(154,166,159)
#A8B2AC
(168,178,172)
#B6BEB9
(182,190,185)
#C4CAC6
(196,202,198)
#D2D6D3
(210,214,211)
#E0E2E0
(224,226,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62766B color. Also use rgb(98,118,107) instead hex code.

Text Font Color

.myTextColor { color: #62766B; }

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

This text font color is #62766B.

Background Color

.myBgColor { background-color: #62766B; }

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

This div background color is #62766B.

Border color

.myBorderColor { border: 1px solid #62766B; }

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

This div border color is #62766B.

Opacity

.myOpacity80 { color: #62766B; opacity: 0.8; }

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

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

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

This text has shadow with #62766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62766B.

Preview

Color preview on black background

This text has color #62766B on black background.


Color preview on white background

This text has color #62766B on white background.


Black color preview on #62766B background

This text has black color on #62766B background.


White color preview on #62766B background

This text has white color on #62766B background.


Related colors

Complementary color

Complementary color for #hex is #9D8994.


I love getcolorcode.com

Triadic colors

1 #6B6276 and #766B62 with #62766B are triadic colors.

2 #6B7662 and #76626B with #62766B are triadic colors.