#656E76

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

Shades of Mid Grey #656E76

Tints of Mid Grey #656E76

Color information

#656E76 (or 0x656E76) is unknown color: approx Mid Grey. HEX triplet: 65, 6E and 76. RGB value is (101,110,118). Sum of RGB (Red+Green+Blue) = 101+110+118=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #656E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E76 is #9A9189. Grayscale: #6C6C6C. Windows color (decimal): -10129802 or 7761509. OLE color: 7761509.

HSL color Cylindrical-coordinate representation of color #656E76: hue angle of 208.24º 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 #656E76 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB101110118-
CMYK0.140.0700.54
HSL208.24º7.76%42.94%-
HSV(B)208.24º14.41%46.27%-
XYZ14.2115.2319.33-
YUV108.22133.52122.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=30.70%
G=33.43%
B=35.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011101180.140.0700.54208.247.7642.94
Hex656E76E7036d082b
Octal1451561661670663201053
Binary11001011101110111011011101110110110110100001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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