COLOR #65727B

HEX: #65727B RGB: (101,114,123)

Color info

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

RGB color model

#65727B color RGB value is (101,114,123).

RGB: (101,114,123) (40%, 45%, 48%)

RGB channels and saturation

R 101 of 255 = 40%
G 114 of 255 = 45%
B 123 of 255 = 48%

101
114
123

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

Portions of RGB colors in percentages

R + G + B = 101 + 114 + 123 = 338 (100%)
R 101 of 338 ~ 29.88%
G 114 of 338 ~ 33.73%
B 123 of 338 ~ 36.39'%

%29.88
%33.73
%36.39

CMYK color model

#65727B color CMYK value is (18,7,0,52).

  • cyan value is 17.89%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (18,7,0,52)
C18M7Y0K52 (18%, 7%, 0%, 52%)
(0.18 / 0.07 / 0.00 / 0.52)

CMYK percentages

%17.89
%7.32
%0
%51.76

Codes

Color #65727B in popluar color models

65 72 7B
RGB 101 114 123
HSL 205° 9.82% 43.92%
HSB/HSV 205° 17.89% 48.24%
CMYK 17.89% 7.32% 0.00%
51.76%

Color #65727B in popluar number systems.

HEX 65 72 7B
Decimal 101 114 123
Binary 1100101 1110010 1111011
Octal 145 162 173

Shades and tints

Shades of #65727B

#65727B
(101,114,123)
#5C6870
(92,104,112)
#535E65
(83,94,101)
#4A545A
(74,84,90)
#414A4F
(65,74,79)
#384044
(56,64,68)
#2F3639
(47,54,57)
#262C2E
(38,44,46)
#1D2223
(29,34,35)
#141818
(20,24,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #65727B

#65727B
(101,114,123)
#737E87
(115,126,135)
#818A93
(129,138,147)
#8F969F
(143,150,159)
#9DA2AB
(157,162,171)
#ABAEB7
(171,174,183)
#B9BAC3
(185,186,195)
#C7C6CF
(199,198,207)
#D5D2DB
(213,210,219)
#E3DEE7
(227,222,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65727B color. Also use rgb(101,114,123) instead hex code.

Text Font Color

.myTextColor { color: #65727B; }

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

This text font color is #65727B.

Background Color

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

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

This div background color is #65727B.

Border color

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

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

This div border color is #65727B.

Opacity

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

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

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

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

This text has shadow with #65727B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65727B.

Preview

Color preview on black background

This text has color #65727B on black background.


Color preview on white background

This text has color #65727B on white background.


Black color preview on #65727B background

This text has black color on #65727B background.


White color preview on #65727B background

This text has white color on #65727B background.


Related colors

Complementary color

Complementary color for #hex is #9A8D84.


I love getcolorcode.com

Triadic colors

1 #7B6572 and #727B65 with #65727B are triadic colors.

2 #7B7265 and #72657B with #65727B are triadic colors.