COLOR #61787F

HEX: #61787F RGB: (97,120,127)

Color info

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

RGB color model

#61787F color RGB value is (97,120,127).

RGB: (97,120,127) (38%, 47%, 50%)

RGB channels and saturation

R 97 of 255 = 38%
G 120 of 255 = 47%
B 127 of 255 = 50%

97
120
127

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

Portions of RGB colors in percentages

R + G + B = 97 + 120 + 127 = 344 (100%)
R 97 of 344 ~ 28.2%
G 120 of 344 ~ 34.88%
B 127 of 344 ~ 36.92'%

%28.2
%34.88
%36.92

CMYK color model

#61787F color CMYK value is (24,6,0,50).

  • cyan value is 23.62%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (24,6,0,50)
C24M6Y0K50 (24%, 6%, 0%, 50%)
(0.24 / 0.06 / 0.00 / 0.50)

CMYK percentages

%23.62
%5.51
%0
%50.2

Codes

Color #61787F in popluar color models

61 78 7F
RGB 97 120 127
HSL 194° 13.39% 43.92%
HSB/HSV 194° 23.62% 49.80%
CMYK 23.62% 5.51% 0.00%
50.20%

Color #61787F in popluar number systems.

HEX 61 78 7F
Decimal 97 120 127
Binary 1100001 1111000 1111111
Octal 141 170 177

Shades and tints

Shades of #61787F

#61787F
(97,120,127)
#596E74
(89,110,116)
#516469
(81,100,105)
#495A5E
(73,90,94)
#415053
(65,80,83)
#394648
(57,70,72)
#313C3D
(49,60,61)
#293232
(41,50,50)
#212827
(33,40,39)
#191E1C
(25,30,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #61787F

#61787F
(97,120,127)
#6F848A
(111,132,138)
#7D9095
(125,144,149)
#8B9CA0
(139,156,160)
#99A8AB
(153,168,171)
#A7B4B6
(167,180,182)
#B5C0C1
(181,192,193)
#C3CCCC
(195,204,204)
#D1D8D7
(209,216,215)
#DFE4E2
(223,228,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61787F color. Also use rgb(97,120,127) instead hex code.

Text Font Color

.myTextColor { color: #61787F; }

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

This text font color is #61787F.

Background Color

.myBgColor { background-color: #61787F; }

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

This div background color is #61787F.

Border color

.myBorderColor { border: 1px solid #61787F; }

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

This div border color is #61787F.

Opacity

.myOpacity80 { color: #61787F; opacity: 0.8; }

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

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

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

This text has shadow with #61787F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61787F.

Preview

Color preview on black background

This text has color #61787F on black background.


Color preview on white background

This text has color #61787F on white background.


Black color preview on #61787F background

This text has black color on #61787F background.


White color preview on #61787F background

This text has white color on #61787F background.


Related colors

Complementary color

Complementary color for #hex is #9E8780.


I love getcolorcode.com

Triadic colors

1 #7F6178 and #787F61 with #61787F are triadic colors.

2 #7F7861 and #78617F with #61787F are triadic colors.