#656D76

Color #656D76 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #656D76

Tints of Mid Grey #656D76

Color information

#656D76 (or 0x656D76) is unknown color: approx Mid Grey. HEX triplet: 65, 6D and 76. RGB value is (101,109,118). Sum of RGB (Red+Green+Blue) = 101+109+118=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #656D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D76 is #9A9289. Grayscale: #6B6B6B. Windows color (decimal): -10130058 or 7761253. OLE color: 7761253.

HSL color Cylindrical-coordinate representation of color #656D76: hue angle of 211.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656D76 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB101109118-
CMYK0.140.0800.54
HSL211.76º7.76%42.94%-
HSV(B)211.76º14.41%46.27%-
XYZ14.1115.0119.29-
YUV107.63133.85123.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=30.79%
G=33.23%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011091180.140.0800.54211.767.7642.94
Hex656D76E8036d482b
Octal14515516616100663241053
Binary110010111011011110110111010000110110110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656D76; }

 p { color: rgb(101,109,118); }

 H1.HeaderClassName
 {
   color: #656D76;
 }
 .AnyTagClassName
 {
   color: #656D76;
 }
</style>
background-color css

<style>
 a { background-color: #656D76; }

 a { background-color: rgb(101,109,118); }

 div.DivClassName
 {
   background-color: #656D76;
 }
 .BgClassName
 {
   background-color: #656D76;
 }
</style>
border-color css

<style>
 span { border-color: #656D76; }

 span { border-color: rgb(101,109,118); }

 td.TdClassName
 {
   border-color: #656D76;
 }
 .TagClassName
 {
   border-color: #656D76;
 }
</style>