#686E72

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

Shades of Mid Grey #686E72

Tints of Mid Grey #686E72

Color information

#686E72 (or 0x686E72) is unknown color: approx Mid Grey. HEX triplet: 68, 6E and 72. RGB value is (104,110,114). Sum of RGB (Red+Green+Blue) = 104+110+114=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 114 - color contains mainly: blue. Hex color #686E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E72 is #97918D. Grayscale: #6C6C6C. Windows color (decimal): -9933198 or 7499368. OLE color: 7499368.

HSL color Cylindrical-coordinate representation of color #686E72: hue angle of 204º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686E72 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104110114-
CMYK0.090.0400.55
HSL204º4.59%42.75%-
HSV(B)204º8.77%44.71%-
XYZ14.3215.3118.12-
YUV108.66131.01124.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=31.71%
G=33.54%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041101140.090.0400.552044.5942.75
Hex686E7294037cc52b
Octal150156162114067314553
Binary1101000110111011100101001100011011111001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686E72; }

 p { color: rgb(104,110,114); }

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

<style>
 a { background-color: #686E72; }

 a { background-color: rgb(104,110,114); }

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

<style>
 span { border-color: #686E72; }

 span { border-color: rgb(104,110,114); }

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